run update.sh
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Mauro Torrez 2019-10-12 11:06:02 -03:00
parent f90710a1cb
commit a628fe01ee
4 changed files with 156 additions and 48 deletions

View File

@ -118,18 +118,45 @@ RUN \
}, \ }, \
"routes": { \ "routes": { \
"main": [ \ "main": [ \
{ "match": { "uri": "/console.php" }, "action": { "pass": "applications/direct_php" } }, \ { \
{ "match": { "uri": "/cron.php" }, "action": { "pass": "applications/direct_php" } }, \ "match": { \
{ "match": { "uri": "/index.php" }, "action": { "pass": "applications/direct_php" } }, \ "uri": [ \
{ "match": { "uri": "/public.php" }, "action": { "pass": "applications/direct_php" } }, \ "/index.php*", \
{ "match": { "uri": "/remote.php" }, "action": { "pass": "applications/direct_php" } }, \ "/remote.php*", \
{ "match": { "uri": "/status.php" }, "action": { "pass": "applications/direct_php" } }, \ "/public.php*", \
{ "match": { "uri": "/version.php" }, "action": { "pass": "applications/direct_php" } }, \ "/cron.php*", \
{ "match": { "uri": "/core/img/*" }, "action": { "share": "/var/www/html" } }, \ "/core/ajax/update.php*", \
{ "match": { "uri": "/core/css/*" }, "action": { "share": "/var/www/html" } }, \ "/status.php*", \
{ "match": { "uri": "/core/fonts/*" }, "action": { "share": "/var/www/html" } }, \ "/ocs/v1.php*", \
{ "match": { "uri": "/core/js/*" }, "action": { "share": "/var/www/html" } }, \ "/ocs/v2.php*", \
{ "match": { "uri": "/themes/*" }, "action": { "share": "/var/www/html" } }, \ "/updater/*.php", \
"/ocs-provider/*.php", \
"/ocm-provider/*.php" \
] \
}, \
"action": { "pass": "applications/direct_php" } \
}, \
{ \
"match": { \
"uri": [ \
"*.css", \
"*.js", \
"*.woff", \
"*.woff2", \
"*.svg", \
"*.gif", \
"*.map", \
"*.png", \
"*.html", \
"*.ttf", \
"*.ico", \
"*.jpg", \
"*.jpeg", \
"*.bcmap" \
] \
}, \
"action": { "share": "/var/www/html" } \
}, \
{ "action": { "pass": "applications/index_php" } } \ { "action": { "pass": "applications/index_php" } } \
], \ ], \
"static": [ \ "static": [ \

View File

@ -118,18 +118,45 @@ RUN \
}, \ }, \
"routes": { \ "routes": { \
"main": [ \ "main": [ \
{ "match": { "uri": "/console.php" }, "action": { "pass": "applications/direct_php" } }, \ { \
{ "match": { "uri": "/cron.php" }, "action": { "pass": "applications/direct_php" } }, \ "match": { \
{ "match": { "uri": "/index.php" }, "action": { "pass": "applications/direct_php" } }, \ "uri": [ \
{ "match": { "uri": "/public.php" }, "action": { "pass": "applications/direct_php" } }, \ "/index.php*", \
{ "match": { "uri": "/remote.php" }, "action": { "pass": "applications/direct_php" } }, \ "/remote.php*", \
{ "match": { "uri": "/status.php" }, "action": { "pass": "applications/direct_php" } }, \ "/public.php*", \
{ "match": { "uri": "/version.php" }, "action": { "pass": "applications/direct_php" } }, \ "/cron.php*", \
{ "match": { "uri": "/core/img/*" }, "action": { "share": "/var/www/html" } }, \ "/core/ajax/update.php*", \
{ "match": { "uri": "/core/css/*" }, "action": { "share": "/var/www/html" } }, \ "/status.php*", \
{ "match": { "uri": "/core/fonts/*" }, "action": { "share": "/var/www/html" } }, \ "/ocs/v1.php*", \
{ "match": { "uri": "/core/js/*" }, "action": { "share": "/var/www/html" } }, \ "/ocs/v2.php*", \
{ "match": { "uri": "/themes/*" }, "action": { "share": "/var/www/html" } }, \ "/updater/*.php", \
"/ocs-provider/*.php", \
"/ocm-provider/*.php" \
] \
}, \
"action": { "pass": "applications/direct_php" } \
}, \
{ \
"match": { \
"uri": [ \
"*.css", \
"*.js", \
"*.woff", \
"*.woff2", \
"*.svg", \
"*.gif", \
"*.map", \
"*.png", \
"*.html", \
"*.ttf", \
"*.ico", \
"*.jpg", \
"*.jpeg", \
"*.bcmap" \
] \
}, \
"action": { "share": "/var/www/html" } \
}, \
{ "action": { "pass": "applications/index_php" } } \ { "action": { "pass": "applications/index_php" } } \
], \ ], \
"static": [ \ "static": [ \

View File

@ -118,18 +118,45 @@ RUN \
}, \ }, \
"routes": { \ "routes": { \
"main": [ \ "main": [ \
{ "match": { "uri": "/console.php" }, "action": { "pass": "applications/direct_php" } }, \ { \
{ "match": { "uri": "/cron.php" }, "action": { "pass": "applications/direct_php" } }, \ "match": { \
{ "match": { "uri": "/index.php" }, "action": { "pass": "applications/direct_php" } }, \ "uri": [ \
{ "match": { "uri": "/public.php" }, "action": { "pass": "applications/direct_php" } }, \ "/index.php*", \
{ "match": { "uri": "/remote.php" }, "action": { "pass": "applications/direct_php" } }, \ "/remote.php*", \
{ "match": { "uri": "/status.php" }, "action": { "pass": "applications/direct_php" } }, \ "/public.php*", \
{ "match": { "uri": "/version.php" }, "action": { "pass": "applications/direct_php" } }, \ "/cron.php*", \
{ "match": { "uri": "/core/img/*" }, "action": { "share": "/var/www/html" } }, \ "/core/ajax/update.php*", \
{ "match": { "uri": "/core/css/*" }, "action": { "share": "/var/www/html" } }, \ "/status.php*", \
{ "match": { "uri": "/core/fonts/*" }, "action": { "share": "/var/www/html" } }, \ "/ocs/v1.php*", \
{ "match": { "uri": "/core/js/*" }, "action": { "share": "/var/www/html" } }, \ "/ocs/v2.php*", \
{ "match": { "uri": "/themes/*" }, "action": { "share": "/var/www/html" } }, \ "/updater/*.php", \
"/ocs-provider/*.php", \
"/ocm-provider/*.php" \
] \
}, \
"action": { "pass": "applications/direct_php" } \
}, \
{ \
"match": { \
"uri": [ \
"*.css", \
"*.js", \
"*.woff", \
"*.woff2", \
"*.svg", \
"*.gif", \
"*.map", \
"*.png", \
"*.html", \
"*.ttf", \
"*.ico", \
"*.jpg", \
"*.jpeg", \
"*.bcmap" \
] \
}, \
"action": { "share": "/var/www/html" } \
}, \
{ "action": { "pass": "applications/index_php" } } \ { "action": { "pass": "applications/index_php" } } \
], \ ], \
"static": [ \ "static": [ \

View File

@ -118,18 +118,45 @@ RUN \
}, \ }, \
"routes": { \ "routes": { \
"main": [ \ "main": [ \
{ "match": { "uri": "/console.php" }, "action": { "pass": "applications/direct_php" } }, \ { \
{ "match": { "uri": "/cron.php" }, "action": { "pass": "applications/direct_php" } }, \ "match": { \
{ "match": { "uri": "/index.php" }, "action": { "pass": "applications/direct_php" } }, \ "uri": [ \
{ "match": { "uri": "/public.php" }, "action": { "pass": "applications/direct_php" } }, \ "/index.php*", \
{ "match": { "uri": "/remote.php" }, "action": { "pass": "applications/direct_php" } }, \ "/remote.php*", \
{ "match": { "uri": "/status.php" }, "action": { "pass": "applications/direct_php" } }, \ "/public.php*", \
{ "match": { "uri": "/version.php" }, "action": { "pass": "applications/direct_php" } }, \ "/cron.php*", \
{ "match": { "uri": "/core/img/*" }, "action": { "share": "/var/www/html" } }, \ "/core/ajax/update.php*", \
{ "match": { "uri": "/core/css/*" }, "action": { "share": "/var/www/html" } }, \ "/status.php*", \
{ "match": { "uri": "/core/fonts/*" }, "action": { "share": "/var/www/html" } }, \ "/ocs/v1.php*", \
{ "match": { "uri": "/core/js/*" }, "action": { "share": "/var/www/html" } }, \ "/ocs/v2.php*", \
{ "match": { "uri": "/themes/*" }, "action": { "share": "/var/www/html" } }, \ "/updater/*.php", \
"/ocs-provider/*.php", \
"/ocm-provider/*.php" \
] \
}, \
"action": { "pass": "applications/direct_php" } \
}, \
{ \
"match": { \
"uri": [ \
"*.css", \
"*.js", \
"*.woff", \
"*.woff2", \
"*.svg", \
"*.gif", \
"*.map", \
"*.png", \
"*.html", \
"*.ttf", \
"*.ico", \
"*.jpg", \
"*.jpeg", \
"*.bcmap" \
] \
}, \
"action": { "share": "/var/www/html" } \
}, \
{ "action": { "pass": "applications/index_php" } } \ { "action": { "pass": "applications/index_php" } } \
], \ ], \
"static": [ \ "static": [ \