36 lines
828 B
JSON
36 lines
828 B
JSON
{
|
|
"$schema": "../schema.json",
|
|
"name": "Adguard",
|
|
"available": true,
|
|
"exposable": true,
|
|
"tipi_version": 28,
|
|
"version": "0.107.48",
|
|
"port": 8104,
|
|
"id": "adguard",
|
|
"categories": [
|
|
"network",
|
|
"security"
|
|
],
|
|
"description": "Adguard is the best way to get rid of annoying ads and online tracking and protect your computer from malware. Make your web surfing fast, safe and ad-free.",
|
|
"short_desc": "World's most advanced adblocker!",
|
|
"author": "AdguardTeam",
|
|
"source": "https://github.com/AdguardTeam",
|
|
"requirements": {
|
|
"ports": [
|
|
53
|
|
]
|
|
},
|
|
"form_fields": [
|
|
{
|
|
"type": "ip",
|
|
"label": "Network Interface (default: 0.0.0.0)",
|
|
"required": false,
|
|
"env_variable": "NETWORK_INTERFACE"
|
|
}
|
|
],
|
|
"supported_architectures": [
|
|
"arm64",
|
|
"amd64"
|
|
]
|
|
}
|