You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`NEXTCLOUD_PASSWORD`| Password of Nextcloud user (either this or `NEXTCLOUD_PASSWORD_FILE` is required; file takes precedence) ||
428
-
|`NEXTCLOUD_PASSWORD_FILE`| File containing Nextcloud user password (either this or `NEXTCLOUD_PASSWORD` is required; takes precedence) | Example: `./nextcloud_password.secret` (preferred for Docker Compose secrets) |
429
-
|`NEXTCLOUD_UPLOAD_FOLDER`| Upload folder for documents or images (user must have write permission; defaults to `scan` if not set) ||
|`PAPERLESS_POST_DOCUMENT_URL`| Paperless-ngx post document URL (if provided with token, a PDF is uploaded) | Example: `http://<paperless-host>:<port>/api/documents/post_document/`|
433
-
|`PAPERLESS_TOKEN`| Paperless-ngx API token | Example: `xxxxxxxxxxxx...`|
434
-
|`PATTERN`| Pattern to use |`-p` / `--pattern`|
435
-
|`PGID`| ID of the group that will run the program ||
436
-
|`PUID`| ID of the user that will run the program ||
|`NEXTCLOUD_PASSWORD`| Password of Nextcloud user (either this or `NEXTCLOUD_PASSWORD_FILE` is required; file takes precedence) ||
428
+
|`NEXTCLOUD_PASSWORD_FILE`| File containing Nextcloud user password (either this or `NEXTCLOUD_PASSWORD` is required; takes precedence) | Example: `./nextcloud_password.secret` (preferred for Docker Compose secrets) |
429
+
|`NEXTCLOUD_UPLOAD_FOLDER`| Upload folder for documents or images (user must have write permission; defaults to `scan` if not set) ||
|`PAPERLESS_POST_DOCUMENT_URL`| Paperless-ngx post document URL (if provided with token, a PDF is uploaded) | Example: `http://<paperless-host>:<port>/api/documents/post_document/`|
433
+
|`PAPERLESS_TOKEN`| Paperless-ngx API token (either this or `NEXTCLOUD_PASSWORD_FILE` is required; file takes precedence) | Example: `xxxxxxxxxxxx...`|
434
+
|`PAPERLESS_TOKEN_FILE`| File containing paperless-ngx API token (either this or `PAPERLESS_TOKEN_FILE` is required; takes precedence) | Example: `./paperless_token.secret` (preferred for Docker Compose secrets) |
435
+
|`PATTERN`| Pattern to use |`-p` / `--pattern`|
436
+
|`PGID`| ID of the group that will run the program ||
437
+
|`PUID`| ID of the user that will run the program ||
0 commit comments