1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cachet_ynh.git synced 2024-09-03 18:16:03 +02:00
* Version 2 (#32)

* v2

* Auto-update README

* v2

* fix

* Auto-update README

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>

* Update _common.sh

* Update manifest.toml

* Auto-update README

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>
This commit is contained in:
Éric Gaspar 2023-06-21 18:29:31 +02:00 committed by GitHub
parent bb6a88d490
commit c926fe66f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -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:** 2.4.0~ynh5
**Shipped version:** 2.4.0~ynh6
**Demo:** https://demo.cachethq.io

View file

@ -19,7 +19,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
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.
**Version incluse :** 2.4.0~ynh5
**Version incluse :** 2.4.0~ynh6
**Démo :** https://demo.cachethq.io

View file

@ -5,7 +5,7 @@ name = "Cachet"
description.en = "Open source status page system"
description.fr = "Système de page de statut open source"
version = "2.4.0~ynh5"
version = "2.4.0~ynh6"
maintainers = ["JimboJoe"]

View file

@ -11,7 +11,7 @@
# Execute a command with occ
exec_artisan() {
(cd "$install_dir" &&
php$YNH_PHP_VERSION artisan $@ --quiet --no-interaction)
php$phpversion artisan $@ --quiet --no-interaction)
}
#=================================================