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"
|
|
|
|
|
2024-07-20 18:44:23 +02:00
|
|
|
version = "2.36.3~ynh3"
|
2023-02-03 15:38:40 +01:00
|
|
|
|
2024-02-14 10:37:17 +01:00
|
|
|
maintainers = []
|
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]
|
2024-07-05 12:10:37 +02:00
|
|
|
yunohost = ">= 11.2.20"
|
2024-06-23 21:13:38 +02:00
|
|
|
helpers_version = "2.1"
|
2023-02-16 11:33:13 +01:00
|
|
|
architectures = "all"
|
2023-02-03 15:38:40 +01:00
|
|
|
multi_instance = true
|
2023-11-21 16:13:10 +01:00
|
|
|
|
2023-02-03 15:41:12 +01:00
|
|
|
ldap = false
|
2023-11-21 16:13:10 +01:00
|
|
|
|
2023-10-13 11:19:51 +02:00
|
|
|
sso = true
|
2023-11-21 16:13:10 +01:00
|
|
|
|
2023-02-03 15:41:12 +01:00
|
|
|
disk = "50M"
|
2023-10-13 12:03:21 +02:00
|
|
|
ram.build = "150M"
|
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]
|
2024-06-25 13:33:01 +02:00
|
|
|
url = "https://github.com/the-djmaze/snappymail/releases/download/v2.36.4/snappymail-2.36.4.tar.gz"
|
|
|
|
sha256 = "a4a398c84895b336d93358837bc7ba62068d3c1e8ca2201cdb87b4e8dc9e79bd"
|
2023-03-10 16:37:53 +01:00
|
|
|
in_subdir = false
|
2024-02-23 00:13:13 +01:00
|
|
|
autoupdate.strategy = "latest_github_release"
|
2024-02-24 22:47:43 +01:00
|
|
|
autoupdate.asset = "^snappymail-[0-9\\.\\-]*tar.gz$"
|
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-02-03 15:42:59 +01:00
|
|
|
[resources.apt]
|
2024-07-20 18:43:16 +02:00
|
|
|
packages = "mariadb-server, php8.3-uuid, php8.3-imagick, php8.3-sqlite3, php8.3-tidy, php8.3-dom, php8.3-intl, php8.3-mysql, php8.3-curl, php8.3-gd, php8.3-cli, php8.3-xml, php8.3-mbstring, php8.3-ldap"
|
2023-08-04 22:00:19 +02:00
|
|
|
|
|
|
|
[resources.database]
|
|
|
|
type = "mysql"
|