Updates
This commit is contained in:
@@ -25,7 +25,13 @@ resource "docker_container" "mealie" {
|
|||||||
"SMTP_HOST=mail.smtp2go.com",
|
"SMTP_HOST=mail.smtp2go.com",
|
||||||
"SMTP_FROM_EMAIL=mealie@xz1.nl",
|
"SMTP_FROM_EMAIL=mealie@xz1.nl",
|
||||||
"SMTP_USER=mealie@xz1.nl",
|
"SMTP_USER=mealie@xz1.nl",
|
||||||
"SMTP_PASSWORD=VDHnraVWlA2P1Hbu"
|
"SMTP_PASSWORD=VDHnraVWlA2P1Hbu",
|
||||||
|
"OIDC_AUTH_ENABLED=true",
|
||||||
|
"OIDC_CONFIGURATION_URL=https://auth.rescla.me/.well-known/openid-configuration",
|
||||||
|
"OIDC_CLIENT_ID=mealie",
|
||||||
|
"OIDC_CLIENT_SECRET=~7uBbpFzX79-VnY0f8zbKAw~4-IG9VefKRRMIdRMvjI.iJQDbHCixqdImTSgfzeZ07~duCfp",
|
||||||
|
"OIDC_PROVIDER_NAME=authelia",
|
||||||
|
"OIDC_REMEMBER_ME=true"
|
||||||
]
|
]
|
||||||
|
|
||||||
mounts {
|
mounts {
|
||||||
|
|||||||
@@ -34,4 +34,11 @@ PAPERLESS_OCR_LANGUAGE=nld
|
|||||||
# The container installs English, German, Italian, Spanish and French by default.
|
# The container installs English, German, Italian, Spanish and French by default.
|
||||||
# See https://packages.debian.org/search?keywords=tesseract-ocr-&searchon=names
|
# See https://packages.debian.org/search?keywords=tesseract-ocr-&searchon=names
|
||||||
# for available languages.
|
# for available languages.
|
||||||
PAPERLESS_OCR_LANGUAGES=nld
|
PAPERLESS_OCR_LANGUAGES=nld
|
||||||
|
|
||||||
|
PAPERLESS_EMAIL_HOST=mail-eu.smtp2go.com
|
||||||
|
PAPERLESS_EMAIL_PORT=2525
|
||||||
|
PAPERLESS_EMAIL_HOST_USER=rescla-paperless
|
||||||
|
PAPERLESS_EMAIL_FROM=paperless@xz1.nl
|
||||||
|
PAPERLESS_EMAIL_HOST_PASSWORD=QHY5hHYNo0hCrrir
|
||||||
|
PAPERLESS_EMAIL_USE_TLS=true
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user