mirror of
https://github.com/YunoHost-Apps/cachet_ynh.git
synced 2024-09-03 18:16:03 +02:00
Upgrade to v2023.11.07 (#53)
* Upgrade to v2023.11.07 * Auto-update README
This commit is contained in:
parent
1480f1e7b4
commit
d1baef954b
3 changed files with 7 additions and 5 deletions
|
@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
Cachet is a status page for your API, service or company. Built with all of the features that you'd expect from a status page, Cachet comes with a powerful API, a metric system, multiple user support, two factor authentication for added security and is easy to get setup. A powerful, self-hosted alternative to StatusPage.io and Status.io.
|
||||
|
||||
|
||||
**Shipped version:** 2023.10.11~ynh1
|
||||
**Shipped version:** 2023.11.07~ynh1
|
||||
|
||||
**Demo:** https://demo.cachethq.io
|
||||
|
||||
|
@ -32,6 +32,7 @@ Cachet is a status page for your API, service or company. Built with all of the
|
|||
* Official app website: <https://cachethq.io>
|
||||
* Official admin documentation: <https://docs.cachethq.io>
|
||||
* Upstream app code repository: <https://github.com/CachetHQ/Cachet>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/cachet>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/cachet_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
|
|
@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
|
||||
Cachet est une page de statut pour votre API, service ou entreprise. Construit avec toutes les fonctionnalités que vous attendez d'une page de status, Cachet est livré avec une API puissante, un système métrique, une prise en charge de plusieurs utilisateurs, une authentification à deux facteurs pour une sécurité accrue et est facile à configurer. Une alternative puissante et auto-hébergée à StatusPage.io et Status.io.
|
||||
|
||||
**Version incluse :** 2023.10.11~ynh1
|
||||
**Version incluse :** 2023.11.07~ynh1
|
||||
|
||||
**Démo :** https://demo.cachethq.io
|
||||
|
||||
|
@ -31,6 +31,7 @@ Cachet est une page de statut pour votre API, service ou entreprise. Construit a
|
|||
* Site officiel de l’app : <https://cachethq.io>
|
||||
* Documentation officielle de l’admin : <https://docs.cachethq.io>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/CachetHQ/Cachet>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/cachet>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/cachet_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
|
|
@ -7,7 +7,7 @@ name = "Cachet"
|
|||
description.en = "Open source status page system"
|
||||
description.fr = "Système de page de statut open source"
|
||||
|
||||
version = "2023.10.27~ynh1"
|
||||
version = "2023.11.07~ynh1"
|
||||
|
||||
maintainers = ["JimboJoe"]
|
||||
|
||||
|
@ -52,8 +52,8 @@ ram.runtime = "50M"
|
|||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/CachetHQ/Cachet/archive/7b07983d54cc5b83064c2bbe3848c3f231cf8799.tar.gz"
|
||||
sha256 = "241f23ce6bf3c57f8716f4f94a4dbc4d3dfdaa746ab67430920de0eda6469f7a"
|
||||
url = "https://github.com/CachetHQ/Cachet/archive/91e4d8aba7ce425c0b27ec74de2bc4792b3a107b.tar.gz"
|
||||
sha256 = "d0c50aa8754b9e9ac2b7b26d086953fe698a7b7957b28df0209783a87485a21f"
|
||||
autoupdate.strategy = "latest_github_commit"
|
||||
|
||||
[resources.system_user]
|
||||
|
|
Loading…
Add table
Reference in a new issue