Merge branch 'testing' into master
This commit is contained in:
commit
9ae665ed3a
3 changed files with 7 additions and 9 deletions
|
@ -29,7 +29,7 @@ Uptime Kuma is a self-hosted monitoring tool like "Uptime Robot".
|
||||||
- Certificate Info
|
- Certificate Info
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 1.23.2~ynh1
|
**Shipped version:** 1.23.3~ynh1
|
||||||
|
|
||||||
**Demo:** https://demo.uptime.kuma.pet
|
**Demo:** https://demo.uptime.kuma.pet
|
||||||
|
|
||||||
|
@ -42,7 +42,6 @@ Uptime Kuma is a self-hosted monitoring tool like "Uptime Robot".
|
||||||
* Official app website: <https://uptime.kuma.pet/>
|
* Official app website: <https://uptime.kuma.pet/>
|
||||||
* Official user documentation: <https://github.com/louislam/uptime-kuma/wiki>
|
* Official user documentation: <https://github.com/louislam/uptime-kuma/wiki>
|
||||||
* Upstream app code repository: <https://github.com/louislam/uptime-kuma>
|
* Upstream app code repository: <https://github.com/louislam/uptime-kuma>
|
||||||
* YunoHost Store: <https://apps.yunohost.org/app/uptime-kuma>
|
|
||||||
* Report a bug: <https://github.com/YunoHost-Apps/uptime-kuma_ynh/issues>
|
* Report a bug: <https://github.com/YunoHost-Apps/uptime-kuma_ynh/issues>
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
|
@ -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.2~ynh1
|
**Version incluse :** 1.23.3~ynh1
|
||||||
|
|
||||||
**Démo :** https://demo.uptime.kuma.pet
|
**Démo :** https://demo.uptime.kuma.pet
|
||||||
|
|
||||||
|
@ -41,7 +41,6 @@ Uptime Kuma est un outil de surveillance auto-hébergé comme « Uptime Robot »
|
||||||
* Site officiel de l’app : <https://uptime.kuma.pet/>
|
* Site officiel de l’app : <https://uptime.kuma.pet/>
|
||||||
* Documentation officielle utilisateur : <https://github.com/louislam/uptime-kuma/wiki>
|
* Documentation officielle utilisateur : <https://github.com/louislam/uptime-kuma/wiki>
|
||||||
* Dépôt de code officiel de l’app : <https://github.com/louislam/uptime-kuma>
|
* Dépôt de code officiel de l’app : <https://github.com/louislam/uptime-kuma>
|
||||||
* YunoHost Store: <https://apps.yunohost.org/app/uptime-kuma>
|
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/uptime-kuma_ynh/issues>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/uptime-kuma_ynh/issues>
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
|
@ -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.2~ynh1"
|
version = "1.23.3~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.2/dist.tar.gz"
|
url = "https://github.com/louislam/uptime-kuma/releases/download/1.23.3/dist.tar.gz"
|
||||||
sha256 = "b6c7c28b6ae92127f1a56d3e5c179977ebb2d53a86aa8e5fcabba3b3ad8f889b"
|
sha256 = "33db6e2061f1df75ad7e138d81edb1050b1814c0d94ada8e50e5da76e86edb90"
|
||||||
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.2.tar.gz"
|
url = "https://github.com/louislam/uptime-kuma/archive/refs/tags/1.23.3.tar.gz"
|
||||||
sha256 = "a24698bb409d3b172eeb41229f56a0d00b6e5d07baeb2a94c669a66dc1469314"
|
sha256 = "5678c7f801fd08b8cffe88e22002e3411608542314b63c68aa028cf53b31ff26"
|
||||||
autoupdate.strategy = "latest_github_release"
|
autoupdate.strategy = "latest_github_release"
|
||||||
autoupdate.asset = "tarball"
|
autoupdate.asset = "tarball"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue