gesquive/paperless-uploader

By gesquive

Updated about 2 years ago

Watches a directory for files and uploads them to a paperless-ngx instance.

Image
0

880

gesquive/paperless-uploader repository overview

gesquive/paperless-uploader

Software License GoDoc Build Status Coverage Report Github Release

Supported Architectures

This image supports multiple architectures:

  • amd64, x86-64
  • armv7, armhf
  • arm64, aarch64

Docker images are uploaded with using Docker manifest lists to make multi-platform deployments easer. More info can be found from Docker

You can simply pull the image using gesquive/paperless-uploader and docker should retreive the correct image for your architecture.

Supported Tags

If you want a specific version of paperless-uploader you can pull it by specifying a version tag.

Version Tags

This image provides versions that are available via tags.

TagDescription
latestLatest stable release
0.9.0Stable release v0.9.0
0.9.0-<git_hash>Development preview of version v0.9.0 at the given git hash

Usage

Here are some example snippets to help you get started creating a docker container.

Docker CLI

docker run \
  --name=paperless-uploader \
  -v path/to/config:/config \
  -v path/to/watch:/watch \
  --restart unless-stopped \
  gesquive/paperless-uploader

Docker Compose

Compatible with docker-compose v2 schemas.

---
version: "2"
services:
  paperless-uploader:
    image: gesquive/paperless-uploader
    container_name: paperless-uploader
    volumes:
      - path/to/config:/config
      - path/to/watch:/watch
    restart: unless-stopped

Parameters

The container defines the following parameters that you can set:

ParameterFunction
-v /configThe paperless-uploader config goes here
-v /watchThe directory to watch

Tag summary

Content type

Image

Digest

sha256:95beac9a4

Size

7.9 MB

Last updated

about 2 years ago

Requires Docker Desktop 4.37.1 or later.