office/paperless-ngx/internet/docker-compose.yml aktualisiert

This commit is contained in:
2025-12-23 19:18:48 +01:00
parent 3bec872a88
commit 9127ad86ef

View File

@@ -17,7 +17,7 @@ services:
POSTGRES_PASSWORD: paperless
webserver:
image: ghcr.io/paperless-ngx/paperless-ngx:2.20.0
image: ghcr.io/paperless-ngx/paperless-ngx:2.20.3
restart: unless-stopped
depends_on:
- db
@@ -46,17 +46,13 @@ services:
PAPERLESS_TIKA_ENDPOINT: http://tika:9998
PAPERLESS_TIME_ZONE: Europe/Berlin
PAPERLESS_URL: https://dm.scheidel.biz
#PAPERLESS_ALLOWED_HOSTS: https://dm.scheidel.biz,http://192.168.2.102
PAPERLESS_ALLOWED_HOSTS: 192.168.2.102
PAPERLESS_DISABLE_REGULAR_LOGIN: true
PAPERLESS_LOGOUT_REDIRECT_URL: https://authentik.scheidel.biz/application/o/paperless-dm/end-session/
PAPERLESS_LOGOUT_REDIRECT_URL: https://auth.scheidel.biz/application/o/paperless-ngx/end-session/
PAPERLESS_APPS: "allauth.socialaccount.providers.openid_connect"
PAPERLESS_SOCIALACCOUNT_PROVIDERS: '{"openid_connect": {"APPS": [{"provider_id": "authentik","name": "Authentik SSO","client_id": "FJBRykmuqdnpYtw3pcc38tTVJCTU8MtKK6xbr44P","secret": "VtolGxOkit38Id83NIf81gPfqxc61nlggSbAmlAAmz291MvOCXVPcLMLFFGw2toqVatVoCFteX0vmwOhZadmeTA1VMoWdHaPUNUDqKQVkcziZTbTbIoPAh3GpdwHidHm","settings": { "server_url": "https://authentik.scheidel.biz/application/o/paperless-dm/.well-known/openid-configuration"}}]}}'
#PAPERLESS_ADMIN_USER: michael
#PAPERLESS_ADMIN_PASSWORD: ?Aichwald01
PAPERLESS_SOCIALACCOUNT_PROVIDERS: '{"openid_connect": {"APPS": [{"provider_id": "authentik","name": "Authentik SSO","client_id": "IeXOJxc5aSu74WwPM22zh4Nv1ulGYcObgtBhQ4JV","secret": "BxmWP5Xejxd3JoafNxSw83So5q3HOZHoe39Ui66c5qV6H5wM2CJNGcX5nXsCd1lNQe8tPVcLrISwvEpRXWtG7v1Rvc5M6fQW4K5sUgxbDCxoUxcceVN3WCGoDQYw9jZ7","settings": { "server_url": "https://auth.scheidel.biz/application/o/paperless-ngx/.well-known/openid-configuration"}}]}}'
PAPERLESS_OCR_LANGUAGE: deu+eng
PAPERLESS_CONSUMPTION_DIR: ../consume
#PAPERLESS_FILENAME_FORMAT: '{created_year}/{correspondent}/{title}'
PAPERLESS_OCR_USER_ARGS: '{"invalidate_digital_signatures": true}'
PAPERLESS_CONSUMER_ENABLE_ASN_BARCODE: true
PAPERLESS_EMAIL_HOST: smtp.strato.de
@@ -66,40 +62,12 @@ services:
PAPERLESS_EMAIL_HOST_PASSWORD: ?EAM?Yes!01
PAPERLESS_EMAIL_USE_TLS: false
PAPERLESS_EMAIL_USE_SSL: true
#PAPERLESS_FILENAME_FORMAT: created_year/correspondent/title
#PAPERLESS_FILENAME_FORMAT: {created_year}/{correspondent}/{title}
#PAPERLESS_OCR_USER_ARGS: {"invalidate_digital_signatures": true}
# The UID and GID of the user used to run paperless in the container. Set this
# to your UID and GID on the host so that you have write access to the
# consumption directory.
USERMAP_UID: 1000
USERMAP_GID: 100
# Additional languages to install for text recognition, separated by a
# whitespace. Note that this is
# different from PAPERLESS_OCR_LANGUAGE (default=eng), which defines the
# language used for OCR.
# The container installs English, German, Italian, Spanish and French by
# default.
# See https://packages.debian.org/search?keywords=tesseract-ocr-&searchon=names&suite=buster
# for available languages.
#PAPERLESS_OCR_LANGUAGES: tur ces
# Adjust this key if you plan to make paperless available publicly. It should
# be a very long sequence of random characters. You don't need to remember it.
#PAPERLESS_SECRET_KEY: change-me
# Use this variable to set a timezone for the Paperless Docker containers. If not specified, defaults to UTC.
#PAPERLESS_TIME_ZONE: America/Los_Angeles
# The default language to use for OCR. Set this to the language most of your
# documents are written in.
#PAPERLESS_OCR_LANGUAGE: eng
gotenberg:
image: docker.io/gotenberg/gotenberg:8.23.0
restart: unless-stopped
# The gotenberg chromium route is used to convert .eml files. We do not
# want to allow external content like tracking pixels or even javascript.
command:
- "gotenberg"
- "--chromium-disable-javascript=true"
@@ -135,6 +103,4 @@ volumes:
redisdata:
export:
consume:
syncthing:
syncthing: