🗃️ Committing everything that changed 🗃️

applications/
configs/
lists/
wwwroot/
This commit is contained in:
casjay
2023-08-22 17:53:03 -04:00
parent 13eaf166f5
commit 5eb3ff1598
265 changed files with 48486 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
EXEC_CMD_ARGS="apprise" # command arguments
EXEC_PRE_SCRIPT="gunicorn -c $WORK_DIR/gunicorn.conf.py -b :$SERVICE_PORT --worker-tmp-dir /dev/shm core.wsgi" # execute script before
__replace "0.0.0.0:8000" "0.0.0.0:$SERVICE_PORT" "$WORK_DIR/gunicorn.conf.py"

View File

@@ -0,0 +1 @@
git clone https://github.com/caronc/apprise-api /usr/share/apprise -q

View File

@@ -0,0 +1 @@
apk add py3-pip django apprise gevent gunicorn paho-mqtt gntp cryptography