1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00

Update manifest.toml

This commit is contained in:
Éric Gaspar 2023-10-01 22:09:42 +02:00
parent f83d457997
commit a7a4862fe1

View file

@ -5,7 +5,7 @@ name = "Hubzilla"
description.en = "Decentralized publication platform and social network"
description.fr = "Plateforme de publication décentralisée et un réseau social"
version = "8.6.1~ynh2"
version = "8.6.1~ynh3"
maintainers = [""]
@ -28,13 +28,17 @@ ram.runtime = "50M"
[install.domain]
type = "domain"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.admin]
type = "user"
[install.database]
ask.en = "Choose Hubzilla database"
ask.fr = "Choisissez la database de Hubzilla"
type = "string"
type = "select"
choices = ["mysql", "postgresql"]
default = "mysql"
@ -56,7 +60,7 @@ ram.runtime = "50M"
main.url = "/"
[resources.apt]
packages = "php8.2-curl php8.2-gd php8.2-mysql php8.2-pgsql php8.2-mbstring php8.2-xml php8.2-zip php8.2-cli php8.2-imagick"
packages = "php8.2-curl, php8.2-gd, php8.2-mysql, php8.2-pgsql, php8.2-mbstring, php8.2-xml, php8.2-zip, php8.2-cli, php8.2-imagick"
packages_from_raw_bash = """
if [[ "$database" == "mysql" ]]; then