CasaOS-Store/Apps/AdGuardHome/appfile.json

129 lines
3.1 KiB
JSON

{
"version": "2.0",
"title": "AdGuard Home",
"name": "adguard Home",
"icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AdGuardHome/icon.png",
"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.",
"thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AdGuardHome/thumbnail.png",
"screenshots": [
"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"
],
"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": [],
"cap_add": {},
"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": ""
}