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

86 lines
2 KiB
TOML
Raw Normal View History

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"
Testing (#218) * 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 --------- 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>
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]
Testing (#218) * 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 --------- 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>
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"
Testing (#218) * 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 --------- 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>
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",
Testing (#218) * 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 --------- 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>
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"