mirror of
https://github.com/YunoHost-Apps/zwiicms_ynh.git
synced 2024-09-03 18:06:04 +02:00
70 lines
1.8 KiB
TOML
70 lines
1.8 KiB
TOML
|
packaging_format = 2
|
||
|
|
||
|
id = "zwiicms"
|
||
|
name = "ZwiiCMS"
|
||
|
description.en = "Zwii - the simple, lightweight, database-free (Flat-File), scalable and responsive CMS!"
|
||
|
description.fr = "Zwii - le CMS simple, léger, sans base de données (Flat-File), modulable et responsive !"
|
||
|
|
||
|
version = "12.2.04~ynh1"
|
||
|
|
||
|
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]
|
||
|
yunohost = ">= 11.1.6"
|
||
|
architectures = "all"
|
||
|
multi_instance = false
|
||
|
ldap = "not_relevant"
|
||
|
sso = "not_relevant"
|
||
|
disk = "50M"
|
||
|
ram.build = "50M"
|
||
|
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"
|
||
|
type = "string"
|
||
|
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]
|
||
|
[resources.system_user]
|
||
|
|
||
|
[resources.install_dir]
|
||
|
dir = "/var/www/__APP__"
|
||
|
owner = "__APP__:rwx"
|
||
|
group = "www-data:rx"
|
||
|
|
||
|
[resources.permissions]
|
||
|
main.url = "/"
|
||
|
|
||
|
[resources.apt]
|
||
|
packages = "php$YNH_DEFAULT_PHP_VERSION-mbstring,php$YNH_DEFAULT_PHP_VERSION-zip,php$YNH_DEFAULT_PHP_VERSION-GD,php$YNH_DEFAULT_PHP_VERSION-exif,php$YNH_DEFAULT_PHP_VERSION-XMLWriter"
|