File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 :
You can’t perform that action at this time.
0 commit comments