1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cachet_ynh.git synced 2024-09-03 18:16:03 +02:00

Merge pull request #64 from YunoHost-Apps/testing

Automated testing -> master
This commit is contained in:
Salamandar 2024-06-24 10:46:27 +02:00 committed by GitHub
commit 2279c40608
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 10 additions and 10 deletions

View file

@ -19,7 +19,7 @@ It shall NOT be edited by hand.
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:** 2024.03.11~ynh1
**Shipped version:** 2024.06.14~ynh1
**Demo:** <https://demo.cachethq.io>

View file

@ -19,7 +19,7 @@ No se debe editar a mano.
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.
**Versión actual:** 2024.03.11~ynh1
**Versión actual:** 2024.06.14~ynh1
**Demo:** <https://demo.cachethq.io>

View file

@ -19,7 +19,7 @@ EZ editatu eskuz.
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.
**Paketatutako bertsioa:** 2024.03.11~ynh1
**Paketatutako bertsioa:** 2024.06.14~ynh1
**Demoa:** <https://demo.cachethq.io>

View file

@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main.
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:** 2024.03.11~ynh1
**Version incluse:** 2024.06.14~ynh1
**Démo:** <https://demo.cachethq.io>

View file

@ -19,7 +19,7 @@ NON debe editarse manualmente.
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.
**Versión proporcionada:** 2024.03.11~ynh1
**Versión proporcionada:** 2024.06.14~ynh1
**Demo:** <https://demo.cachethq.io>

View file

@ -19,7 +19,7 @@
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.
**分发版本:** 2024.03.11~ynh1
**分发版本:** 2024.06.14~ynh1
**演示:** <https://demo.cachethq.io>

View file

@ -7,7 +7,7 @@ name = "Cachet"
description.en = "Open source status page system"
description.fr = "Système de page de statut open source"
version = "2024.03.11~ynh1"
version = "2024.06.14~ynh1"
maintainers = ["JimboJoe"]
@ -55,8 +55,8 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
url = "https://github.com/CachetHQ/Cachet/archive/3e97a874fad1c2a0243b247d2c4e89eb81bac477.tar.gz"
sha256 = "707045be6e638f120651e4e48e84614599683554fd45f1bbdd90b407d125d6e9"
url = "https://github.com/CachetHQ/Cachet/archive/f8bbc1eca5f9755528ae6cf6fb8382e933d26642.tar.gz"
sha256 = "dfcc1272bcba0aff5804766a4ac9086ec12c4605ce34f698718c8a0761ada890"
autoupdate.strategy = "latest_github_commit"
[resources.system_user]

View file

@ -21,7 +21,7 @@ exec_artisan "down"
#=================================================
ynh_script_progression --message="Upgrading source files..." --weight=1
ynh_setup_source --dest_dir="$install_dir" --keep=".env bootstrap/cachet/production.php"
ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep=".env bootstrap/cachet/production.php"
chmod -R o-rwx "$install_dir"
chown -R $app:www-data "$install_dir"