Bump funkwhale version and disable API rate limiting
When using federation and fetching external libraries, API is overused and this situation leads to 'false positive' rate limit. Try to disable this as nobody knows my instance (this is what you call re@l security baby)master
parent
8085f41cda
commit
fb6a09fb46
|
@ -28,3 +28,5 @@ AWS_STORAGE_BUCKET_NAME=celiglyphe
|
|||
AWS_S3_ENDPOINT_URL=https://s3.fr-par.scw.cloud
|
||||
AWS_S3_REGION_NAME=fr-par
|
||||
PROXY_MEDIA=false
|
||||
|
||||
THROTTLING_ENABLED=false
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
funkwhale_version: 1.1.1
|
||||
funkwhale_version: 1.1.2
|
||||
funkwhale_api_port: 5000
|
||||
funkwhale_nginx_port: 80
|
||||
funkwhale_static_root: /static
|
||||
|
|
Loading…
Reference in New Issue