mirror of
https://github.com/YunoHost-Apps/webtrees_ynh.git
synced 2024-09-03 18:26:37 +02:00
78 lines
2.1 KiB
TOML
78 lines
2.1 KiB
TOML
packaging_format = 2
|
|
|
|
id = "webtrees"
|
|
name = "Webtrees"
|
|
description.en = "Web-based genealogy application"
|
|
description.fr = "Logiciel libre de généalogie en ligne"
|
|
|
|
version = "2.1.18~ynh2"
|
|
|
|
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]
|
|
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]
|
|
url = "https://github.com/fisharebest/webtrees/releases/download/2.1.18/webtrees-2.1.18.zip"
|
|
sha256 = "33808c8c39df9ff6120ddf55741638bb0287c6617527157abe8786aaa7c30ea2"
|
|
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"
|