1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/spftoolbox_ynh.git synced 2024-09-03 20:26:21 +02:00
spftoolbox_ynh/manifest.toml
Éric Gaspar 3d0bfe8117 V2
2023-11-10 15:24:03 +01:00

57 lines
1.1 KiB
TOML

packaging_format = 2
id = "spftoolbox"
name = "SPFtoolbox"
description.en = "Look up DNS records such as SPF, MX, Whois"
description.fr = "Recherchez des enregistrements DNS tels que SPF, MX, Whois"
version = "2.1.1~ynh3"
maintainers = ["frju365"]
[upstream]
license = "MIT"
website = "http://spftoolbox.com/"
demo = "http://spftoolbox.com/"
code = "https://github.com/charlesabarnes/SPFtoolbox"
[integration]
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/spftoolbox"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources.main]
url = "https://github.com/charlesabarnes/SPFtoolbox/archive/9306bf871c5dbc6115b75551396e90357b2b6106.tar.gz"
sha256 = "7730309c43b8517d89dc0c0799b96bb595164f958417159dfeefa0e0036df7f5"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = "whois, php7.4-fpm"