mirror of
https://github.com/YunoHost-Apps/cachet_ynh.git
synced 2024-09-03 18:16:03 +02:00
Testing (#34)
* 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:
parent
bb6a88d490
commit
c926fe66f1
4 changed files with 4 additions and 4 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:** 2.4.0~ynh5
|
||||
**Shipped version:** 2.4.0~ynh6
|
||||
|
||||
**Demo:** https://demo.cachethq.io
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ Si vous n’avez 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
|
||||
|
||||
|
|
|
@ -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"]
|
||||
|
||||
|
|
|
@ -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)
|
||||
}
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue