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:
parent
e2c2f3be2f
commit
d5eab05ab8
1 changed files with 4 additions and 0 deletions
|
@ -146,3 +146,7 @@ SESSION_DRIVER=redis
|
||||||
MEDIA_HLS_ENABLED=true
|
MEDIA_HLS_ENABLED=true
|
||||||
MEDIA_HLS_P2P=true
|
MEDIA_HLS_P2P=true
|
||||||
MEDIA_HLS_BITRATE=2000 # average quality and limited storage use
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue