|
|
@ -16,15 +16,6 @@ |
|
|
|
# - MUSIC_DIRECTORY_PATH and MUSIC_DIRECTORY_SERVE_PATH if you plan to use |
|
|
|
# - MUSIC_DIRECTORY_PATH and MUSIC_DIRECTORY_SERVE_PATH if you plan to use |
|
|
|
# in-place import |
|
|
|
# in-place import |
|
|
|
# |
|
|
|
# |
|
|
|
# Docker only |
|
|
|
|
|
|
|
# ----------- |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# The tag of the image we should use |
|
|
|
|
|
|
|
# (it will be interpolated in docker-compose file) |
|
|
|
|
|
|
|
# You can comment or ignore this if you're not using docker |
|
|
|
|
|
|
|
FUNKWHALE_VERSION=latest |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# End of Docker-only configuration |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# General configuration |
|
|
|
# General configuration |
|
|
|
# --------------------- |
|
|
|
# --------------------- |
|
|
@ -88,23 +79,6 @@ REVERSE_PROXY_TYPE=nginx |
|
|
|
# For the Celery/asynchronous tasks part: |
|
|
|
# For the Celery/asynchronous tasks part: |
|
|
|
# CELERY_BROKER_URL=redis+socket:///run/redis/redis.sock?virtual_host=0 |
|
|
|
# CELERY_BROKER_URL=redis+socket:///run/redis/redis.sock?virtual_host=0 |
|
|
|
|
|
|
|
|
|
|
|
# Number of worker processes to execute. Defaults to 0, in which case it uses your number of CPUs |
|
|
|
|
|
|
|
# Celery workers handle background tasks (such file imports or federation |
|
|
|
|
|
|
|
# messaging). The more processes a worker gets, the more tasks |
|
|
|
|
|
|
|
# can be processed in parallel. However, more processes also means |
|
|
|
|
|
|
|
# a bigger memory footprint. |
|
|
|
|
|
|
|
# CELERYD_CONCURRENCY=0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Where media files (such as album covers or audio tracks) should be stored |
|
|
|
|
|
|
|
# on your system? |
|
|
|
|
|
|
|
# (Ensure this directory actually exists) |
|
|
|
|
|
|
|
MEDIA_ROOT=/srv/docker/volumes/funkwhale/media/media |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Where static files (such as API css or icons) should be compiled |
|
|
|
|
|
|
|
# on your system? |
|
|
|
|
|
|
|
# (Ensure this directory actually exists) |
|
|
|
|
|
|
|
STATIC_ROOT=/srv/docker/volumes/funkwhale/api/static |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# which settings module should django use? |
|
|
|
# which settings module should django use? |
|
|
|
# You don't have to touch this unless you really know what you're doing |
|
|
|
# You don't have to touch this unless you really know what you're doing |
|
|
|
DJANGO_SETTINGS_MODULE=config.settings.production |
|
|
|
DJANGO_SETTINGS_MODULE=config.settings.production |
|
|
@ -123,19 +97,6 @@ DJANGO_SECRET_KEY= |
|
|
|
RAVEN_ENABLED=false |
|
|
|
RAVEN_ENABLED=false |
|
|
|
RAVEN_DSN=https://44332e9fdd3d42879c7d35bf8562c6a4:0062dc16a22b41679cd5765e5342f716@sentry.eliotberriot.com/5 |
|
|
|
RAVEN_DSN=https://44332e9fdd3d42879c7d35bf8562c6a4:0062dc16a22b41679cd5765e5342f716@sentry.eliotberriot.com/5 |
|
|
|
|
|
|
|
|
|
|
|
# In-place import settings |
|
|
|
|
|
|
|
# You can safely leave those settings uncommented if you don't plan to use |
|
|
|
|
|
|
|
# in place imports. |
|
|
|
|
|
|
|
# Typical docker setup: |
|
|
|
|
|
|
|
# MUSIC_DIRECTORY_PATH=/music # docker-only |
|
|
|
|
|
|
|
# MUSIC_DIRECTORY_SERVE_PATH=/srv/docker/volumes/funkwhale/media/import_music |
|
|
|
|
|
|
|
# Typical non-docker setup: |
|
|
|
|
|
|
|
# MUSIC_DIRECTORY_PATH=/srv/docker/volumes/funkwhale/media/import_music |
|
|
|
|
|
|
|
# # MUSIC_DIRECTORY_SERVE_PATH= # stays commented, not needed |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
MUSIC_DIRECTORY_PATH=/music |
|
|
|
|
|
|
|
MUSIC_DIRECTORY_SERVE_PATH=/srv/docker/volumes/funkwhale/media/import_music |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# LDAP settings |
|
|
|
# LDAP settings |
|
|
|
# Use the following options to allow authentication on your Funkwhale instance |
|
|
|
# Use the following options to allow authentication on your Funkwhale instance |
|
|
|
# using a LDAP directory. |
|
|
|
# using a LDAP directory. |
|
|
@ -150,8 +111,6 @@ MUSIC_DIRECTORY_SERVE_PATH=/srv/docker/volumes/funkwhale/media/import_music |
|
|
|
# LDAP_START_TLS=False |
|
|
|
# LDAP_START_TLS=False |
|
|
|
# LDAP_ROOT_DN=dc=domain,dc=com |
|
|
|
# LDAP_ROOT_DN=dc=domain,dc=com |
|
|
|
|
|
|
|
|
|
|
|
FUNKWHALE_FRONTEND_PATH=/srv/docker/volumes/funkwhale/api/front/dist |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## External storages configuration |
|
|
|
## External storages configuration |
|
|
|
# Funkwhale can store uploaded files on Amazon S3 and S3-compatible storages (such as Minio) |
|
|
|
# Funkwhale can store uploaded files on Amazon S3 and S3-compatible storages (such as Minio) |
|
|
|
# Uncomment and fill the variables below |
|
|
|
# Uncomment and fill the variables below |
|
|
|