Changed funkwhale to web-app-funkwhale

This commit is contained in:
Kevin Veen-Birkenbach 2025-07-21 11:14:02 +02:00
parent 57211c2076
commit ee4ee9a1b7
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
3 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ ports:
web-app-mastodon: 8009
web-app-pixelfed: 8010
web-app-peertube: 8011
funkwhale: 8012
web-app-funkwhale: 8012
web-app-roulette-wheel: 8013
web-app-joomla: 8014
attendize: 8015

View File

@ -20,7 +20,7 @@ defaults_networks:
subnet: 192.168.101.64/28
web-app-friendica:
subnet: 192.168.101.80/28
funkwhale:
web-app-funkwhale:
subnet: 192.168.101.96/28
web-app-gitea:
subnet: 192.168.101.112/28

View File

@ -1,4 +1,4 @@
application_id: "funkwhale"
application_id: "web-app-funkwhale"
proxy_extra_configuration: "client_max_body_size 512M;"
database_type: "postgres"
funkwhale_media_root: "/srv/funkwhale/data/"