mirror of
https://github.com/YunoHost-Apps/snappymail_ynh.git
synced 2024-09-03 20:26:29 +02:00
8ac2a6f9ab
- `main` v2.37.1: https://github.com/the-djmaze/snappymail/releases/tag/v2.37.1
82 lines
1.8 KiB
TOML
82 lines
1.8 KiB
TOML
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"
|
|
|
|
version = "2.37.1~ynh1"
|
|
|
|
maintainers = []
|
|
|
|
[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]
|
|
yunohost = ">= 11.2.20"
|
|
helpers_version = "2.1"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
|
|
ldap = false
|
|
|
|
sso = true
|
|
|
|
disk = "50M"
|
|
ram.build = "150M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/snappymail"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[resources]
|
|
|
|
[resources.sources]
|
|
|
|
[resources.sources.main]
|
|
url = "https://github.com/the-djmaze/snappymail/releases/download/v2.37.1/snappymail-2.37.1.tar.gz"
|
|
sha256 = "b5a274ffc614e987b875ad0877f0f1c8532591c056f65518a1b4c89561d1f491"
|
|
in_subdir = false
|
|
autoupdate.strategy = "latest_github_release"
|
|
autoupdate.asset = "^snappymail-[0-9\\.\\-]*tar.gz$"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
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",
|
|
]
|
|
|
|
[resources.database]
|
|
type = "mysql"
|