File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ services:
113113 - su www-data -c "php /var/www/html/occ app:enable -f files_downloadlimit"
114114 - su www-data -c "git clone --depth 1 -b master https://github.com/nextcloud/recommendations.git /var/www/html/apps/recommendations/"
115115 - su www-data -c "php /var/www/html/occ app:enable -f recommendations"
116+ - su www-data -c "php /var/www/html/occ config:system:set ratelimit.protection.enabled --value false --type bool"
116117 - /usr/local/bin/run.sh
117118
118119trigger :
@@ -232,6 +233,7 @@ services:
232233 - su www-data -c "php /var/www/html/occ app:enable -f files_downloadlimit"
233234 - su www-data -c "git clone --depth 1 -b $SERVER_VERSION https://github.com/nextcloud/recommendations.git /var/www/html/apps/recommendations/"
234235 - su www-data -c "php /var/www/html/occ app:enable recommendations"
236+ - su www-data -c "php /var/www/html/occ config:system:set ratelimit.protection.enabled --value false --type bool"
235237 - /usr/local/bin/run.sh
236238
237239trigger :
@@ -243,6 +245,6 @@ trigger:
243245 - pull_request
244246---
245247kind : signature
246- hmac : f9e2219ba5004d6abb6eb04ede0dedf0b9d5f20d8769228c1e48a09451a54b06
248+ hmac : 4d9e2296a2418db6dae22e94c282a4b356788d99c268d722721dddddd35f43b3
247249
248250...
You can’t perform that action at this time.
0 commit comments