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

84 lines
2.3 KiB
TOML
Raw Normal View History

2023-08-06 18:49:51 +02:00
packaging_format = 2
2023-08-07 00:49:35 +02:00
id = "zusam"
name = "Zusam"
2023-09-20 21:18:12 +02:00
description.en = "Truly private space for you and your friends"
description.fr = "Espace entièrement privé pour vous et vos amis"
2023-08-06 18:49:51 +02:00
2023-09-20 06:17:49 +02:00
version = "0.5.4~ynh1"
2023-08-06 18:49:51 +02:00
2023-08-07 00:49:35 +02:00
maintainers = ["Papa Dragon"]
2023-08-06 18:49:51 +02:00
[upstream]
2023-08-07 00:49:35 +02:00
license = "Unlicense"
website = "https://zusam.org"
demo = "https://demo.zusam.org"
admindoc = "https://github.com/zusam/zusam/tree/master/documentation"
2023-08-09 19:01:39 +02:00
code = "https://github.com/zusam/zusam"
2023-08-06 18:49:51 +02:00
[integration]
2023-09-20 21:18:12 +02:00
yunohost = ">= 11.2"
2023-08-06 18:49:51 +02:00
architectures = "all"
multi_instance = true
ldap = false
sso = false
2023-08-06 18:49:51 +02:00
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
2023-08-08 18:08:27 +02:00
help.en = "Zusam can only be installed in a root domain or subdomain"
help.fr = "Zusam ne peut être installé que dans un domaine racine ou un sous-domaine"
2023-08-06 18:49:51 +02:00
type = "domain"
2023-08-10 01:28:14 +02:00
### We'll figure this out later
# [install.language]
# ask.en = "Choose the application language"
# ask.fr = "Choisissez la langue de l'application"
# type = "select"
# choices = ["fr", "en"]
# default = "fr"
2023-08-06 18:49:51 +02:00
2023-08-08 18:08:27 +02:00
[install.first_user]
ask.en = "Choose the Zusam's first user"
2023-08-08 18:08:27 +02:00
ask.fr = "Choisissez le premier utilisateur de Zusam"
2023-08-06 18:49:51 +02:00
type = "user"
2023-08-08 18:08:27 +02:00
[install.first_user_pass]
help.en = "This password is only used for the Zusam app"
help.fr = "Ce mot de passe sera utilisé uniquement pour l'application Zusam"
ask.en = "Enter a password for Zusam's first user"
ask.fr = "Saisissez un mot de passe pour le premier utilisateur de Zusam"
2023-08-06 18:49:51 +02:00
type = "password"
2023-08-08 18:08:27 +02:00
[install.first_group]
ask.en = "Enter the name of the first group of the first user"
ask.fr = "Saississez le nom du premier groupe du premier utilisateur"
2023-08-08 18:08:27 +02:00
type = "string"
2023-08-06 18:49:51 +02:00
[resources]
[resources.sources]
[resources.sources.main]
2023-09-20 06:17:49 +02:00
url = "https://github.com/zusam/zusam/archive/refs/tags/0.5.4.tar.gz"
sha256 = "772c3b218c2ac259ce581a2c19e0d41ac9b42ecb3503ae5e703f4513404e9aef"
2023-08-06 18:49:51 +02:00
2023-08-07 00:49:35 +02:00
autoupdate.strategy = "latest_github_release"
2023-08-06 18:49:51 +02:00
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"
2023-08-08 19:06:53 +02:00
main.allowed = "visitors"
2023-08-06 18:49:51 +02:00
[resources.ports]
[resources.apt]
2023-09-20 21:18:12 +02:00
packages = "unzip, ffmpeg, php8.1-fpm, php8.1-xml, php8.1-curl, php8.1-mbstring, php8.1-sqlite3, php8.1-imagick, php8.1-intl, curl"