Disable the web updater and web backup restore for now

This can become default, when there is more experience with the web updated
This commit is contained in:
Jan Böhmer 2026-02-02 21:18:03 +01:00
parent 883e3b271d
commit d06df4410d
2 changed files with 3 additions and 3 deletions

4
.env
View file

@ -65,11 +65,11 @@ ERROR_PAGE_SHOW_HELP=1
# Set this to 1 to completely disable web-based updates, regardless of user permissions.
# Use this if you prefer to manage updates through your own deployment process.
DISABLE_WEB_UPDATES=0
DISABLE_WEB_UPDATES=1
# Set this to 1 to disable the backup restore feature from the web UI.
# Restoring backups is a destructive operation that could cause data loss.
DISABLE_BACKUP_RESTORE=0
DISABLE_BACKUP_RESTORE=1
###################################################################################
# SAML Single sign on-settings

View file

@ -1 +1 @@
2.5.1
2.5.0