Commit graph

  • c24d157256 [autopatch] Automatic patch attempt for helpers 2.1 testing Yunohost-Bot 2024-08-31 02:57:32 +0200
  • 65478519d7 [autopatch] Automatic patch attempt for helpers 2.1 Yunohost-Bot 2024-08-31 02:57:32 +0200
  • 3201d66bfe
    Merge da32e51fd9 into 3e1850d789 selfhoster1312 2024-08-24 23:13:19 +0200
  • da32e51fd9 Start rewriting with jinja templates jinja-template selfhoster1312 2024-08-24 22:58:21 +0200
  • 3e1850d789 Run shellcheck to find bash common mistakes Complete command: shellcheck -e SC2154,SC1091,SC2034,SC2148 scripts/* selfhoster1312 2024-08-24 19:27:37 +0200
  • b26d1eb73e Run shellcheck to find bash common mistakes Complete command: shellcheck -e SC2154,SC1091,SC2034,SC2148 scripts/* shellcheck selfhoster1312 2024-08-24 19:27:37 +0200
  • 7cf40d0e38 Auto-update READMEs yunohost-bot 2024-08-24 16:59:20 +0000
  • 82419e03bf Don't stop additional components in UDS selfhoster1312 2024-08-05 17:46:26 +0200
  • 78952a2db0 Fix unix domain socket check... regex MUST NOT be quoted selfhoster1312 2024-08-05 17:31:52 +0200
  • 7e7b8f7864 Auto-update READMEs yunohost-bot 2024-08-24 16:59:20 +0000
  • de887dc42a Don't stop additional components in UDS selfhoster1312 2024-08-05 17:46:26 +0200
  • 8176a198a3 Fix unix domain socket check... regex MUST NOT be quoted selfhoster1312 2024-08-05 17:31:52 +0200
  • db31ed62bd Auto-update READMEs master yunohost-bot 2024-06-22 22:27:55 +0000
  • 94ed51b89f Merge remote-tracking branch 'origin/testing' Félix Piédallu 2024-06-23 00:27:40 +0200
  • aff8f9c8d0 Auto-update READMEs yunohost-bot 2024-04-16 19:27:14 +0000
  • b12155359b Auto-update READMEs yunohost-bot 2024-04-16 19:27:00 +0000
  • 22fad02a83 Bump revision for packagingv2 Félix Piédallu 2024-04-16 21:26:25 +0200
  • 27bdf98315 Auto-update README yunohost-bot 2024-03-29 07:21:02 +0100
  • 0a3ce713ec
    Merge pull request #7 from YunoHost-Apps/testing eric_G 2023-12-02 19:39:51 +0100
  • 5cd80a4bc5
    Update manifest.toml eric_G 2023-12-02 19:37:00 +0100
  • e1bf0b59bd
    Merge pull request #6 from YunoHost-Apps/version-2 eric_G 2023-11-29 10:28:35 +0100
  • ef7c087fae Auto-update README version-2 yunohost-bot 2023-11-29 09:28:09 +0000
  • 817fec5ad8 Merge branch 'testing' into version-2 Éric Gaspar 2023-11-29 10:28:04 +0100
  • 1dd825435f
    Merge pull request #5 from YunoHost-Apps/testing Alexandre Aubin 2023-11-28 02:01:13 +0100
  • 7fb9daf55c Auto-update README yunohost-bot 2023-11-25 22:00:10 +0000
  • adc43e2124 Update manifest.json Éric Gaspar 2023-11-25 23:00:04 +0100
  • 8d5463b70a Update manifest.toml Éric Gaspar 2023-11-25 20:22:37 +0100
  • 7313a01d3d Update manifest.toml Éric Gaspar 2023-11-25 20:22:14 +0100
  • bdf7da25cd Update ADMIN.md Éric Gaspar 2023-11-25 19:25:03 +0100
  • 5100f01f32 Merge branch 'version-2' of https://github.com/YunoHost-Apps/reverseproxy_ynh into version-2 Éric Gaspar 2023-11-25 19:24:01 +0100
  • ecfcf2d4e8 v2 Éric Gaspar 2023-11-25 19:23:56 +0100
  • 2951e42d39 Auto-update README yunohost-bot 2023-11-25 18:20:49 +0000
  • 860ca94202 v2 Éric Gaspar 2023-11-25 19:20:44 +0100
  • fc5f7521f2 v2 Éric Gaspar 2023-11-25 19:16:11 +0100
  • a6bbb0d7cb Update manifest.json Éric Gaspar 2023-11-25 19:15:16 +0100
  • 16d027d38c Auto-update README yunohost-bot 2023-10-31 14:33:01 +0000
  • ae775497fe Fix regular expression to detect unix sockets Mayeul Cantan 2023-09-25 13:05:06 +0200
  • 2dddaf0bb6 Make example valid, bump version selfhoster1312 2023-01-11 19:30:19 +0100
  • 11f672c696
    Merge pull request #1 from YunoHost-Apps/moredocs selfhoster1312 2023-01-10 21:52:06 +0100
  • f114e3235e Serve admin assets and reverse proxy API in tests, enable more tests moredocs selfhoster1312 2023-01-10 19:05:00 +0100
  • db2eefa498 Handle config checksums in change_url scripts selfhoster1312 2023-01-10 19:03:54 +0100
  • a47af1ed63 Yunohost panel in parent location block, assets/try_files defined from bash selfhoster1312 2023-01-10 19:03:08 +0100
  • d6838b36d3 Don't forget to set domain in backup script selfhoster1312 2023-01-10 19:02:18 +0100
  • 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. selfhoster1312 2023-01-10 13:09:57 +0100
  • 8d1845cce0 Auto-update README yunohost-bot 2023-01-09 11:41:40 +0000
  • ee3c78cd33 Add doc about plaintext localhost backend selfhoster1312 2023-01-09 12:41:21 +0100
  • ee7c5e9443 Follow recommendations to use more helpers selfhoster1312 2023-01-08 15:49:37 +0100
  • bc55b0d0ff Use ynh_script_progression in _common.sh script selfhoster1312 2023-01-08 14:46:10 +0100
  • fea7706579 Change test settings selfhoster1312 2023-01-08 14:46:01 +0100
  • 3e05849509 First release of reverseproxy_ynh selfhoster1312 2023-01-08 14:33:31 +0100
  • 62718ad5c4
    Merge pull request #40 from YunoHost-Apps/testing Alexandre Aubin 2022-08-29 11:47:20 +0200
  • cc9b0d535a Auto-update README yunohost-bot 2022-08-29 06:47:01 +0000
  • 114466d3c3
    Bump app version tituspijean 2022-08-29 08:46:58 +0200
  • 3b61a610d9 Auto-update README yunohost-bot 2022-08-16 21:30:29 +0000
  • ee5bdaf014
    Kill legacy setting_set on is_public Alexandre Aubin 2022-08-16 23:30:25 +0200
  • 669e3b0e7a Auto-update README yunohost-bot 2022-06-05 14:08:00 +0000
  • 7c3dd784b9
    Merge pull request #34 from YunoHost-Apps/testing Alexandre Aubin 2022-06-05 16:07:57 +0200
  • 0a4372dffa Auto-update README yunohost-bot 2022-03-23 14:19:52 +0000
  • d57dcc7c13
    [fix] Redirection of subdir ljf (zamentur) 2022-03-23 15:19:50 +0100
  • e17fa2d824
    Merge pull request #27 from YunoHost-Apps/fix-http-redirect ljf (zamentur) 2022-03-23 15:18:56 +0100
  • e6e2ca0f6f
    Merge pull request #32 from YunoHost-Apps/testing Alexandre Aubin 2021-08-29 17:26:31 +0200
  • 28970db89b Auto-update README Yunohost-Bot 2021-08-29 15:25:38 +0000
  • e466a90fc5 Rewite DISCLAIMER, split into DISCLAIMER + DESCRIPTION Alexandre Aubin 2021-08-29 17:25:07 +0200
  • 6d095b38c1 Merge branch 'testing' of https://github.com/YunoHost-Apps/redirect_ynh into testing ericgaspar 2021-08-22 09:01:18 +0200
  • 9301da5ebc Update upgrade ericgaspar 2021-08-22 09:01:11 +0200
  • a3b119cfbc Auto-update README Yunohost-Bot 2021-08-22 06:58:24 +0000
  • 134207218c Merge branch 'testing' of https://github.com/YunoHost-Apps/redirect_ynh into testing ericgaspar 2021-08-22 08:58:20 +0200
  • 72f60aa736 Fix ericgaspar 2021-08-22 08:58:18 +0200
  • 61be5ae597
    Merge pull request #31 from yunohost-bot/issue-and-pr-template Éric Gaspar 2021-08-22 08:48:17 +0200
  • a42766ca97
    Merge pull request #28 from YunoHost-Apps/enh-testing Éric Gaspar 2021-06-10 14:55:39 +0200
  • 21846580e8
    Update manifest.json Alexandre Aubin 2021-06-06 17:42:43 +0200
  • 91d9264b90
    Merge branch 'testing' into enh-testing Éric Gaspar 2021-06-05 19:16:11 +0200
  • f9b5ecac6e
    Merge branch 'enh-testing' of https://github.com/YunoHost-Apps/redirect_ynh into enh-testing ericgaspar 2021-06-04 16:26:44 +0200
  • c65b05bacc
    Update manifest.json ericgaspar 2021-06-04 16:26:34 +0200
  • 5a649f2173 Auto-update README Yunohost-Bot 2021-06-04 14:26:21 +0000
  • 6c80ac0b18
    Add templates ericgaspar 2021-06-04 16:26:13 +0200
  • 1822ea630e [autopatch] Update issue and PR templates Yunohost-Bot 2021-05-13 17:51:58 +0200
  • 346fb7fa57
    Fix linter warnings ericgaspar 2021-01-23 15:21:17 +0100
  • a3e72e8412
    Bump requirement to 3.8 Alexandre Aubin 2020-10-28 16:41:18 +0100
  • 9adb715e6d [fix] HTTP redirection support suburl ljf 2020-06-26 13:40:10 +0200
  • 78ebeba157
    Merge pull request #20 from YunoHost-Apps/fix-proxy-ssowat ljf (zamentur) 2020-06-26 13:38:46 +0200
  • 0637590f95 [fix] Bad regex ljf 2019-09-16 22:46:52 +0200
  • 03113745d1 [fix] Avoid remote unencrypted destination in proxy mode ljf 2019-09-14 19:58:58 +0200
  • c39fadf7ea
    Merge pull request #17 from YunoHost-Apps/is_public_was_a_lie Alexandre Aubin 2019-05-17 22:32:55 +0200
  • bc73fbc62c
    Update manifest.json Alexandre Aubin 2019-05-17 22:32:41 +0200
  • de44880bf9 Fix / update check_process Alexandre Aubin 2019-05-16 15:43:56 +0200
  • 5a76baaf61 Misc cleaning Alexandre Aubin 2019-05-15 18:42:44 +0200
  • 650d69514d is_public was a lie. Only reverse proxy can be private. Alexandre Aubin 2019-05-15 18:35:57 +0200
  • 238eeb8f57
    Taking over the app : marking myself as maintainer + bumping version Alexandre Aubin 2019-05-15 17:34:00 +0200
  • 09cf1c6b98
    Merge pull request #16 from YunoHost-Apps/fix-deprecated-practices Alexandre Aubin 2019-05-15 17:33:02 +0200
  • 5ccd094fa9 Moar misc fixes following tests... Alexandre Aubin 2019-05-09 23:08:09 +0200
  • ef4ed69b65 Use path_url instead of path, because helpers require it Alexandre Aubin 2019-05-09 19:57:27 +0200
  • 6cfc256603 Various fixes for linter warnings / deprecrated practices Alexandre Aubin 2019-04-29 20:49:40 +0200
  • 29ba781fd7
    Merge pull request #11 from Jibec/master Alexandre Aubin 2019-05-09 14:45:54 +0200
  • c4a203f55e Merge branch 'Jibec-master' into testing Arthur Lutz 2019-01-14 14:11:36 +0100
  • 0a2689e35a Merge branch 'master' of https://github.com/Jibec/redirect_ynh into Jibec-master Arthur Lutz 2019-01-14 14:11:16 +0100
  • 73635aee14
    Merge pull request #6 from nicofrand/patch-1 Arthur Lutz 2019-01-14 14:04:17 +0100
  • 72e5550dba
    Merge pull request #14 from JocelynDelalande/patch-1 Arthur Lutz 2019-01-14 14:03:58 +0100
  • f445128d2e
    Explicit what 301/302 means JocelynDelalande 2018-12-22 14:53:17 +0100
  • 8874b59a8b Add AGPL3+ licence and improve manifest Jean-Baptiste Holcroft 2018-05-26 10:27:44 +0200