changed dependency version of nextcloud

This commit is contained in:
Finn 2021-08-21 15:21:32 +02:00
parent 8d214d1a91
commit 16438014fa
2 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<category>tools</category>
<bugs>https://gitea.rs485.network/UPschooling/Nextcloud-App/issues</bugs>
<dependencies>
<nextcloud min-version="15" max-version="15"/>
<nextcloud min-version="15" max-version="22"/>
</dependencies>
<navigations>
<navigation>

View File

@ -11,5 +11,6 @@ docker exec nextcloud chmod -R ug+rw /var/www/html/custom_apps
docker exec --user 33 nextcloud bash -c 'cd /var/www/html/custom_apps/upschooling && make'
docker exec --user 33 nextcloud php occ maintenance:install --database "sqlite" --admin-user "admin" --admin-pass "admin"
docker exec --user 33 nextcloud php occ config:system:set --value=true --type=boolean debug
docker exec --user 33 nextcloud php occ app:enable --force upschooling