-
Notifications
You must be signed in to change notification settings - Fork 2
/
lxc_container_template.xml
23 lines (23 loc) · 1.08 KB
/
lxc_container_template.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<LXC version="0.1">
<Name>PiHole</Name>
<Distribution>debian</Distribution>
<Release>bookworm</Release>
<Architecture>amd64</Architecture>
<Repository>https://github.com/ich777/unraid_lxc_pihole</Repository>
<Description>Unbound, PiHole, keepalived</Description>
<Privileged>true</Privileged>
<Autostart>true</Autostart>
<Beta>True</Beta>
<Support>https://support.me.pls</Support>
<Source>https://pi-hole.net/</Source>
<Project>https://github.com/pi-hole/pi-hole</Project>
<Overview>This LXC container contains a fully fledged non caching DNS Unbound instance alongside with PiHole for AdBlocking and keepalived for high availability.
Please note that keepalived is not installed by default</Overview>
<Category>Tools:</Category>
<WebUI>http://[IP]:8080/admin </WebUI>
<Icon>https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/images/pihole.png</Icon>
<DonateText>If you like my work (or not) please </DonateText>
<DonateLink>https://payme.now/pls</DonateLink>
<Requires>unRAID server</Requires>
</LXC>