Sumdomain and other
This commit is contained in:
parent
b10ea494cb
commit
083c8fcbb0
3 changed files with 12 additions and 8 deletions
|
|
@ -157,8 +157,8 @@ in
|
|||
domain = p.domains.public;
|
||||
}
|
||||
{
|
||||
subdomain = "torrent";
|
||||
host = "http://qbittorrent.ts.${p.domains.tsDns}:8090";
|
||||
subdomain = "torrent.ts";
|
||||
host = "http://qbittorrent.${p.domains.tsDns}:8090";
|
||||
domain = p.domains.public;
|
||||
}
|
||||
{
|
||||
|
|
@ -171,6 +171,11 @@ in
|
|||
host = "http://${p.hosts.portainer}:3000";
|
||||
domain = p.domains.public;
|
||||
}
|
||||
{
|
||||
subdomain = "maps";
|
||||
host = "http://${p.hosts.portainer}:48080";
|
||||
domain = p.domains.public;
|
||||
}
|
||||
];
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue