2023-02-03 15:38:40 +01:00
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "snappymail"
|
|
|
|
name = "SnappyMail"
|
|
|
|
description.en = "Simple, modern, lightweight & fast web-based e-mail client"
|
|
|
|
description.fr = "Client de messagerie Web simple, moderne, léger et rapide"
|
|
|
|
|
2023-02-24 20:05:07 +01:00
|
|
|
version = "2.26.4~ynh1"
|
2023-02-03 15:38:40 +01:00
|
|
|
|
2023-02-06 16:53:07 +01:00
|
|
|
maintainers = ["eric_G"]
|
2023-02-03 15:38:40 +01:00
|
|
|
|
|
|
|
[upstream]
|
|
|
|
license = "AGPL-3.0-only"
|
|
|
|
website = "https://snappymail.eu/"
|
|
|
|
demo = "https://snappymail.eu/demo/"
|
|
|
|
admindoc = "https://github.com/the-djmaze/snappymail/wiki"
|
|
|
|
code = "https://github.com/the-djmaze/snappymail"
|
|
|
|
|
|
|
|
[integration]
|
2023-03-05 16:53:25 +01:00
|
|
|
yunohost = ">= 11.1.13"
|
2023-02-16 11:33:13 +01:00
|
|
|
architectures = "all"
|
2023-02-03 15:38:40 +01:00
|
|
|
multi_instance = true
|
2023-02-03 15:41:12 +01:00
|
|
|
ldap = false
|
|
|
|
sso = false
|
|
|
|
disk = "50M"
|
|
|
|
ram.build = "50M"
|
|
|
|
ram.runtime = "50M"
|
2023-02-03 15:38:40 +01:00
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
[install.path]
|
|
|
|
type = "path"
|
|
|
|
default = "/snappymail"
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
|
|
|
|
|
|
|
[resources]
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
2023-02-03 15:41:12 +01:00
|
|
|
|
2023-02-03 15:42:59 +01:00
|
|
|
[resources.apt]
|
|
|
|
packages = "php8.0-sqlite3 php8.0-tidy php8.0-dom php8.0-intl php8.0-mysql php8.0-curl php8.0-gd php8.0-cli php8.0-xml php8.0-mbstring"
|