add reverse proxy for pihole
This commit is contained in:
parent
f332ddf5dd
commit
1e8056a406
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
|||
_: {
|
||||
services.caddy.virtualHosts."http://pihole.local.adtya.xyz" = {
|
||||
extraConfig = ''
|
||||
reverse_proxy 127.0.0.1:3000
|
||||
'';
|
||||
};
|
||||
virtualisation.oci-containers.containers = {
|
||||
pihole = {
|
||||
image = "pihole/pihole:latest";
|
||||
|
|
Loading…
Reference in a new issue