2023-06-07 22:28:49 +02:00
|
|
|
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-06-07 22:28:49 +02:00
|
|
|
|
2023-08-21 16:19:25 +02:00
|
|
|
maintainers = []
|
2023-06-07 22:28:49 +02:00
|
|
|
|
|
|
|
[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"
|
2023-06-07 22:28:49 +02:00
|
|
|
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"
|
2023-06-07 22:28:49 +02:00
|
|
|
autoupdate.strategy = "latest_github_tag"
|
|
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
|
|
|
|
|
|
|
[resources.apt]
|
2023-06-08 08:56:32 +02:00
|
|
|
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"
|
2023-06-07 22:28:49 +02:00
|
|
|
|
|
|
|
[resources.database]
|
|
|
|
type = "mysql"
|