2024-01-26 23:52:27 +01:00
|
|
|
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
|
|
|
|
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"
|
|
|
|
|
2024-08-05 10:03:41 +02:00
|
|
|
version = "1.6.8~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]
|
2024-01-26 23:52:27 +01:00
|
|
|
[resources.sources.main]
|
2024-08-05 10:03:41 +02:00
|
|
|
url = "https://github.com/roundcube/roundcubemail/releases/download/1.6.8/roundcubemail-1.6.8.tar.gz"
|
|
|
|
sha256 = "939c9cd46281bf5bfb2dd932680b18ee1706035a5806dc08d8b414971cea91f7"
|
2024-01-26 23:52:27 +01:00
|
|
|
autoupdate.strategy = "latest_github_release"
|
2024-08-05 10:03:41 +02:00
|
|
|
autoupdate.asset = "roundcubemail-\\d+\\.\\d+\\.\\d+\\.tar\\.gz$"
|
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]
|
2024-01-26 23:52:27 +01:00
|
|
|
packages = [
|
|
|
|
"mariadb-server",
|
|
|
|
"php-pear",
|
2024-08-05 10:03:41 +02:00
|
|
|
"php8.3-ldap",
|
|
|
|
"php8.3-mysql",
|
|
|
|
"php8.3-cli",
|
|
|
|
"php8.3-intl",
|
|
|
|
"php8.3-zip",
|
|
|
|
"php8.3-gd",
|
|
|
|
"php8.3-mbstring",
|
|
|
|
"php8.3-dom",
|
|
|
|
"php8.3-curl",
|
2024-01-26 23:52:27 +01:00
|
|
|
]
|
2023-05-03 16:25:14 +02:00
|
|
|
|
2023-05-03 16:16:05 +02:00
|
|
|
[resources.database]
|
|
|
|
type = "mysql"
|