Portainer on public domain

This commit is contained in:
= 2025-02-09 00:27:59 +01:00
parent f664873ced
commit 021b17ca5e

View file

@ -161,8 +161,8 @@ in
proxmox.enable = true; proxmox.enable = true;
portainer.proxy = { portainer.proxy = {
enable = true; enable = true;
domain = p.domains.ts; domain = p.domains.public;
host = "portainer.internal"; host = p.hosts.portainer;
}; };
}; };
}; };