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

68 lines
1.5 KiB
TOML
Raw Permalink Normal View History

2023-06-10 11:21:38 +02:00
packaging_format = 2
id = "getsimple"
name = "GetSimple"
description.en = "Flatfile CMS that works fast and efficient"
description.fr = "Flatfile CMS that works fast and efficient"
2023-06-10 17:55:25 +02:00
version = "3.3.16~ynh3"
2023-06-10 11:21:38 +02:00
maintainers = []
[upstream]
license = "GPL-3.0"
website = "http://get-simple.info"
admindoc = "http://get-simple.info/wiki/fr:start"
code = "https://github.com/GetSimpleCMS/GetSimpleCMS"
[integration]
2023-06-10 11:27:32 +02:00
yunohost = ">= 11.1.20"
architectures = "all"
2023-06-10 11:21:38 +02:00
multi_instance = true
2023-06-10 11:27:32 +02:00
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-06-10 11:21:38 +02:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/getsimple"
[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 = ["de_DE", "en_US", "fr_FR", "nl_NL"]
default = "fr_FR"
[install.admin]
type = "user"
[install.password]
type = "password"
[resources]
[resources.sources.main]
url = "https://github.com/GetSimpleCMS/GetSimpleCMS/archive/refs/tags/v3.3.16.tar.gz"
sha256 = "2c012c0346ba8088f7ccec809653b177a43de6d87c6f1c826d26df3956a84fb0"
autoupdate.strategy = "latest_github_release"
2023-06-10 11:21:38 +02:00
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
2023-06-10 11:27:32 +02:00
[resources.apt]
packages = "php8.2-xml php8.2-curl php8.2-gd php8.2-zip php8.2-xml"