mirror of
https://github.com/casjaysdevdocker/tools
synced 2025-09-18 21:57:46 -04:00
🗃️ Committing everything that changed 🗃️
applications/ configs/ lists/ wwwroot/
This commit is contained in:
4
applications/apprise/scripts/commands.sh
Normal file
4
applications/apprise/scripts/commands.sh
Normal 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"
|
1
applications/apprise/scripts/install.sh
Normal file
1
applications/apprise/scripts/install.sh
Normal file
@@ -0,0 +1 @@
|
||||
git clone https://github.com/caronc/apprise-api /usr/share/apprise -q
|
1
applications/apprise/scripts/packages.sh
Normal file
1
applications/apprise/scripts/packages.sh
Normal file
@@ -0,0 +1 @@
|
||||
apk add py3-pip django apprise gevent gunicorn paho-mqtt gntp cryptography
|
Reference in New Issue
Block a user