mirror of
https://git.local.zernis.ch/simon/homeserver.zernis.ch.git
synced 2025-12-15 21:09:40 +01:00
fixed variable
This commit is contained in:
@@ -3,4 +3,4 @@ stirling_pdf_folder:
|
|||||||
- data
|
- data
|
||||||
|
|
||||||
stirling_pdf_locale: de_DE
|
stirling_pdf_locale: de_DE
|
||||||
stirling_pdf_google_visibility: false
|
stirling_pdf_google_visibility: False
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
APP_HOME_DESCRIPTION: "{{ stirling_pdf_description }}"
|
APP_HOME_DESCRIPTION: "{{ stirling_pdf_description }}"
|
||||||
APP_NAVBAR_NAME: "{{ stirling_pdf_name }}"
|
APP_NAVBAR_NAME: "{{ stirling_pdf_name }}"
|
||||||
APP_ROOT_PATH: /
|
APP_ROOT_PATH: /
|
||||||
ALLOW_GOOGLE_VISIBILITY: "{{ stirling_pdf_google_visibility | bool }}"
|
ALLOW_GOOGLE_VISIBILITY: "{{ stirling_pdf_google_visibility | string }}"
|
||||||
volumes:
|
volumes:
|
||||||
- /home/{{ system_user_name }}/docker/stirling_pdf/config:/configs
|
- /home/{{ system_user_name }}/docker/stirling_pdf/config:/configs
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user