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

59 lines
1.5 KiB
TOML
Raw Normal View History

2023-06-09 19:13:21 +02:00
packaging_format = 2
id = "cultivons"
name = "Cultivons"
description.en = "Sustainable Autonomous Base Manager"
description.fr = "Gestionnaire de Base Autonome Durable"
2023-06-09 19:26:10 +02:00
version = "1.8~ynh1"
2023-06-09 19:13:21 +02:00
maintainers = ["Pierre Levasseur"]
[upstream]
license = "Apache-2.0"
website = "https://xulops.net/forge/cultivons.php"
demo = "https://cultivons-demo.xulops.net"
admindoc = "https://xulops.net/forge/cultivons.php?menu=about"
userdoc = "https://xulops.net/forge/cultivons.php?menu=about"
code = "https://xulops.net/forge/cultivons.php?menu=download"
[integration]
2023-06-09 19:19:06 +02:00
yunohost = ">= 11.1.20"
architectures = "all"
2023-06-09 19:13:21 +02:00
multi_instance = true
2023-06-09 19:19:06 +02:00
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-06-09 19:13:21 +02:00
[install]
[install.domain]
type = "domain"
full_domain = true
[install.init_main_permission]
help.fr = "Cette page sera accessible par n'importe qui. En revanche, la configuration reste personnelle"
help.en = "The page will be accessible by anyone."
type = "group"
default = false
[resources]
[resources.sources.main]
2023-06-09 19:26:10 +02:00
url = "https://xulops.net/forge/cultivons.php?f=download&pk=43&v=266a047613f488f2bc0bac772667ac27"
sha256 = "2834a0b744eaf9318c5d85a10eecd52ab4553a47268f7c0ddfc89dc8089e0589"
2023-06-12 16:23:38 +02:00
extract = true
in_subdir = true
format = "zip"
2023-06-09 19:13:21 +02:00
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
2023-06-09 19:19:06 +02:00
[resources.apt]
packages = "php8.2-sqlite3"