Bump FW to 1.4.0 and incrase external timeout

master
Quentin Duchemin 2023-12-13 15:17:55 +01:00
parent fb8f68892d
commit d10796848c
3 changed files with 6 additions and 12 deletions

View File

@ -1,16 +1,10 @@
# use this one if you put the nginx container behind another proxy # global proxy conf
# you will have to set some headers on this proxy as well to ensure
# everything works correctly, you can use the ones from the funkwhale_proxy.conf file
# at https://dev.funkwhale.audio/funkwhale/funkwhale/blob/develop/deploy/funkwhale_proxy.conf
# your proxy will also need to support websockets
proxy_set_header Host $host; proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $http_x_forwarded_proto; proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-Host $http_x_forwarded_host; proxy_set_header X-Forwarded-Host $host:$server_port;
proxy_set_header X-Forwarded-Port $http_x_forwarded_port; proxy_set_header X-Forwarded-Port $server_port;
proxy_redirect off; proxy_redirect off;
# websocket support # websocket support

View File

@ -35,6 +35,6 @@ PROXY_MEDIA=false
AWS_DEFAULT_ACL=public-read AWS_DEFAULT_ACL=public-read
THROTTLING_ENABLED=false THROTTLING_ENABLED=false
EXTERNAL_REQUESTS_TIMEOUT=30 EXTERNAL_REQUESTS_TIMEOUT=120
NGINX_MAX_BODY_SIZE=500M NGINX_MAX_BODY_SIZE=500M

View File

@ -1,4 +1,4 @@
funkwhale_version: 1.3.0 funkwhale_version: 1.4.0
funkwhale_api_port: 5000 funkwhale_api_port: 5000
funkwhale_nginx_port: 80 funkwhale_nginx_port: 80
funkwhale_static_root: /static funkwhale_static_root: /static