1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/roundcube_ynh.git synced 2024-09-03 20:16:28 +02:00
roundcube_ynh/manifest.toml

71 lines
1.7 KiB
TOML
Raw Normal View History

2023-05-03 16:16:05 +02:00
packaging_format = 2
id = "roundcube"
name = "Roundcube"
description.en = "Open Source Webmail software"
description.fr = "Webmail Open Source"
2023-05-03 16:25:14 +02:00
version = "1.6.6~ynh1"
2023-05-03 16:16:05 +02:00
maintainers = []
[upstream]
license = "GPL-3.0-only"
website = "https://roundcube.net/"
demo = "https://demo.yunohost.org/webmail/"
admindoc = "https://github.com/roundcube/roundcubemail/wiki"
code = "https://github.com/roundcube/roundcubemail"
[integration]
2023-09-15 13:46:10 +02:00
yunohost = ">= 11.2"
2023-05-03 16:25:14 +02:00
architectures = "all"
2023-05-03 16:16:05 +02:00
multi_instance = true
2023-05-03 16:25:14 +02:00
ldap = true
sso = true
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-05-03 16:16:05 +02:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/webmail"
2023-09-27 07:15:32 +02:00
[install.init_main_permission]
type = "group"
default = "visitors"
2023-05-03 16:16:05 +02:00
[install.language]
ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application"
2023-09-15 13:46:10 +02:00
type = "select"
2023-05-03 16:16:05 +02:00
choices = ["de_DE", "en_GB", "fr_FR", "it_IT"]
default = "en_GB"
[install.with_carddav]
ask.en = "Install CardDAV synchronization plugin?"
ask.fr = "Installer le plugin de synchronisation CardDAV ?"
type = "boolean"
default = false
[resources]
[resources.sources.main]
2023-05-03 16:25:14 +02:00
url = "https://github.com/roundcube/roundcubemail/releases/download/1.6.6/roundcubemail-1.6.6.tar.gz"
sha256 = "40e4d7505b01f401e757f7439930ed96b1245ffc3863dd326fcf21e0e5847c74"
autoupdate.strategy = "latest_github_tag"
2023-05-03 16:16:05 +02:00
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
2023-05-03 16:25:14 +02:00
[resources.apt]
packages = "mariadb-server, php-pear, php8.1-ldap, php8.1-mysql, php8.1-cli, php8.1-intl, php8.1-zip, php8.1-gd, php8.1-mbstring, php8.1-dom, php8.1-curl"
2023-05-03 16:25:14 +02:00
2023-05-03 16:16:05 +02:00
[resources.database]
type = "mysql"