1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/moncycle_ynh.git synced 2024-09-03 19:46:16 +02:00
moncycle_ynh/manifest.toml

53 lines
1.3 KiB
TOML
Raw Normal View History

2023-09-28 21:02:20 +02:00
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"
2024-02-21 18:39:46 +01:00
version = "10.0~ynh2"
2023-09-28 21:02:20 +02:00
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]
2023-09-28 21:12:31 +02:00
yunohost = ">= 11.2"
architectures = "all"
2023-09-28 21:02:20 +02:00
multi_instance = true
2023-09-28 21:12:31 +02:00
ldap = false
sso = false
disk = "50M"
2023-09-28 21:26:21 +02:00
ram.build = "100M"
2023-09-28 21:12:31 +02:00
ram.runtime = "50M"
2023-09-28 21:02:20 +02:00
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
type = "group"
[resources]
[resources.sources.main]
2024-02-21 11:49:06 +01:00
url = "https://github.com/jean-io/moncycle.app/archive/6e198655d54370f782f9c74a7361724a87090f13.zip"
sha256 = "9bc1ee0890ee649c0ee16f56de2165778f398be450201be9329c25675ca457e8"
autoupdate.strategy = "latest_github_release"
2023-09-28 21:02:20 +02:00
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
2023-09-28 21:12:31 +02:00
[resources.apt]
2024-02-20 10:49:31 +01:00
packages = "mariadb-server, php8.3-gd, php8.3-mysql, php8.3-xml, php8.3-mbstring, php8.3-opcache"
2023-09-28 21:12:31 +02:00
2023-09-28 21:02:20 +02:00
[resources.database]
type = "mysql"