1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

Remove the upgrade warning by default

This commit is contained in:
lapineige 2024-02-16 17:26:53 +01:00 committed by GitHub
parent e2c2f3be2f
commit d5eab05ab8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -146,3 +146,7 @@ SESSION_DRIVER=redis
MEDIA_HLS_ENABLED=true
MEDIA_HLS_P2P=true
MEDIA_HLS_BITRATE=2000 # average quality and limited storage use
## Remove the "upgrade needed" warning
# comment this if you (as an admin user) want to have a permanent reminder of an available update (upstream, not necessarily in Yunohost !)
INSTANCE_SOFTWARE_UPDATE_DISABLE_FAILED_WARNING=true