mirror of
https://github.com/YunoHost-Apps/moncycle_ynh.git
synced 2024-09-03 19:46:16 +02:00
54 lines
1.3 KiB
TOML
54 lines
1.3 KiB
TOML
packaging_format = 2
|
|
|
|
id = "moncycle"
|
|
name = "Moncycle"
|
|
description.en = "Menstrual cycle follow-up for natural family planning"
|
|
description.fr = "Suivi de cycle pour les méthodes naturelles de régulation de naissance"
|
|
|
|
version = "10.0~ynh1"
|
|
|
|
maintainers = ["Raoul de Limezy"]
|
|
|
|
[upstream]
|
|
license = "CC-BY-NC-SA-4.0"
|
|
website = "https://moncycle.app"
|
|
demo = "https://tableau.moncycle.app/connexion.php?email1=demo@moncycle.app&mdp=demo"
|
|
code = "https://github.com/jean-io/moncycle.app"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
ldap = false
|
|
sso = false
|
|
disk = "50M"
|
|
ram.build = "100M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
url = "https://github.com/jean-io/moncycle.app/archive/31f2dd5272d617de30ee58e79052b3af7ae5b5d4.zip"
|
|
sha256 = "7f8fd2f7b28c16a308a67f476b34f2797b10a8f6285c36aa71b6876b845baf80"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
packages = "mariadb-server, php8.3-gd, php8.3-mysql, php8.3-xml, php8.3-mbstring, php8.3-opcache"
|
|
|
|
[resources.database]
|
|
type = "mysql"
|
|
|
|
[main.main.CREATION_COMPTE]
|
|
CREATION_COMPTE="true"
|