1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pluxml_ynh.git synced 2024-09-03 20:16:02 +02:00
pluxml_ynh/manifest.toml
eric_G 5c09c0b9f9
Testing (#74)
* Version 2 (#64)

* v2

* Auto-update README

* v2

* Auto-update README

* Update manifest.toml

* fix

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>

* Update manifest.toml

* Auto-update README

* Delete ADMINfr.md

* Upgrade to v5.8.12 (#69)

* Upgrade to v5.8.12

* Auto-update READMEs

* Auto-update READMEs

* Upgrade to v5.8.13 (#71)

* Upgrade to v5.8.13

* Auto-update READMEs

* Auto-update READMEs

* Upgrade to v5.8.14 (#73)

* Upgrade to v5.8.14

* Auto-update READMEs

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com>
2024-05-18 17:05:46 +02:00

68 lines
1.5 KiB
TOML

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."
version = "5.8.14~ynh1"
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"
type = "select"
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]
url = "https://github.com/pluxml/PluXml/archive/refs/tags/v5.8.14.tar.gz"
sha256 = "677015ddf37434bb47c901f38f8297fa61dc77ff5018809a313a0aae4797fabe"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = "php8.0-gd php8.0-xml"