1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/uptime-kuma_ynh.git synced 2024-10-01 13:34:58 +02:00

Merge pull request #98 from YunoHost-Apps/testing

Testing
This commit is contained in:
Hadrien 2024-01-08 21:09:31 +01:00 committed by GitHub
commit 148e81d13e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 9 deletions

View file

@ -29,7 +29,7 @@ Uptime Kuma is a self-hosted monitoring tool like "Uptime Robot".
- Certificate Info - Certificate Info
**Shipped version:** 1.23.10~ynh1 **Shipped version:** 1.23.11~ynh1
**Demo:** https://demo.uptime.kuma.pet **Demo:** https://demo.uptime.kuma.pet

View file

@ -28,7 +28,7 @@ Uptime Kuma est un outil de surveillance auto-hébergé comme « Uptime Robot »
- Graphique Ping - Graphique Ping
- Informations sur le certificat - Informations sur le certificat
**Version incluse :** 1.23.10~ynh1 **Version incluse :** 1.23.11~ynh1
**Démo :** https://demo.uptime.kuma.pet **Démo :** https://demo.uptime.kuma.pet

View file

@ -3,11 +3,12 @@ location __PATH__/ {
proxy_pass http://127.0.0.1:__PORT__; proxy_pass http://127.0.0.1:__PORT__;
# https://github.com/louislam/uptime-kuma/wiki/Reverse-Proxy#nginx # https://github.com/louislam/uptime-kuma/wiki/Reverse-Proxy#nginx
# proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;
# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_http_version 1.1; proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade; proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade"; proxy_set_header Connection "upgrade";
proxy_set_header Host $host;
# Common parameter to increase upload size limit # Common parameter to increase upload size limit
#client_max_body_size 50M; #client_max_body_size 50M;

View file

@ -5,7 +5,7 @@ name = "Uptime Kuma"
description.en = "Monitoring tool like Uptime-Robot" description.en = "Monitoring tool like Uptime-Robot"
description.fr = "Outil de surveillance similaire à Uptime-Robot" description.fr = "Outil de surveillance similaire à Uptime-Robot"
version = "1.23.10~ynh1" version = "1.23.11~ynh1"
maintainers = ["ketsapiwiq", "eric_G"] maintainers = ["ketsapiwiq", "eric_G"]
@ -39,14 +39,14 @@ ram.runtime = "50M"
[resources] [resources]
[resources.sources] [resources.sources]
[resources.sources.dist] [resources.sources.dist]
url = "https://github.com/louislam/uptime-kuma/releases/download/1.23.10/dist.tar.gz" url = "https://github.com/louislam/uptime-kuma/releases/download/1.23.11/dist.tar.gz"
sha256 = "fbb1442b9ef86293e8ebe2586545f5b7677c579222e65a9a740723e3dac47745" sha256 = "6e98ef8b7f62565ebff8cb48c3a23012b9d8044819d4f8980f99bc37bf2a468d"
autoupdate.strategy = "latest_github_release" autoupdate.strategy = "latest_github_release"
autoupdate.asset = "dist.tar.gz" autoupdate.asset = "dist.tar.gz"
[resources.sources.main] [resources.sources.main]
url = "https://github.com/louislam/uptime-kuma/archive/refs/tags/1.23.10.tar.gz" url = "https://github.com/louislam/uptime-kuma/archive/refs/tags/1.23.11.tar.gz"
sha256 = "77c2b2d0dc7f9ca956514c2ba5ccb67bee00dcae3e3c2f1ac1058a2ab17d585e" sha256 = "7ae1f6ab320cb22436972554fce95779e16382c00adebbc5c9be33f3298593c4"
autoupdate.strategy = "latest_github_release" autoupdate.strategy = "latest_github_release"
autoupdate.asset = "tarball" autoupdate.asset = "tarball"