From 8c05e1bc4242f2f037d0430111ebee0c898abb3d Mon Sep 17 00:00:00 2001 From: Gildas <25692645+Gildas-GH@users.noreply.github.com> Date: Wed, 13 Dec 2023 19:30:19 +0100 Subject: [PATCH 1/4] Fix : Websocket issue after install (see #92) --- conf/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 5461087..21e59ad 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -3,8 +3,8 @@ location __PATH__/ { proxy_pass http://127.0.0.1:__PORT__; # https://github.com/louislam/uptime-kuma/wiki/Reverse-Proxy#nginx - # proxy_set_header X-Real-IP $remote_addr; - # proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; + proxy_set_header X-Real-IP $remote_addr; + proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; From 48a0192b71f06e859c01030dcee22197300b6881 Mon Sep 17 00:00:00 2001 From: Gildas <25692645+Gildas-GH@users.noreply.github.com> Date: Wed, 13 Dec 2023 22:08:56 +0100 Subject: [PATCH 2/4] Fix : Websocket issue after install --- conf/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index 21e59ad..021d058 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -8,6 +8,7 @@ location __PATH__/ { proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; + proxy_set_header Host $host; # Common parameter to increase upload size limit #client_max_body_size 50M; From 041b1f75725cebff2ee30032e91590bb8590c33a Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 31 Dec 2023 05:18:15 +0100 Subject: [PATCH 3/4] Upgrade to v1.23.11 --- manifest.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index 195bcf3..9a1a5f4 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Uptime Kuma" description.en = "Monitoring tool like Uptime-Robot" description.fr = "Outil de surveillance similaire à Uptime-Robot" -version = "1.23.10~ynh1" +version = "1.23.11~ynh1" maintainers = ["ketsapiwiq", "eric_G"] @@ -39,14 +39,14 @@ ram.runtime = "50M" [resources] [resources.sources] [resources.sources.dist] - url = "https://github.com/louislam/uptime-kuma/releases/download/1.23.10/dist.tar.gz" - sha256 = "fbb1442b9ef86293e8ebe2586545f5b7677c579222e65a9a740723e3dac47745" + url = "https://github.com/louislam/uptime-kuma/releases/download/1.23.11/dist.tar.gz" + sha256 = "6e98ef8b7f62565ebff8cb48c3a23012b9d8044819d4f8980f99bc37bf2a468d" autoupdate.strategy = "latest_github_release" autoupdate.asset = "dist.tar.gz" [resources.sources.main] - url = "https://github.com/louislam/uptime-kuma/archive/refs/tags/1.23.10.tar.gz" - sha256 = "77c2b2d0dc7f9ca956514c2ba5ccb67bee00dcae3e3c2f1ac1058a2ab17d585e" + url = "https://github.com/louislam/uptime-kuma/archive/refs/tags/1.23.11.tar.gz" + sha256 = "7ae1f6ab320cb22436972554fce95779e16382c00adebbc5c9be33f3298593c4" autoupdate.strategy = "latest_github_release" autoupdate.asset = "tarball" From 18193905c874da53b77c0d0b3db777aad3fe5b55 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 31 Dec 2023 04:18:16 +0000 Subject: [PATCH 4/4] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e55eb8..e63c1b1 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Uptime Kuma is a self-hosted monitoring tool like "Uptime Robot". - Certificate Info -**Shipped version:** 1.23.10~ynh1 +**Shipped version:** 1.23.11~ynh1 **Demo:** https://demo.uptime.kuma.pet diff --git a/README_fr.md b/README_fr.md index b46b159..1622322 100644 --- a/README_fr.md +++ b/README_fr.md @@ -28,7 +28,7 @@ Uptime Kuma est un outil de surveillance auto-hébergé comme « Uptime Robot » - Graphique Ping - Informations sur le certificat -**Version incluse :** 1.23.10~ynh1 +**Version incluse :** 1.23.11~ynh1 **Démo :** https://demo.uptime.kuma.pet