73 lines
1.7 KiB
TOML
73 lines
1.7 KiB
TOML
packaging_format = 2
|
|
name = "Site TDAH-France"
|
|
id = "spip_hypersupers"
|
|
description.fr = "Installation SPIP pour une installation de dev pour le site TDAH-France"
|
|
version = "1.0.0~ynh4"
|
|
maintainers = ["mckmonster"]
|
|
|
|
[upstream]
|
|
license = "GPL-3.0-or-later"
|
|
website = "http://tdah-france.fr/"
|
|
code = "https://git.distrilab.fr/HyperSupers/hypersupers_ynh"
|
|
demo = "https://mckmonster.fr/tdah-france.fr"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.1"
|
|
architectures = "all"
|
|
multi_instance = false
|
|
ldap = false
|
|
sso = false
|
|
disk = "1G"
|
|
ram.build = "1M"
|
|
ram.runtime = "1M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/tdah-france"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
# [install.admin]
|
|
# type = "string"
|
|
# default = "admin"
|
|
|
|
[install.password]
|
|
type = "password"
|
|
|
|
# [install.users_status]
|
|
# type = "string"
|
|
# ask.fr = "Choisissez le status des utilisateurs de YunoHost"
|
|
# choices.administrator = "Administrator"
|
|
# choices.editor = "Editor"
|
|
# choices.visitor = "Visitor"
|
|
# default = "visitor"
|
|
|
|
[resources]
|
|
[resources.system_user]
|
|
allow_ssh = true
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
packages = "libsodium23,php7.4-curl,php7.4-xml,php7.4-gd,php7.4-mysqli,php7.4-zip,php7.4-sqlite3"
|
|
|
|
# [resources.data_dir]
|
|
|
|
# [resources.database]
|
|
# type = "mysql"
|
|
|
|
# [resources.ports]
|
|
|
|
[resources.sources]
|
|
[resources.sources.main]
|
|
url = "https://git.distrilab.fr/HyperSupers/spip_nursit/archive/v1.0.0.zip"
|
|
sha256 = "b07c1583c02da9a519993701b9b9fc6c214baa9b35e31a353d6e97368c1e74be"
|