Currently I'm running ente photos with tsbridge. It work perfectly.
The only problem is whether tsbridge able to do multi ports proxy
Example
Service:
Image: Museum
......
Ports:
- 3000:3000 #api
- 3001:3001 #albums
- 3002:3002 #Auth
- 3003:3003 # cast
labels:
- "tsbridge.enabled=true"
- "tsbridge.service.name=ente"
- "tsbridge.service.port=3000"
Here I can use my ente photos only with https://ente.tailscale.ts.net
Wonder is it possible to do multi ports so I can use Auth App with https://auth.tailscale.ts.net, and other services at https://albums.tailscale.ts.net, and https://cast.tailscale.ts.net with explicit ports as mentioned above?
Currently I'm running ente photos with tsbridge. It work perfectly.
The only problem is whether tsbridge able to do multi ports proxy
Example
Service:
Image: Museum
......
Ports:
- 3000:3000 #api
- 3001:3001 #albums
- 3002:3002 #Auth
- 3003:3003 # cast
labels:
- "tsbridge.enabled=true"
- "tsbridge.service.name=ente"
- "tsbridge.service.port=3000"
Here I can use my ente photos only with https://ente.tailscale.ts.net
Wonder is it possible to do multi ports so I can use Auth App with https://auth.tailscale.ts.net, and other services at https://albums.tailscale.ts.net, and https://cast.tailscale.ts.net with explicit ports as mentioned above?