mirror of
https://github.com/YunoHost-Apps/zusam_ynh.git
synced 2024-09-03 18:05:54 +02:00
83 lines
2.3 KiB
TOML
83 lines
2.3 KiB
TOML
packaging_format = 2
|
|
|
|
id = "zusam"
|
|
name = "Zusam"
|
|
description.en = "Truly private space for you and your friends"
|
|
description.fr = "Espace entièrement privé pour vous et vos amis"
|
|
|
|
version = "0.5.5~ynh1"
|
|
|
|
maintainers = ["Papa Dragon"]
|
|
|
|
[upstream]
|
|
license = "Unlicense"
|
|
website = "https://zusam.org"
|
|
demo = "https://demo.zusam.org"
|
|
admindoc = "https://github.com/zusam/zusam/tree/master/documentation"
|
|
code = "https://github.com/zusam/zusam"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
ldap = false
|
|
sso = false
|
|
disk = "50M"
|
|
ram.build = "50M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
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"
|
|
type = "domain"
|
|
|
|
### 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"
|
|
|
|
[install.first_user]
|
|
ask.en = "Choose the Zusam's first user"
|
|
ask.fr = "Choisissez le premier utilisateur de Zusam"
|
|
type = "user"
|
|
|
|
[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"
|
|
type = "password"
|
|
|
|
[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"
|
|
type = "string"
|
|
|
|
[resources]
|
|
|
|
[resources.sources]
|
|
|
|
[resources.sources.main]
|
|
url = "https://github.com/zusam/zusam/archive/refs/tags/0.5.5.tar.gz"
|
|
sha256 = "34441f82b6857f74710ba36b4304cade8bda384379a75750003d4616b5f7b9d2"
|
|
|
|
autoupdate.strategy = "latest_github_release"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.data_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
main.allowed = "visitors"
|
|
|
|
[resources.ports]
|
|
|
|
[resources.apt]
|
|
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"
|