CT:Nextcloud

Fixed first-run wizard and enabled it
This commit is contained in:
2021-11-26 20:03:12 +01:00
parent 2d26689c80
commit 8f6f48fd0e
2 changed files with 2 additions and 2 deletions

View File

@@ -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;
}

View File

@@ -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