checkpoint
This commit is contained in:
parent
59e8ca812c
commit
6b3389c4b1
13 changed files with 608 additions and 188 deletions
|
|
@ -49,14 +49,12 @@ in {
|
|||
|> lib.concatLists
|
||||
|> lib.map ({
|
||||
name,
|
||||
protocol,
|
||||
host,
|
||||
port,
|
||||
endpoint,
|
||||
}: {
|
||||
name = "${name}.${machine.name}.arda";
|
||||
value = {
|
||||
extraConfig = ''
|
||||
reverse_proxy ${protocol}://${host}:${toString port}
|
||||
reverse_proxy ${toString endpoint}
|
||||
'';
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue