mirror of
https://github.com/YunoHost-Apps/spftoolbox_ynh.git
synced 2024-09-03 20:26:21 +02:00
57 lines
1.2 KiB
TOML
57 lines
1.2 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 = "2023.11.17~ynh1"
|
|
|
|
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/f18d3087404d0b82c7de4297c64b29af9859a537.tar.gz"
|
|
sha256 = "2b8a76c53b0892db267f91e126f88e5fd8f490a68766b88439f66a7d8acaabc9"
|
|
autoupdate.strategy = "latest_github_commit"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
packages = "whois, php8.2-fpm"
|