Create Pihole

This commit is contained in:
John Guan 2021-12-27 14:21:37 +08:00
parent 275c16d1c4
commit 9e8a410b92
6 changed files with 151 additions and 0 deletions

151
Apps/Pihole/appfile.json Normal file
View File

@ -0,0 +1,151 @@
{
"version": "2.0",
"title": "Pi-hole",
"name": "pihole",
"icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Pihole/icon.png",
"tagline": "Network-wide Ad Blocking",
"overview": "Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server.",
"thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Pihole/thumbnaill.jpg",
"screenshots": [
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Pihole/screenshot-1.jpg",
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Pihole/screenshot-2.jpg",
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Pihole/screenshot-3.jpg"
],
"category": [
"Network"
],
"author":{
"name": "CasaOS Team",
"role": "Adaptor",
"website": "https://www.casaos.io",
"donate_text": "",
"donate_link": ""
},
"support": "https://discord.gg/knqAbbBbeX",
"website": "https://www.casaos.io",
"container": {
"image": "pihole/pihole:latest",
"shell": "bash",
"privileged": false,
"network_model": "host",
"web_ui": {
"http": "80",
"path": "/"
},
"envs": [
{
"key": "TZ",
"value": "$TZ",
"configurable": "no",
"description": "TimeZone"
},
{
"key": "WEBPASSWORD",
"value": "casaos",
"configurable": "basic",
"description": "Pi-hole admin password"
},
{
"key": "VIRTUAL_HOST",
"value": "pi.hole",
"configurable": "advanced",
"description": "Pi-hole Custom Hostname"
},
{
"key": "PROXY_LOCATION",
"value": "pi.hole",
"configurable": "advanced",
"description": "Pi-hole PROXY_LOCATION"
}
],
"ports": [
{
"container": "80",
"host": "8800",
"type": "tcp",
"allocation": "automatic",
"configurable": "advanced",
"description": "WebUI HTTP Port"
},
{
"container": "53",
"host": "53",
"type": "tcp",
"allocation": "required",
"configurable": "no",
"description": "Pihole DNS port"
},
{
"container": "53",
"host": "53",
"type": "udp",
"allocation": "required",
"configurable": "no",
"description": "Pihole DNS port"
},
{
"container": "67",
"host": "67",
"type": "udp",
"allocation": "optional",
"configurable": "no",
"description": "Pihole DHCP IPv4 port"
},
{
"container": "547",
"host": "547",
"type": "udp",
"allocation": "optional",
"configurable": "no",
"description": "Pihole DHCP IPv6 port"
}
],
"volumes": [
{
"container": "/etc/pihole",
"host": "$AppData/$AppName/etc-pihole/",
"mode": "rw",
"allocation": "automatic",
"configurable": "no",
"description": "Pi-hole /etc/pihole directory."
},
{
"container": "/etc/dnsmasq.d",
"host": "$AppData/$AppName/etc-dnsmasq.d/",
"mode": "rw",
"allocation": "automatic",
"configurable": "no",
"description": "Pi-hole /etc/dnsmasq.d directory."
}
],
"devices": [],
"constraints": {
"min_memory": 256,
"min_storage": 1024
},
"restart_policy": "unless-stopped",
"sysctls": [],
"cap_add": {},
"labels": []
},
"abilities": {
"notification": false,
"widgets": false,
"authentication": false,
"search": false,
"upnp": false
},
"tips": {
"before_install": [
{
"content": "Default password: ",
"value": "casaos"
}
]
},
"changelog":{
"latest_updates": "",
"url": ""
},
"latest_update_date": "1640575692"
}

BIN
Apps/Pihole/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

BIN
Apps/Pihole/thumbnaill.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB