1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/snappymail_ynh.git synced 2024-09-03 20:26:29 +02:00
snappymail_ynh/manifest.toml

67 lines
1.5 KiB
TOML
Raw Normal View History

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-02-14 21:34:14 +01:00
version = "2.34.2~ynh1"
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]
2023-08-17 21:31:14 +02:00
yunohost = ">= 11.2"
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-02-15 10:02:01 +01:00
url = "https://github.com/the-djmaze/snappymail/releases/download/v2.34.2/snappymail-2.34.2.tar.gz"
sha256 = "ca2aaf930a8bb339a80076d5173f9539216124e8b6e88ad84c73fc2596c21d08"
2023-03-10 16:37:53 +01:00
in_subdir = false
2024-02-23 00:13:13 +01:00
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "^snappymail-.*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]
2023-10-13 09:24:47 +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, php8.2-ldap"
2023-08-04 22:00:19 +02:00
[resources.database]
type = "mysql"