selfhoster1312
c7b5b3dbee
Handle edgecases gracefully
...
Yunohost templating doesn't like @__NAME____proxy because `reverseproxy__2__proxy` will evaluate __2__ to $2
or @__NAME__@proxy because ynh_replace_vars uses @ as sed delimiter
and ynh_replace_vars really hates multiline blocks... Using actual newlines in string produces a sed unclosed delimiter error,
while using \n gets them double escaped to some weird output that crashed nginx.
2023-01-10 13:12:50 +01:00
selfhoster1312
ee7c5e9443
Follow recommendations to use more helpers
2023-01-08 16:01:27 +01:00
selfhoster1312
bc55b0d0ff
Use ynh_script_progression in _common.sh script
2023-01-08 14:46:10 +01:00
selfhoster1312
3e05849509
First release of reverseproxy_ynh
2023-01-08 14:33:31 +01:00
Éric Gaspar
91d9264b90
Merge branch 'testing' into enh-testing
2021-06-05 19:16:11 +02:00
ericgaspar
346fb7fa57
Fix linter warnings
2021-01-23 15:21:17 +01:00
ljf
0637590f95
[fix] Bad regex
2019-09-16 22:46:52 +02:00
ljf
03113745d1
[fix] Avoid remote unencrypted destination in proxy mode
2019-09-14 19:58:58 +02:00
Alexandre Aubin
5a76baaf61
Misc cleaning
2019-05-15 19:03:01 +02:00
Alexandre Aubin
650d69514d
is_public was a lie. Only reverse proxy can be private.
2019-05-15 19:02:52 +02:00
Alexandre Aubin
5ccd094fa9
Moar misc fixes following tests...
2019-05-10 03:39:03 +02:00
Alexandre Aubin
ef4ed69b65
Use path_url instead of path, because helpers require it
2019-05-09 19:57:27 +02:00
Alexandre Aubin
6cfc256603
Various fixes for linter warnings / deprecrated practices
2019-05-09 14:56:10 +02:00
Jean-Baptiste Holcroft
a46bb24470
Add basic helpers
2018-05-26 10:27:01 +02:00
Jean-Baptiste Holcroft
0518b75125
Remove sudo
2018-05-26 10:01:42 +02:00
opi
253310b8f8
Initial commit.
2016-06-20 23:43:51 +02:00