1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wondercms_ynh.git synced 2024-09-03 18:06:16 +02:00
wondercms_ynh/manifest.toml

56 lines
1.2 KiB
TOML
Raw Normal View History

2023-05-02 22:34:32 +02:00
packaging_format = 2
id = "wondercms"
name = "Wondercms"
description.en = "Fast and small flat file CMS"
description.fr = "CMS rapide sans base de données"
2023-05-02 22:41:43 +02:00
version = "3.4.2~ynh1"
2023-05-02 22:34:32 +02:00
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]
2023-05-02 22:40:21 +02:00
yunohost = ">= 11.1.18"
architectures = "all"
2023-05-02 22:34:32 +02:00
multi_instance = true
2023-05-02 22:40:21 +02:00
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-05-02 22:34:32 +02:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/wondercms"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources.main]
2023-05-02 22:41:43 +02:00
url = "https://github.com/robiso/wondercms/releases/download/3.4.2/wondercms-342.zip"
sha256 = "67df47c64a30dd49d569cd2e5f08967cad8fd2d65264a309b11b2001f0dce2d8"
2023-05-02 22:40:21 +02:00
autoupdate.strategy = "latest_github_tag"
2023-05-02 22:34:32 +02:00
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
2023-05-02 22:40:21 +02:00
[resources.apt]
packages = "php8.0-curl phpp8.0-gd phpp8.0-zip phpp8.0-mbstring"