mirror of
https://github.com/YunoHost-Apps/wondercms_ynh.git
synced 2024-09-03 18:06:16 +02:00
55 lines
1.2 KiB
TOML
55 lines
1.2 KiB
TOML
packaging_format = 2
|
|
|
|
id = "wondercms"
|
|
name = "Wondercms"
|
|
description.en = "Fast and small flat file CMS"
|
|
description.fr = "CMS rapide sans base de données"
|
|
|
|
version = "3.4.2~ynh1"
|
|
|
|
maintainers = ["eric_G"]
|
|
|
|
[upstream]
|
|
license = "MIT"
|
|
website = "https://wondercms.com"
|
|
demo = "https://www.wondercms.com/demo/"
|
|
admindoc = "https://github.com/robiso/wondercms/wiki"
|
|
code = "https://github.com/robiso/wondercms"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.1.18"
|
|
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 = "/wondercms"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
url = "https://github.com/robiso/wondercms/releases/download/3.4.2/wondercms-342.zip"
|
|
sha256 = "67df47c64a30dd49d569cd2e5f08967cad8fd2d65264a309b11b2001f0dce2d8"
|
|
autoupdate.strategy = "latest_github_tag"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
packages = "php8.0-curl phpp8.0-gd phpp8.0-zip phpp8.0-mbstring"
|