install file sharing app
This commit is contained in:
parent
79e2f96c2a
commit
e71a0d4c44
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user