Skip to content

Commit 06650e9

Browse files
wip
Signed-off-by: tobiasKaminsky <[email protected]>
1 parent 94a3b58 commit 06650e9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.drone.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,13 @@ services:
8080
- su www-data -c "php /var/www/html/occ app:enable end_to_end_encryption"
8181
- su www-data -c "git clone -b stable16 https://github.com/nextcloud/password_policy.git /var/www/html/apps/password_policy/"
8282
- su www-data -c "php /var/www/html/occ app:enable password_policy"
83+
- su www-data -c "git clone -b stable16 https://github.com/nextcloud/external.git /var/www/html/apps/external/"
84+
- su www-data -c "php /var/www/html/occ app:enable external"
85+
- su www-data -c 'php /var/www/html/occ config:app:set external sites --value="{\"1\":{\"id\":1,\"name
86+
\":\"Nextcloud\",\"url\":\"https:\/\/www.nextcloud.com\",\"lang\":\"\",\"type\":\"link\",\"device\":\"\",
87+
\"icon\":\"external.svg\",\"groups\":[],\"redirect\":false},\"2\":{\"id\":2,\"name\":\"Forum\",\"url
88+
\":\"https:\/\/help.nextcloud.com\",\"lang\":\"\",\"type\":\"link\",\"device\":\"\",\"icon
89+
\":\"external.svg\",\"groups\":[],\"redirect\":false}}"'
8390
- /run.sh
8491

8592
trigger:

0 commit comments

Comments
 (0)