chore: weekly flake update #16
1 changed files with 6 additions and 6 deletions
|
|
@ -182,7 +182,12 @@ in
|
|||
}
|
||||
{
|
||||
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;
|
||||
}
|
||||
];
|
||||
|
|
@ -193,11 +198,6 @@ in
|
|||
|
||||
virtualisation = {
|
||||
proxmox.enable = true;
|
||||
portainer.proxy = {
|
||||
enable = true;
|
||||
domain = p.domains.public;
|
||||
host = p.hosts.portainer;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue