Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am code-slave on github.
  • I am codes1ave (https://keybase.io/codes1ave) on keybase.
  • I have a public key ASC7yRMTCorQSDrhNImaxXYPoMGNYdc7nkPqesBNni65wQo

To claim this, I am signing this object:

@Code-Slave
Code-Slave / funkwhaleconf
Created August 28, 2018 01:05
funkwhale
# Ensure you update at least the server_name variables to match your own
# domain
upstream funkwhale-api {
# depending on your setup, you may want to udpate this
server localhost:5000;
}
# required for websocket support
map $http_upgrade $connection_upgrade {
@Code-Slave
Code-Slave / .env
Created August 27, 2018 23:46
funkwhale
# If you have any doubts about what a setting does,
# check https://docs.funkwhale.audio/configuration.html#configuration-reference
# If you're tweaking this file from the template, ensure you edit at least the
# following variables:
# - DJANGO_SECRET_KEY
# - DJANGO_ALLOWED_HOSTS
# - FUNKWHALE_URL
# - EMAIL_CONFIG and DEFAULT_FROM_EMAIL if you plan to send emails)
# On non-docker setup **only**, you'll also have to tweak/uncomment those variables: