chore: weekly flake update #16

Merged
pazpi merged 6 commits from auto-update/2026-01-30 into master 2026-02-04 10:41:13 +01:00
Showing only changes of commit ae49cce015 - Show all commits

View file

@ -182,7 +182,12 @@ in
} }
{ {
subdomain = "maps"; subdomain = "maps";
host = "http://${p.hosts.portainer}:48080"; host = "http://${p.hosts.portainer}:5000";
domain = p.domains.public;
}
{
subdomain = "dock";
host = "http://${p.hosts.portainer}:3333";
domain = p.domains.public; domain = p.domains.public;
} }
]; ];
@ -193,11 +198,6 @@ in
virtualisation = { virtualisation = {
proxmox.enable = true; proxmox.enable = true;
portainer.proxy = {
enable = true;
domain = p.domains.public;
host = p.hosts.portainer;
};
}; };
}; };