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

83 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"
description.en = "A truly private space for you and your friends"
description.fr = "Un espace entièrement privé pour vous et vos amis"
2023-08-06 18:49:51 +02:00
2023-08-07 00:49:35 +02:00
version = "0.5.3~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-06 18:49:51 +02:00
code = "https://some.forge.com/example/example"
[integration]
yunohost = ">= 11.1.21"
architectures = "all"
multi_instance = true
2023-08-07 00:49:35 +02:00
ldap = "no"
sso = "no"
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"
[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-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-08-07 00:49:35 +02:00
url = "https://github.com/zusam/zusam/archive/refs/tags/0.5.3.tar.gz"
sha256 = "3d0add0993ac209f73be392a7735055f51b783cc7856285216f80c3e0e7db93d"
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]
packages = "unzip ffmpeg php8.1 php8.1-fpm php8.1-xml php8.1-curl php8.1-mbstring php8.1-sqlite3 php-imagick php8.1-intl curl"