install file sharing app

This commit is contained in:
Sebastian Hugentobler 2018-01-30 09:57:44 +01:00
parent 79e2f96c2a
commit e71a0d4c44
2 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,8 @@ RUN apk add --no-cache \
postgresql-client \
nextcloud \
nextcloud-user_ldap \
nextcloud-files_sharing \
nextcloud-files_texteditor \
nextcloud-pgsql \
php7-opcache

View File

@ -21,6 +21,7 @@ if [ $? -ne 1 ]; then
s6-setuidgid nginx ./occ config:app:set --value cron core backgroundjobs_mode
s6-setuidgid nginx ./occ app:enable user_ldap
s6-setuidgid nginx ./occ app:enable files_sharing
s6-setuidgid nginx ./occ app:enable files_texteditor
fi
s6-setuidgid nginx ./occ config:system:set --value "https://$DOMAIN" overwrite.cli.url