1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/SitemagicCMS_ynh.git synced 2024-09-03 20:26:13 +02:00
sitemagiccms_ynh/manifest.toml

76 lines
1.5 KiB
TOML
Raw Normal View History

2023-06-29 09:44:29 +02:00
packaging_format = 2
id = "sitemagiccms"
name = "Sitemagic CMS"
description.en = "Content Management System"
description.fr = "Système de gestion de contenu"
2023-11-24 17:25:04 +01:00
version = "4.4.2~ynh5"
2023-06-29 09:44:29 +02:00
2024-02-14 10:45:29 +01:00
maintainers = []
2023-06-29 09:44:29 +02:00
[upstream]
license = "FSFULLR"
website = "https://sitemagic.org/"
admindoc = "https://sitemagic.org/sites/cms-guide/"
code = "https://github.com/Jemt/SitemagicCMS"
[integration]
2024-08-31 10:22:11 +02:00
yunohost = ">= 11.2.29"
helpers_version = "2.1"
2023-06-29 09:50:44 +02:00
architectures = "all"
2023-06-29 09:44:29 +02:00
multi_instance = true
2023-11-24 17:25:04 +01:00
2023-06-29 09:50:44 +02:00
ldap = false
2023-11-24 17:25:04 +01:00
2023-06-29 09:50:44 +02:00
sso = false
2023-11-24 17:25:04 +01:00
2023-06-29 09:50:44 +02:00
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-06-29 09:44:29 +02:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/sitemagic"
[install.admin]
type = "user"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.language]
ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application"
2023-11-24 17:25:04 +01:00
type = "select"
2023-06-29 09:44:29 +02:00
choices = ["da", "de", "el", "fr", "en", "sr"]
default = "fr"
[install.password]
type = "password"
[resources]
[resources.sources.main]
url = "https://sitemagic.org/index.php?SMExt=SMDownloads&SMDownloadsFile=SitemagicCMS442.zip"
sha256 = "8d4e64b47e9bdcf037e523ce909392a07fe97620ac9f30772b3b1fc1542cd07a"
in_subdir = false
[resources.system_user]
[resources.install_dir]
group = "www-data:r-x"
2023-06-29 09:44:29 +02:00
[resources.permissions]
main.url = "/"
2023-06-29 09:50:44 +02:00
[resources.apt]
packages = "mariadb-server, php7.4-mysql, php7.4-xml, php7.4-mbstring"
2023-06-29 09:50:44 +02:00
2023-06-29 09:44:29 +02:00
[resources.database]
type = "mysql"