mirror of
https://github.com/YunoHost-Apps/cypht_ynh.git
synced 2024-09-03 18:26:09 +02:00
75 lines
1.6 KiB
TOML
75 lines
1.6 KiB
TOML
packaging_format = 2
|
|
|
|
id = "cypht"
|
|
name = "Cypht"
|
|
description.en = "Lightweight Open Source webmail"
|
|
description.fr = "Webmail Open Source léger"
|
|
|
|
version = "2.3.0~ynh1"
|
|
|
|
maintainers = []
|
|
|
|
[upstream]
|
|
license = "LGPL-2.1-only"
|
|
website = "https://cypht.org"
|
|
admindoc = "https://cypht.org/install.html"
|
|
code = "https://github.com/cypht-org/cypht"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2.20"
|
|
helpers_version = "2.1"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
ldap = true
|
|
sso = false
|
|
disk = "50M"
|
|
ram.build = "200M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/cypht"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[install.language]
|
|
ask.en = "Choose the application language"
|
|
ask.fr = "Choisissez la langue de l'application"
|
|
type = "select"
|
|
choices = ["de", "en", "es", "fr", "it", "nl", "pt-BR"]
|
|
default = "fr"
|
|
|
|
[install.admin]
|
|
type = "user"
|
|
|
|
[install.password]
|
|
type = "password"
|
|
|
|
[resources]
|
|
|
|
[resources.sources.main]
|
|
url= "https://github.com/cypht-org/cypht/archive/refs/tags/v2.3.0.tar.gz"
|
|
sha256 = "7adae938a3fd5b7b2cfa473baf7855ea9fc8203ca780b14bf3f91eb7887b19e0"
|
|
autoupdate.strategy = "latest_github_tag"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.data_dir]
|
|
subdirs = ["attachments", "users", "app_data"]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
packages = "mariadb-server, php8.3-mbstring, php8.3-gnupg, php8.3-memcached, php8.3-mysql, php8.3-gd, php8.3-curl, php8.3-fileinfo"
|
|
|
|
[resources.database]
|
|
type = "mysql"
|