mirror of
https://github.com/YunoHost-Apps/dotclear2_ynh.git
synced 2024-09-03 18:26:29 +02:00
68 lines
1.7 KiB
TOML
68 lines
1.7 KiB
TOML
packaging_format = 2
|
|
|
|
id = "dotclear2"
|
|
name = "DotClear 2"
|
|
description.en = "Blog publishing application"
|
|
description.fr = "Moteur de blog"
|
|
|
|
version = "2.27.1~ynh1"
|
|
|
|
maintainers = ["kay0u"]
|
|
|
|
[upstream]
|
|
license = "GPL-2.0-or-later"
|
|
website = "https://dotclear.org"
|
|
demo = "https://www.softaculous.com/demos/Dotclear"
|
|
admindoc = "https://dotclear.org/documentation/2.0"
|
|
code = "https://git.dotclear.org/dev/dotclear"
|
|
cpe = "cpe:2.3:a:dotclear:dotclear"
|
|
fund = "https://dotclear.org/donate"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.0.0"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
ldap = true
|
|
sso = false
|
|
disk = "50M" # FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ...
|
|
ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
|
|
ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/dotclear2"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[install.admin]
|
|
type = "user"
|
|
|
|
[resources]
|
|
[resources.sources.latest]
|
|
prefetch = false
|
|
url = "http://download.dotclear.org/latest/dotclear-2.27.1.zip"
|
|
sha256 = "15d5d139dffd5e53f7c2301e01f085edcdbed7a89d9e829864a81b7b99cba5e8"
|
|
|
|
[resources.sources.attic]
|
|
prefetch = false
|
|
url = "http://download.dotclear.org/attic/dotclear-2.27.1.zip"
|
|
sha256 = "15d5d139dffd5e53f7c2301e01f085edcdbed7a89d9e829864a81b7b99cba5e8"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.database]
|
|
type = "mysql"
|
|
|
|
[resources.apt]
|
|
packages = ["php8.2", "php8.2-fpm"]
|