#: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.7~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" 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/archive/refs/tags/1.6.7.tar.gz" sha256 = "fe56c37485862b738e03ea3f91288178e36b4793a50dd6b832052d0b2b0e3fcd" autoupdate.strategy = "latest_github_release" [resources.system_user] [resources.install_dir] [resources.permissions] main.url = "/" [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", ] [resources.database] type = "mysql"