mirror of
https://github.com/YunoHost-Apps/dotclear2_ynh.git
synced 2024-09-03 18:26:29 +02:00
70 lines
1.8 KiB
TOML
70 lines
1.8 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
|
|
in_subdir = 2
|
|
url = "https://download.dotclear.org/latest/dotclear-2.27.1.tar.gz"
|
|
sha256 = "15d5d139dffd5e53f7c2301e01f085edcdbed7a89d9e829864a81b7b99cba5e8"
|
|
|
|
[resources.sources.attic]
|
|
prefetch = false
|
|
in_subdir = 2
|
|
url = "https://download.dotclear.org/attic/dotclear-2.27.1.tar.gz"
|
|
sha256 = "15d5d139dffd5e53f7c2301e01f085edcdbed7a89d9e829864a81b7b99cba5e8"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
packages = "mariadb-server, php7.4, php7.4-fpm, php7.4-mbstring"
|
|
|
|
[resources.database]
|
|
type = "mysql"
|