2023-03-10 22:48:26 +01:00
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "zwiicms"
|
|
|
|
name = "ZwiiCMS"
|
2023-03-19 09:50:39 +01:00
|
|
|
description.en = "Simple, lightweight, database-free, scalable and responsive CMS"
|
|
|
|
description.fr = "CMS simple, léger, sans base de données, modulable et responsive"
|
2023-03-10 22:48:26 +01:00
|
|
|
|
2024-07-31 03:48:40 +02:00
|
|
|
version = "13.3.06~ynh1"
|
2023-03-10 22:48:26 +01:00
|
|
|
|
|
|
|
maintainers = ["ewilly"]
|
|
|
|
|
|
|
|
[upstream]
|
|
|
|
license = " AGPL-3.0-or-later"
|
|
|
|
website = "https://zwiicms.com/"
|
|
|
|
admindoc = ""
|
|
|
|
userdoc = "https://www.zwiicms.fr/prise-en-main"
|
|
|
|
code = "https://forge.chapril.org/ZwiiCMS-Team/ZwiiCMS"
|
|
|
|
fund = "https://ko-fi.com/T6T4FPG1A"
|
|
|
|
|
|
|
|
[integration]
|
2023-08-17 14:50:34 +02:00
|
|
|
yunohost = ">= 11.2"
|
2023-03-10 22:48:26 +01:00
|
|
|
architectures = "all"
|
|
|
|
multi_instance = false
|
2023-03-19 09:50:39 +01:00
|
|
|
ldap = "not_relevant"
|
2023-03-10 22:48:26 +01:00
|
|
|
sso = "not_relevant"
|
|
|
|
disk = "50M"
|
2023-03-19 10:03:37 +01:00
|
|
|
ram.build = "800M"
|
2023-03-10 22:48:26 +01:00
|
|
|
ram.runtime = "50M"
|
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
[install.path]
|
|
|
|
type = "path"
|
|
|
|
default = "/zwiicms"
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
|
|
|
|
|
|
|
[install.language]
|
|
|
|
ask.en = "Choose the application language"
|
|
|
|
ask.fr = "Choisissez la langue de l'application"
|
2023-09-23 10:54:18 +02:00
|
|
|
type = "select"
|
2023-03-10 22:48:26 +01:00
|
|
|
choices = ["fr_FR", "es", "it", "pt_PT", "en_EN", "gr_GR"]
|
|
|
|
default = "fr_FR"
|
|
|
|
|
|
|
|
[install.admin]
|
|
|
|
type = "user"
|
|
|
|
|
|
|
|
[install.password]
|
|
|
|
help.en = "Use the help field to add an information for the admin about this question."
|
|
|
|
help.fr = "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
|
|
|
|
type = "password"
|
|
|
|
|
|
|
|
[resources]
|
2024-02-15 00:02:35 +01:00
|
|
|
[resources.sources.main]
|
2024-08-30 20:59:47 +02:00
|
|
|
url = "https://forge.chapril.org/ZwiiCMS-Team/ZwiiCMS/archive/13.3.05.tar.gz"
|
|
|
|
sha256 = "313c07691476e1a6c0a23ec9ed2d9d7ae7f3c440c841d3ceca8675a270e30b95"
|
2024-02-15 00:02:35 +01:00
|
|
|
in_subdir = true
|
|
|
|
autoupdate.strategy = "latest_forgejo_release"
|
|
|
|
|
2023-03-10 22:48:26 +01:00
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
owner = "__APP__:rwx"
|
|
|
|
group = "www-data:rx"
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
|
|
|
|
|
|
|
[resources.apt]
|
2023-10-10 21:04:10 +02:00
|
|
|
packages = "php8.2-mbstring, php8.2-zip, php8.2-gd, php8.2-xml, php8.2-intl"
|