From d5eab05ab8f67cb5493c62e3ac91ddd58932b88d Mon Sep 17 00:00:00 2001 From: lapineige Date: Fri, 16 Feb 2024 17:26:53 +0100 Subject: [PATCH] Remove the upgrade warning by default --- conf/.env | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/.env b/conf/.env index 0acef299..13d68f92 100644 --- a/conf/.env +++ b/conf/.env @@ -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