Skip to content

Instantly share code, notes, and snippets.

@u1-liquid
Created April 19, 2020 21:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save u1-liquid/0876f46127c2a83a1fc04a4cdb21aca3 to your computer and use it in GitHub Desktop.
Save u1-liquid/0876f46127c2a83a1fc04a4cdb21aca3 to your computer and use it in GitHub Desktop.
Funkwhale (https://dev.funkwhale.audio/funkwhale/funkwhale) configuration (config/.env) from https://sound.iro.moe/
# If you have any doubts about what a setting does,
# check https://docs.funkwhale.audio/configuration.html#configuration-reference
FUNKWHALE_API_IP=127.0.0.1
FUNKWHALE_API_PORT=5001
FUNKWHALE_WEB_WORKERS=2
FUNKWHALE_HOSTNAME=sound.iro.moe
FUNKWHALE_PROTOCOL=https
EMAIL_CONFIG=smtp+tls://funkwhale%40iro.moe:***@smtp.mailgun.com:587
DEFAULT_FROM_EMAIL=funkwhale@iro.moe
REVERSE_PROXY_TYPE=nginx
NGINX_MAX_BODY_SIZE=100M
DATABASE_URL=postgresql://***/funkwhale
CACHE_URL=redis://***:6379/0
CELERYD_CONCURRENCY=2
MEDIA_ROOT=/home/funkwhale/live/data/media
STATIC_ROOT=/home/funkwhale/live/data/static
DJANGO_SETTINGS_MODULE=config.settings.production
DJANGO_SECRET_KEY=***
RAVEN_ENABLED=false
RAVEN_DSN=***
FUNKWHALE_FRONTEND_PATH=/home/funkwhale/live/front/dist
FUNKWHALE_PLUGINS_PATH=/home/funkwhale/plugins
MUSIC_DIRECTORY_PATH=/home/funkwhale/live/data/music
MUSIC_DIRECTORY_SERVE_PATH=/home/funkwhale/live/data/music
MUSIC_USE_DENORMALIZATION=true
PODCASTS_THIRD_PARTY_VISIBILITY=everyone
PODCASTS_RSS_FEED_REFRESH_DELAY=1800
PROXY_MEDIA=false
AWS_ACCESS_KEY_ID=***
AWS_SECRET_ACCESS_KEY=***
AWS_STORAGE_BUCKET_NAME=***
AWS_S3_ENDPOINT_URL=https://***.digitaloceanspaces.com
AWS_S3_CUSTOM_DOMAIN=storage.iro.moe
AWS_LOCATION=funkwhale
AWS_QUERYSTRING_AUTH=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment