dev to main - v0.1.2 #4
@@ -1,9 +1,15 @@
|
|||||||
|
TZ=Europe/Berlin
|
||||||
|
DB_FILEPATH=./data/db
|
||||||
|
DB_FILENAME=77th_eventntfy.db
|
||||||
|
apprise_https=false
|
||||||
|
apprise_hostname=apprise
|
||||||
|
apprise_port=8000
|
||||||
|
notification_mock=true
|
||||||
ntfy_on=true
|
ntfy_on=true
|
||||||
ntfy_username=chiko
|
ntfy_username=chiko
|
||||||
ntfy_password=Blub
|
ntfy_password=Blub
|
||||||
ntfy_host=ntfy.some-service.com
|
ntfy_host=ntfy.some-service.com
|
||||||
ntfy_topic=SomeTopic
|
ntfy_topic=SomeTopic
|
||||||
|
|
||||||
dc_on=true
|
dc_on=true
|
||||||
dc_webhook=123123123123123/ABCDEFABCDEFABCDEFABCDEFABCDEFABCDEFABCDEF
|
dc_webhook=123123123123123/ABCDEFABCDEFABCDEFABCDEFABCDEFABCDEFABCDEF
|
||||||
dc_botname=Botname Here
|
dc_botname=Botname Here
|
||||||
|
|||||||
@@ -7,6 +7,13 @@ chmod +x /etc/cron-env.sh
|
|||||||
# Write the Env Vars into a file for cron. happens during runtime of the container and not build.
|
# Write the Env Vars into a file for cron. happens during runtime of the container and not build.
|
||||||
# List your environment variables here
|
# List your environment variables here
|
||||||
env_vars=(
|
env_vars=(
|
||||||
|
TZ
|
||||||
|
DB_FILEPATH
|
||||||
|
DB_FILENAME
|
||||||
|
apprise_https
|
||||||
|
apprise_hostname
|
||||||
|
apprise_port
|
||||||
|
notification_mock
|
||||||
ntfy_on
|
ntfy_on
|
||||||
ntfy_username
|
ntfy_username
|
||||||
ntfy_password
|
ntfy_password
|
||||||
|
|||||||
Reference in New Issue
Block a user