#!/bin/bash export SERVER_URL=https://podcast.mydomain.com/ export DATABASE_URL=sqlite:///data/daemons/podfetch/db/podcast.db export REVERSE_PROXY=true export REVERSE_PROXY_HEADER=X-WEBAUTH-USER export REVERSE_PROXY_AUTO_SIGN_UP=true export TELEGRAM_BOT_TOKEN= export TELEGRAM_BOT_CHAT_ID= export TELEGRAM_API_ENABLED=false export GPODDER_INTEGRATION_ENABLED=false cd /data/daemons/podfetch ./podfetch_amd64 &> podfetch.log