mirror of
https://github.com/YunoHost-Apps/cachet_ynh.git
synced 2024-09-03 18:16:03 +02:00
68 lines
1.5 KiB
TOML
68 lines
1.5 KiB
TOML
packaging_format = 2
|
|
|
|
id = "cachet"
|
|
name = "Cachet"
|
|
description.en = "Open source status page system"
|
|
description.fr = "Système de page de statut open source"
|
|
|
|
version = "2023.08.21~ynh1"
|
|
|
|
maintainers = ["JimboJoe"]
|
|
|
|
[upstream]
|
|
license = "BSD-3-Clause"
|
|
website = "https://cachethq.io"
|
|
demo = "https://demo.cachethq.io"
|
|
admindoc = "https://docs.cachethq.io"
|
|
code = "https://github.com/CachetHQ/Cachet"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
ldap = false
|
|
sso = false
|
|
disk = "50M"
|
|
ram.build = "50M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[install.language]
|
|
ask.en = "Choose the application language"
|
|
ask.fr = "Choisissez la langue de l'application"
|
|
type = "select"
|
|
choices = ["fr", "en"]
|
|
default = "en"
|
|
|
|
[install.admin]
|
|
type = "user"
|
|
|
|
[install.password]
|
|
type = "password"
|
|
optional = true
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
url = "https://github.com/CachetHQ/Cachet/archive/0675337812f979613ac7b314c98a01a95e01eb2a.tar.gz"
|
|
sha256 = "aa12ed51839d86de43c2f98c7f5cc6eb666b1156ef5dbab82a274667861705c4"
|
|
autoupdate.strategy = "latest_github_commit"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
packages = "mariadb-server php7.4-gd php7.4-mbstring php7.4-xml php7.4-mysql php7.4-sqlite3"
|
|
|
|
[resources.database]
|
|
type = "mysql"
|