feat: update OAuth client IDs and secrets in configuration files

This commit is contained in:
2026-03-14 01:37:38 +00:00
parent 06118fbd40
commit 808a775ebe
3 changed files with 169 additions and 18 deletions

View File

@@ -31,8 +31,8 @@ EOT
name = "app_ports"
type = "proxy"
properties = {
listen = "tcp:0.0.0.0:25580-25599"
connect = "tcp:127.0.0.1:25580-25599"
listen = "tcp:0.0.0.0:25590-25599"
connect = "tcp:127.0.0.1:25590-25599"
}
}]
}
@@ -114,15 +114,15 @@ EOT
name = "puck_ports"
type = "proxy"
properties = {
listen = "tcp:0.0.0.0:25570-25579"
connect = "tcp:127.0.0.1:25570-25579"
listen = "tcp:0.0.0.0:25570-25589"
connect = "tcp:127.0.0.1:25570-25589"
}
},
{
name = "puck_rdp"
type = "proxy"
properties = {
listen = "tcp:0.0.0.0:25520"
listen = "tcp:0.0.0.0:25589"
connect = "tcp:127.0.0.1:3389"
}
},
@@ -145,7 +145,7 @@ EOT
name = "caliban"
type = "proxy"
properties = {
listen = "tcp:0.0.0.0:25521"
listen = "tcp:0.0.0.0:25519"
connect = "tcp:127.0.0.1:3389"
}
},