1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/adguardhome_ynh.git synced 2024-09-03 18:06:23 +02:00
adguardhome_ynh/manifest.toml

85 lines
2.2 KiB
TOML
Raw Normal View History

2023-04-06 09:05:31 +02:00
packaging_format = 2
description.en = "Network-wide ads & trackers blocking DNS server"
description.fr = "Serveur DNS, bloqueur de publicités et trackers"
2023-12-07 20:19:59 +01:00
id = "adguardhome"
name = "AdGuard Home"
2023-04-06 09:05:31 +02:00
2023-12-08 10:52:23 +01:00
version = "0.107.42~ynh2"
2023-04-06 09:05:31 +02:00
maintainers = ["ddataa"]
[upstream]
admindoc = "https://github.com/AdguardTeam/AdGuardHome/wiki"
code = "https://github.com/AdguardTeam/AdGuardHome"
2023-12-07 20:19:59 +01:00
license = "GPL-3.0"
userdoc = "https://kb.adguard.com/en"
website = "https://adguard.com/adguard-home.html"
2023-04-06 09:05:31 +02:00
[integration]
2023-04-06 09:27:41 +02:00
architectures = "all"
disk = "50M"
2023-12-07 20:19:59 +01:00
ldap = false
multi_instance = false
2023-04-06 09:27:41 +02:00
ram.build = "50M"
ram.runtime = "50M"
2023-12-07 20:19:59 +01:00
sso = false
yunohost = ">= 11.2"
2023-04-06 09:05:31 +02:00
[install]
2023-12-07 20:19:59 +01:00
[install.domain]
type = "domain"
2023-04-06 09:05:31 +02:00
2023-12-07 20:19:59 +01:00
[install.path]
default = "/adguard"
type = "path"
2023-04-06 09:05:31 +02:00
2023-12-07 20:19:59 +01:00
[install.init_main_permission]
default = "visitors"
type = "group"
2023-09-27 15:02:25 +02:00
2023-12-07 20:19:59 +01:00
[install.admin]
type = "user"
2023-04-06 09:05:31 +02:00
2023-12-07 20:19:59 +01:00
[install.password]
type = "password"
2023-04-06 09:05:31 +02:00
2023-12-07 20:19:59 +01:00
[install.dns_over_https]
ask.en = "Should DNS-over-HTTPS be enabled? (If so, anyone who knows your adguard address can make a doh request to https://adguardomain.tld/dns-query)"
default = true
type = "boolean"
2023-04-06 09:05:31 +02:00
[resources]
2023-12-07 20:19:59 +01:00
[resources.sources.main]
amd64.sha256 = "204d0476f9dedb7bc7186c87fbf271c8cf952372372c0e5966e6ea932efe6d9d"
amd64.url = "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.42/AdGuardHome_linux_amd64.tar.gz"
arm64.sha256 = "48d1e518d1327e37bc542ca2b9242de91f0840bb4f4f37070f9d5990c9a90466"
arm64.url = "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.42/AdGuardHome_linux_arm64.tar.gz"
armhf.sha256 = "8f088cde491e5b154105002655d29bf4afd2467c4449f3cead10391f4399608c"
armhf.url = "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.42/AdGuardHome_linux_armv7.tar.gz"
2023-12-07 20:30:33 +01:00
in_subdir = 2
2023-12-07 20:19:59 +01:00
autoupdate.asset.amd64 = "^AdGuardHome_linux_amd64.tar.gz$"
autoupdate.asset.arm64 = "^AdGuardHome_linux_arm64.tar.gz$"
autoupdate.asset.armhf = "^AdGuardHome_linux_armv7.tar.gz$"
autoupdate.strategy = "latest_github_release"
[resources.ports]
adguard.default = 53
adguard.exposed = "Both"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
api.allowed = "visitors"
api.auth_header = false
api.protected = true
api.show_tile = false
2023-12-08 10:51:32 +01:00
api.url = "re:__DOMAIN__/dns-query"
2023-12-07 20:19:59 +01:00
main.url = "/"
[resources.apt]
packages = "python3-bcrypt, python3-yaml"