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-08-04 15:44:10 +02:00
|
|
|
version = "2.28.4~ynh2"
|
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-05-30 22:11:12 +02:00
|
|
|
yunohost = ">= 11.1.19"
|
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"
|
2023-06-15 04:43:19 +02:00
|
|
|
ram.build = "100M"
|
2023-02-03 15:41:12 +01:00
|
|
|
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]
|
2023-03-10 16:37:53 +01:00
|
|
|
|
|
|
|
[resources.sources]
|
|
|
|
|
|
|
|
[resources.sources.main]
|
2023-07-10 16:20:48 +02:00
|
|
|
url = "https://github.com/the-djmaze/snappymail/releases/download/v2.28.4/snappymail-2.28.4.tar.gz"
|
|
|
|
sha256 = "b573fb8f1a6a04048d4a135ef6b1e27b04a0756fca8241fcd15db85602655d91"
|
2023-03-10 16:37:53 +01:00
|
|
|
in_subdir = false
|
2023-03-30 14:16:35 +02:00
|
|
|
autoupdate.strategy = "latest_github_tag"
|
2023-03-10 16:37:53 +01:00
|
|
|
|
2023-02-03 15:38:40 +01:00
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
2023-02-03 15:41:12 +01:00
|
|
|
|
2023-06-15 04:43:19 +02:00
|
|
|
[resources.database]
|
|
|
|
type = "mysql"
|
|
|
|
|
2023-02-03 15:42:59 +01:00
|
|
|
[resources.apt]
|
2023-06-15 04:43:19 +02:00
|
|
|
packages = "mariadb-server php8.2-sqlite3 php8.2-tidy php8.2-dom php8.2-intl php8.2-mysql php8.2-curl php8.2-gd php8.2-cli php8.2-xml php8.2-mbstring"
|