Skip to content

Instantly share code, notes, and snippets.

@RNGIllSkillz
Created January 14, 2024 01:09
Show Gist options
  • Save RNGIllSkillz/f047c0d047fbd9e2a9a26563796b34da to your computer and use it in GitHub Desktop.
Save RNGIllSkillz/f047c0d047fbd9e2a9a26563796b34da to your computer and use it in GitHub Desktop.
front env
NGINX_MAX_BODY_SIZE: 100M
MUSIC_DIRECTORY_SERVE_PATH: /srv/funkwhale/data/music
MUSIC_DIRECTORY_PATH: /srv/funkwhale/data/music
MEDIA_ROOT: /srv/funkwhale/data/media
STATIC_ROOT: /srv/funkwhale/data/static
FUNKWHALE_API_IP: 192.168.254.252
FUNKWHALE_API_PORT: 5000
FUNKWHALE_PROTOCOL: http
FUNKWHALE_HOSTNAME: 192.168.255.70 //if i use spot.illskillz.pro it will not work at all since nginx inside front container have no idea about this domain name
FUNKWHALE_API_HOST: 192.168.254.252
DEBUG: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment