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

79 lines
2.1 KiB
TOML
Raw Normal View History

packaging_format = 2
id = "webtrees"
name = "Webtrees"
description.en = "Web-based genealogy application"
description.fr = "Logiciel libre de généalogie en ligne"
2023-08-14 21:54:24 +02:00
version = "2.1.17~ynh1"
2023-08-21 16:19:25 +02:00
maintainers = []
[upstream]
license = "GPL-3.0-or-later"
website = "https://www.webtrees.net"
demo = "https://dev.webtrees.net/demo-stable/index.php?route=%2Fdemo-stable%2Ftree%2Fdemo"
admindoc = "https://wiki.webtrees.net"
code = "https://github.com/fisharebest/webtrees"
[integration]
2023-08-14 21:54:24 +02:00
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "100M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/webtrees"
[install.username]
ask.en = "Choose an admin username (Not a LDAP User)"
ask.fr = "Choisissez un nom d'utilisateur pour l'administrateur de Webtrees (ne doit pas être un utilisateur YunoHost existant)"
type = "string"
example = "john"
[install.name]
ask.en = "Name of the user (Not a LDAP User)"
ask.fr = "Nom de cet utilisateur"
type = "string"
example = "john doe"
[install.email]
ask.en = "Admin email (All the new registration will be sent on this email)"
ask.fr = "Adresse email de l'administrateur (Toutes les nouvelles inscriptions seront envoyées à cette adresse)"
type = "string"
example = "admin@example.com"
[install.init_main_permission]
help.en = "If checked, Webtrees will be public"
help.fr = "Si cochée, Webtrees sera publique"
type = "group"
default = "visitors"
[resources]
[resources.sources.main]
2023-08-14 21:54:24 +02:00
url = "https://github.com/fisharebest/webtrees/releases/download/2.1.17/webtrees-2.1.17.zip"
sha256 = "91599632d1887d268f3ea7ce549138db508aca84b60d0c74106b6968be00b381"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = "mariadb-server php8.2-mbstring php8.2-mysql php8.2-zip php8.2-gd php8.2-xml php8.2-curl php8.2-intl mailutils"
[resources.database]
type = "mysql"