2022-04-06 06:35:34 +00:00
{
"version" : "2.0" ,
"title" : "AdGuard Home" ,
2022-04-06 07:59:48 +00:00
"name" : "adguard Home" ,
2022-04-08 07:28:05 +00:00
"icon" : "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AdGuardHome/icon.png" ,
2022-04-06 06:35:34 +00:00
"tagline" : "Network-wide ads & trackers blocking DNS server " ,
"overview" : "AdGuard Home is a network-wide software for blocking ads and tracking. After you set it up, it'll cover all your home devices, and you won't need any client-side software for that. Learn more on our official Github repository." ,
2022-04-06 09:08:51 +00:00
"thumbnail" : "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AdGuardHome/thumbnail.png" ,
2022-04-06 08:43:09 +00:00
"screenshots" : [
2022-04-06 09:08:51 +00:00
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AdGuardHome/screenshot-1.png" ,
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AdGuardHome/screenshot-2.png" ,
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AdGuardHome/screenshot-3.png"
2022-04-06 08:43:09 +00:00
] ,
2022-04-06 06:35:34 +00:00
"category" : [
"Network"
] ,
"developer" : {
"name" : "AdguardTeam" ,
"website" : "https://adguard.com/en/adguard-home/overview.html" ,
"donate_text" : "" ,
"donate_link" : ""
} ,
"adaptor" : {
"name" : "CasaOS Team" ,
"website" : "https://www.casaos.io" ,
"donate_text" : "" ,
"donate_link" : ""
} ,
"support" : "https://discord.gg/knqAbbBbeX" ,
"website" : "https://www.casaos.io" ,
"container" : {
"image" : "adguard/adguardhome:v0.107.5" ,
"shell" : "sh" ,
"privileged" : false ,
"network_model" : "bridge" ,
"web_ui" : {
"http" : "3000" ,
"path" : "/"
} ,
"health_check" : "" ,
"envs" : [ ] ,
"ports" : [
{
"container" : "53" ,
"host" : "53" ,
"type" : "tcp" ,
"allocation" : "automatic" ,
"configurable" : "no" ,
"description" : ""
} ,
{
"container" : "53" ,
"host" : "53" ,
"type" : "udp" ,
"allocation" : "automatic" ,
"configurable" : "no" ,
"description" : ""
} ,
{
"container" : "3000" ,
"host" : "3000" ,
"type" : "tcp" ,
"allocation" : "automatic" ,
"configurable" : "no" ,
"description" : ""
} ,
{
"container" : "853" ,
"host" : "853" ,
"type" : "tcp" ,
"allocation" : "automatic" ,
"configurable" : "no" ,
"description" : ""
} ,
{
"container" : "784" ,
"host" : "784" ,
"type" : "udp" ,
"allocation" : "automatic" ,
"configurable" : "no" ,
"description" : ""
}
] ,
"volumes" : [
{
"container" : "/opt/adguardhome/work" ,
"host" : "/DATA/AppData/$AppID/opt/adguardhome/work" ,
"mode" : "rw" ,
"allocation" : "automatic" ,
"configurable" : "no" ,
"description" : ""
} ,
{
"container" : "/opt/adguardhome/conf" ,
"host" : "/DATA/AppData/$AppID/opt/adguardhome/conf" ,
"mode" : "rw" ,
"allocation" : "automatic" ,
"configurable" : "no" ,
"description" : ""
}
] ,
"devices" : [ ] ,
"constraints" : {
"min_memory" : 64 ,
"min_storage" : 128
} ,
"restart_policy" : "unless-stopped" ,
"sysctls" : [ ] ,
2022-04-06 07:59:48 +00:00
"cap_add" : { } ,
2022-04-06 06:35:34 +00:00
"labels" : [ ] ,
"host_name" : "" ,
"cmd" : [ ]
} ,
"abilities" : {
"notification" : false ,
"widgets" : false ,
"authentication" : false ,
"search" : false ,
"upnp" : false
} ,
"tips" : {
"before_install" : [ ]
} ,
"changelog" : {
"latest_updates" : "" ,
"url" : ""
} ,
"latest_update_date" : ""
}