1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/spip_ynh.git synced 2024-09-03 20:25:59 +02:00
spip_ynh/manifest.toml

75 lines
1.6 KiB
TOML
Raw Permalink Normal View History

2023-06-01 10:01:18 +02:00
packaging_format = 2
id = "spip"
name = "SPIP"
description.en = "CMS with a focus on collaborative edition and multilingualism"
description.fr = "CMS conçu pour l'édition collaborative et le multilinguisme"
version = "4.2.6~ynh2"
2023-06-01 10:01:18 +02:00
maintainers = ["cyp"]
[upstream]
license = "GPL-3.0-or-later"
website = "http://www.spip.net/"
demo = "https://demo.spip.net/"
admindoc = "https://www.spip.net/en_rubrique209.html"
userdoc = "https://www.spip.net/en_rubrique57.html"
code = "https://git.spip.net/spip/spip"
[integration]
2023-06-01 10:09:17 +02:00
yunohost = ">= 11.1.19"
architectures = "all"
2023-06-01 10:01:18 +02:00
multi_instance = true
2023-06-01 10:09:17 +02:00
ldap = false
sso = true
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-06-01 10:01:18 +02:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/spip"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.admin]
type = "user"
[install.password]
type = "password"
[install.users_status]
ask.en = "Choose the status of YunoHost users"
ask.fr = "Choisissez le status des utilisateurs de YunoHost"
type = "string"
choices = ["Administrator", "Editor", "Visitor"]
default = "Editor"
[resources]
[resources.sources.main]
url = "https://files.spip.net/spip/archives/spip-v4.2.6.zip"
sha256 = "fae86da7472e187335c0923c1f8263b04da4b5cad374e7c94b1f62e5e8e99b18"
2023-06-01 10:01:18 +02:00
in_subdir = false
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
2023-06-01 10:09:17 +02:00
[resources.apt]
packages = "mariadb-server libsodium23 php8.2-curl php8.2-xml php8.2-gd php8.2-mysqli php8.2-zip"
2023-06-01 10:01:18 +02:00
[resources.database]
type = "mysql"