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
Thomas 87862584be
V2 (#77)
* v2

* Auto-update README

* v2

* v2

* v2

* Update upgrade

* fix

* Update install

* Update tests.toml

* autoupdate

* Update manifest.toml

* Update install

* Update POST_INSTALL.md

* Add fr

* Auto-update README

* Update manifest.toml

* Auto-update README

* Update upgrade

* Update manifest.toml

* cleaning

* Update upgrade

* update to php8.2

* Update tests.toml

---------

Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
2023-06-07 22:28:49 +02:00

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.16~ynh2"
maintainers = ["Anmol Sharma"]
[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.1.19"
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.16/webtrees-2.1.16.zip"
sha256 = "3b5dc78b4a2abac37eebb8fca0bb1a21339ad1316ca5d269083725ba92ffaf54"
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 mailutils"
[resources.database]
type = "mysql"