mirror of
https://github.com/YunoHost-Apps/roundcube_ynh.git
synced 2024-09-03 20:16:28 +02:00
1314987955
* Update manifest.toml (#206) Upgrade php to v8.2 * Update _common.sh (#207) Upgrade carddav_version to 5.1.0 * Update DESCRIPTION_fr.md * Auto-update READMEs * Update DESCRIPTION.md * Auto-update READMEs * Update DESCRIPTION_fr.md * Auto-update READMEs * Update DESCRIPTION.md * Auto-update READMEs * Change source for roundcube (releases instead of archives) * Update manifest.toml * Update manifest.toml * Auto-update READMEs * Fixup autoupdate asset regex * Auto-update READMEs * Upgrade PHP version to 8.3 (#216) * Testing (#213) * Update manifest.toml (#206) Upgrade php to v8.2 * Update _common.sh (#207) Upgrade carddav_version to 5.1.0 * Update DESCRIPTION_fr.md * Auto-update READMEs * Update DESCRIPTION.md * Auto-update READMEs * Update DESCRIPTION_fr.md * Auto-update READMEs * Update DESCRIPTION.md * Auto-update READMEs * Change source for roundcube (releases instead of archives) * Update manifest.toml * Update manifest.toml * Auto-update READMEs --------- Co-authored-by: CodeShakingSheep <19874562+CodeShakingSheep@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: Jérémie Parisel <jeremie@parisel.net> Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> * Update manifest.toml Upgrade php to v8.3 --------- Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: Jérémie Parisel <jeremie@parisel.net> Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> * Update manifest.toml: fix autoupdate regex? * Auto-update READMEs * Upgrade to v1.6.8 (#217) * Upgrade sources - `main` v1.6.8: https://github.com/roundcube/roundcubemail/releases/tag/1.6.8 * Auto-update READMEs * Update manifest.toml * Auto-update READMEs * Auto-update READMEs --------- Co-authored-by: CodeShakingSheep <19874562+CodeShakingSheep@users.noreply.github.com> Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org> Co-authored-by: Jérémie Parisel <jeremie@parisel.net> Co-authored-by: Mateusz <2871798+orhtej2@users.noreply.github.com> Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com>
85 lines
2 KiB
TOML
85 lines
2 KiB
TOML
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
|
|
|
packaging_format = 2
|
|
|
|
id = "roundcube"
|
|
name = "Roundcube"
|
|
description.en = "Open Source Webmail software"
|
|
description.fr = "Webmail Open Source"
|
|
|
|
version = "1.6.9~ynh1"
|
|
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]
|
|
yunohost = ">= 11.2.29"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
ldap = true
|
|
sso = true
|
|
disk = "50M"
|
|
ram.build = "50M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/webmail"
|
|
|
|
[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_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]
|
|
url = "https://github.com/roundcube/roundcubemail/releases/download/1.6.9/roundcubemail-1.6.9.tar.gz"
|
|
sha256 = "5adaecacc7203ae844a4f452d6cc5eae94799f248825d5978ca48cb7a9d7a51c"
|
|
autoupdate.strategy = "latest_github_release"
|
|
autoupdate.asset = "roundcubemail-\\d+\\.\\d+\\.\\d+\\.tar\\.gz$"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
packages = [
|
|
"mariadb-server",
|
|
"php-pear",
|
|
"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",
|
|
]
|
|
|
|
[resources.database]
|
|
type = "mysql"
|