Remove forge from tailscale_serve role
Forge has been migrated to Caddy at forge.ops.eblu.me. Registry remains on tailscale serve until migrated. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
8be959929c
commit
f7cc30850b
1 changed files with 3 additions and 8 deletions
|
|
@ -1,16 +1,11 @@
|
|||
---
|
||||
# Tailscale serve configuration for this host
|
||||
# Each service maps a Tailscale service name to local endpoints
|
||||
#
|
||||
# NOTE: forge has been migrated to Caddy (forge.ops.eblu.me)
|
||||
# Registry will be migrated next, then this role can be retired.
|
||||
|
||||
tailscale_serve_services:
|
||||
- name: svc:forge
|
||||
https:
|
||||
port: 443
|
||||
upstream: http://localhost:3001
|
||||
tcp:
|
||||
port: 22
|
||||
upstream: tcp://localhost:2200
|
||||
|
||||
- name: svc:registry
|
||||
https:
|
||||
port: 443
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue