remove init script in favor of an abra.sh function, add liberaforms container to proxy and update readme.

This commit is contained in:
2025-06-18 17:10:12 -04:00
parent 32d4553b74
commit 3f99bbabcc
5 changed files with 48 additions and 52 deletions

View File

@ -17,7 +17,7 @@ DEFAULT_TIMEZONE="America/New_York"
ENABLE_RSS_FEED=True
ENABLE_PROMETHEUS_METRICS=False
#GUNICORN_WORKERS= # Advanced option based on the specs of your server, defaults to 6
#GUNICORN_WORKERS= # Advanced option based on the specs of your server, defaults to 3
#ALERT_MAILS = ["your_email_address", "another_email_address"] # Optional. Recieve Internal Server 500 errors. Good for debugging.