2023-12-11 22:07:31 +01:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "dotclear2"
name = "DotClear 2"
description . en = "Blog publishing application"
description . fr = "Moteur de blog"
version = "2.24.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" # FIXME: can be replaced by a list of supported archs using the dpkg --print-architecture nomenclature (amd64/i386/armhf/arm64), for example: ["amd64", "i386"]
multi_instance = true
ldap = true
sso = "?"
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 . main ]
url = "https://download.dotclear.org/latest/dotclear-2.24.1.zip"
sha256 = "7d6c75d0b0d5c6f6aefaf663a32a6d0df24f9a915f96327676ba4157329a3390"
prefetch = false
[ resources . sources . main_attic ]
# In case of a new version, the zip is moved from latest to attic...
url = "https://download.dotclear.org/attic/dotclear-2.24.1.zip"
sha256 = "7d6c75d0b0d5c6f6aefaf663a32a6d0df24f9a915f96327676ba4157329a3390"
prefetch = false
[ resources . system_user ]
[ resources . install_dir ]
[ resources . permissions ]
main . url = "/"
[ resources . apt ]
packages = [
"mariadb-server" ,
2023-12-11 22:47:33 +01:00
"php8.2-mbstring" ,
"php8.2-intl" ,
"php8.2-xml" ,
2023-12-11 22:07:31 +01:00
]
[ resources . database ]
type = "mysql"