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

81 lines
2.1 KiB
TOML
Raw Normal View History

2023-10-11 23:19:52 +02:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
2023-08-15 17:52:30 +02:00
packaging_format = 2
id = "dotclear2"
name = "DotClear 2"
description.en = "Blog publishing application"
description.fr = "Moteur de blog"
2023-10-11 23:07:36 +02:00
version = "2.27.3~ynh1"
2023-08-15 17:52:30 +02:00
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]
2023-11-12 09:42:13 +01:00
yunohost = ">= 11.2"
2023-08-15 17:52:30 +02:00
architectures = "all"
multi_instance = true
2023-11-12 09:42:13 +01:00
2023-08-15 17:52:30 +02:00
ldap = true
2023-11-12 09:42:13 +01:00
2023-08-15 17:52:30 +02:00
sso = false
2023-11-12 09:42:13 +01:00
2023-10-11 23:09:24 +02:00
disk = "50M"
ram.build = "200M"
ram.runtime = "50M"
2023-08-15 17:52:30 +02:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/dotclear2"
[install.init_main_permission]
type = "group"
default = "visitors"
2023-10-11 22:55:00 +02:00
[install.init_admin_permission]
ask.en = "Choose the Dotclear super user."
2023-11-12 10:39:11 +01:00
ask.fr = "Choisissez le super utilisateur Dotclear."
2023-10-11 22:55:00 +02:00
help.en = "You can later on give admin permission to more users."
2023-11-12 10:39:11 +01:00
help.fr = "Vous pourrez ultérieurement accorder lautorisation dadministrateur à davantage dutilisateurs."
type = "user"
2023-08-15 17:52:30 +02:00
[resources]
[resources.sources.latest]
prefetch = false
2023-08-15 19:57:16 +02:00
in_subdir = 2
url = "https://download.dotclear.org/latest/dotclear-2.27.3.tar.gz"
sha256 = "86d31cd9f1d8f3147555858c339adb6752db9e8585731eddf697bb1e3fba80c6"
2023-08-15 17:52:30 +02:00
[resources.sources.attic]
prefetch = false
2023-08-15 19:57:16 +02:00
in_subdir = 2
url = "https://download.dotclear.org/attic/dotclear-2.27.3.tar.gz"
sha256 = "86d31cd9f1d8f3147555858c339adb6752db9e8585731eddf697bb1e3fba80c6"
2023-08-15 17:52:30 +02:00
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
2023-10-11 21:39:51 +02:00
admin.show_tile = false
2023-08-15 17:52:30 +02:00
2023-08-15 19:02:46 +02:00
[resources.apt]
2023-10-21 19:11:02 +02:00
packages = "mariadb-server, php8.2, php8.2-fpm, php8.2-mbstring, php8.2-mysql, php-iconv, php8.2-xml, php8.2-cli, php8.2-intl, php8.2-ldap, php8.2-gd"
2023-08-15 19:02:46 +02:00
2023-08-15 17:52:30 +02:00
[resources.database]
type = "mysql"