fix(nextcloud): Disable automatic app update
All checks were successful
Build all the nodes / netaccess01 (push) Successful in 20s
Build all the nodes / netcore01 (push) Successful in 20s
Build all the nodes / netcore02 (push) Successful in 26s
Build all the nodes / ap01 (push) Successful in 34s
Run pre-commit on all files / pre-commit (push) Successful in 23s
Build the shell / build-shell (push) Successful in 38s
Build all the nodes / tower01 (push) Successful in 1m35s
Build all the nodes / hypervisor02 (push) Successful in 1m39s
Build all the nodes / hypervisor01 (push) Successful in 1m51s
Build all the nodes / geo01 (push) Successful in 1m58s
Build all the nodes / geo02 (push) Successful in 1m57s
Build all the nodes / build01 (push) Successful in 1m57s
Build all the nodes / bridge01 (push) Successful in 2m1s
Build all the nodes / vault01 (push) Successful in 2m6s
Build all the nodes / hypervisor03 (push) Successful in 2m8s
Build all the nodes / rescue01 (push) Successful in 2m10s
Build all the nodes / web03 (push) Successful in 1m53s
Build all the nodes / storage01 (push) Successful in 2m16s
Build all the nodes / web02 (push) Successful in 1m56s
Build all the nodes / web01 (push) Successful in 2m26s
Build all the nodes / compute01 (push) Successful in 2m44s
All checks were successful
Build all the nodes / netaccess01 (push) Successful in 20s
Build all the nodes / netcore01 (push) Successful in 20s
Build all the nodes / netcore02 (push) Successful in 26s
Build all the nodes / ap01 (push) Successful in 34s
Run pre-commit on all files / pre-commit (push) Successful in 23s
Build the shell / build-shell (push) Successful in 38s
Build all the nodes / tower01 (push) Successful in 1m35s
Build all the nodes / hypervisor02 (push) Successful in 1m39s
Build all the nodes / hypervisor01 (push) Successful in 1m51s
Build all the nodes / geo01 (push) Successful in 1m58s
Build all the nodes / geo02 (push) Successful in 1m57s
Build all the nodes / build01 (push) Successful in 1m57s
Build all the nodes / bridge01 (push) Successful in 2m1s
Build all the nodes / vault01 (push) Successful in 2m6s
Build all the nodes / hypervisor03 (push) Successful in 2m8s
Build all the nodes / rescue01 (push) Successful in 2m10s
Build all the nodes / web03 (push) Successful in 1m53s
Build all the nodes / storage01 (push) Successful in 2m16s
Build all the nodes / web02 (push) Successful in 1m56s
Build all the nodes / web01 (push) Successful in 2m26s
Build all the nodes / compute01 (push) Successful in 2m44s
This commit is contained in:
parent
b7c225a9cd
commit
3dd4619aa7
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ in
|
|||
database.createLocally = true;
|
||||
configureRedis = true;
|
||||
|
||||
autoUpdateApps.enable = true;
|
||||
autoUpdateApps.enable = false;
|
||||
|
||||
settings = {
|
||||
overwriteprotocol = "https";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue