2022-07-28 17:46:12 +00:00
{
2022-08-24 09:18:00 +00:00
"$schema" : "../schema.json" ,
2022-07-28 17:46:12 +00:00
"name" : "Adguard" ,
"available" : true ,
2022-11-11 19:33:58 +00:00
"exposable" : true ,
2024-06-06 16:40:56 +00:00
"tipi_version" : 30 ,
"version" : "0.107.51" ,
2022-07-28 17:46:12 +00:00
"port" : 8104 ,
"id" : "adguard" ,
2024-05-23 14:18:51 +00:00
"categories" : [ "network" , "security" ] ,
2022-07-28 17:46:12 +00:00
"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" : {
2024-05-23 14:18:51 +00:00
"ports" : [ 53 ]
2022-07-28 17:46:12 +00:00
} ,
2022-09-23 08:46:43 +00:00
"form_fields" : [
{
"type" : "ip" ,
2022-09-23 13:13:04 +00:00
"label" : "Network Interface (default: 0.0.0.0)" ,
"required" : false ,
"env_variable" : "NETWORK_INTERFACE"
2022-09-23 08:46:43 +00:00
}
2023-10-29 19:43:17 +00:00
] ,
2024-05-23 14:18:51 +00:00
"supported_architectures" : [ "arm64" , "amd64" ]
2022-07-28 17:46:12 +00:00
}