mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-02-11 20:19:36 +00:00
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:
parent
883e3b271d
commit
d06df4410d
2 changed files with 3 additions and 3 deletions
4
.env
4
.env
|
|
@ -65,11 +65,11 @@ ERROR_PAGE_SHOW_HELP=1
|
||||||
|
|
||||||
# Set this to 1 to completely disable web-based updates, regardless of user permissions.
|
# 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.
|
# 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.
|
# 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.
|
# Restoring backups is a destructive operation that could cause data loss.
|
||||||
DISABLE_BACKUP_RESTORE=0
|
DISABLE_BACKUP_RESTORE=1
|
||||||
|
|
||||||
###################################################################################
|
###################################################################################
|
||||||
# SAML Single sign on-settings
|
# SAML Single sign on-settings
|
||||||
|
|
|
||||||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
2.5.1
|
2.5.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue