mirror of
https://github.com/YunoHost-Apps/snappymail_ynh.git
synced 2024-09-03 20:26:29 +02:00
63 lines
No EOL
1.5 KiB
TOML
63 lines
No EOL
1.5 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.29.1~ynh1"
|
|
|
|
maintainers = ["eric_G"]
|
|
|
|
[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"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
ldap = false
|
|
sso = false
|
|
disk = "50M"
|
|
ram.build = "100M"
|
|
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.29.1/snappymail-2.29.1.tar.gz"
|
|
sha256 = "644d7b542ae91e567818c73bf83694cae7a12ad61632becd24557584643e52c0"
|
|
in_subdir = false
|
|
autoupdate.strategy = "latest_github_tag"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
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, php8.2-ldap"
|
|
|
|
[resources.database]
|
|
type = "mysql"
|
|
|