2023-04-07 13:34:10 +02:00
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "pluxml"
|
|
|
|
name = "PluXml"
|
|
|
|
description.en = "Blog or CMS storing data in XML flat files."
|
|
|
|
description.fr = "Blog ou CMS stockant ses données dans des fichiers XML plats."
|
|
|
|
|
2024-07-23 22:04:46 +02:00
|
|
|
version = "5.8.15~ynh1"
|
2023-04-07 13:34:10 +02:00
|
|
|
|
|
|
|
maintainers = ["Antoine"]
|
|
|
|
|
|
|
|
[upstream]
|
|
|
|
license = "GPL-2.0-only"
|
|
|
|
website = "https://www.pluxml.org/"
|
|
|
|
demo = "https://demo.pluxml.org/"
|
|
|
|
admindoc = "https://wiki.pluxml.org/"
|
|
|
|
code = "https://github.com/pluxml/PluXml"
|
|
|
|
|
|
|
|
[integration]
|
|
|
|
yunohost = ">= 11.1.17"
|
|
|
|
architectures = "all"
|
|
|
|
multi_instance = true
|
|
|
|
ldap = false
|
|
|
|
sso = false
|
|
|
|
disk = "50M"
|
|
|
|
ram.build = "50M"
|
|
|
|
ram.runtime = "50M"
|
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
[install.path]
|
|
|
|
type = "path"
|
|
|
|
default = "/pluxml"
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
|
|
|
|
|
|
|
[install.language]
|
|
|
|
ask.en = "Default language"
|
|
|
|
ask.fr = "Langue par défaut"
|
2023-12-11 21:07:54 +01:00
|
|
|
type = "select"
|
2023-04-07 13:34:10 +02:00
|
|
|
choices = ["de", "en", "es", "fr", "it", "nl", "oc", "pl", "pt", "ro", "ru"]
|
|
|
|
default = "en"
|
|
|
|
|
|
|
|
[install.admin]
|
|
|
|
type = "user"
|
|
|
|
|
|
|
|
[install.password]
|
|
|
|
type = "password"
|
|
|
|
|
|
|
|
[resources]
|
|
|
|
[resources.sources.main]
|
2024-07-23 22:04:46 +02:00
|
|
|
url = "https://github.com/pluxml/PluXml/archive/refs/tags/v5.8.15.tar.gz"
|
|
|
|
sha256 = "b48d4a7decce1574324304fda157b2b0cebe8659c9a405953aecbfc89b0ebd1d"
|
2023-04-07 13:34:10 +02:00
|
|
|
autoupdate.strategy = "latest_github_tag"
|
|
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
|
|
|
|
|
|
|
[resources.apt]
|
|
|
|
packages = "php8.0-gd php8.0-xml"
|