CT:Nextcloud
Fixed first-run wizard and enabled it
This commit is contained in:
@@ -106,7 +106,7 @@ http {
|
||||
access_log off;
|
||||
}
|
||||
|
||||
location ~ \.(?:png|html|ttf|ico|jpg|jpeg|bcmap)$ {
|
||||
location ~ \.(?:png|html|ttf|ico|jpg|jpeg|bcmap|mp4|webm)$ {
|
||||
try_files $uri /index.php$request_uri;
|
||||
access_log off;
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@ service nginx reload
|
||||
|
||||
sudo -u nginx php8 /opt/nextcloud/occ db:convert-filecache-bigint
|
||||
sudo -u nginx php8 /opt/nextcloud/occ db:add-missing-indices
|
||||
sudo -u nginx php8 /opt/nextcloud/occ app:disable firstrunwizard
|
||||
#sudo -u nginx php8 /opt/nextcloud/occ app:disable firstrunwizard
|
||||
sudo -u nginx php8 /opt/nextcloud/occ config:system:set default_language --value=nl
|
||||
sudo -u nginx php8 /opt/nextcloud/occ config:system:set default_locale --value=nl
|
||||
sudo -u nginx php8 /opt/nextcloud/occ config:system:set default_phone_region --value=nl
|
||||
|
||||
Reference in New Issue
Block a user