Re-enable port 444 for inbucket @pizzaniels
This commit is contained in:
parent
92b096608f
commit
c22d356191
1 changed files with 16 additions and 3 deletions
|
@ -46,8 +46,21 @@
|
|||
};
|
||||
};
|
||||
|
||||
lab.tailscaleIngresses.tailscale = {
|
||||
host = "inbucket";
|
||||
service.name = "inbucket";
|
||||
lab = {
|
||||
tailscaleIngresses.tailscale = {
|
||||
host = "inbucket";
|
||||
service.name = "inbucket";
|
||||
};
|
||||
|
||||
|
||||
ingresses.inbucket = {
|
||||
host = "inbucket.kun.is";
|
||||
entrypoint = "localsecure";
|
||||
|
||||
service = {
|
||||
name = "inbucket";
|
||||
portName = "web";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue