2026-01-15 20:55:25 -08:00
|
|
|
---
|
|
|
|
|
# Tailscale serve configuration for this host
|
|
|
|
|
# Each service maps a Tailscale service name to local endpoints
|
|
|
|
|
|
2026-01-16 19:33:02 -08:00
|
|
|
tailscale_serve_services:
|
2026-01-20 14:55:37 -08:00
|
|
|
# NOTE: svc:grafana, svc:pg, svc:feed, svc:pypi removed - now hosted in k8s
|
2026-01-21 16:03:37 -08:00
|
|
|
# NOTE: svc:k8s is configured by the minikube role (port is dynamic with docker driver)
|
2026-01-15 20:55:25 -08:00
|
|
|
|
|
|
|
|
- name: svc:forge
|
|
|
|
|
https:
|
|
|
|
|
port: 443
|
|
|
|
|
upstream: http://localhost:3001
|
|
|
|
|
tcp:
|
|
|
|
|
port: 22
|
|
|
|
|
upstream: tcp://localhost:2200
|
|
|
|
|
|
|
|
|
|
- name: svc:kiwix
|
|
|
|
|
https:
|
|
|
|
|
port: 443
|
|
|
|
|
upstream: http://localhost:5501
|
|
|
|
|
|
2026-01-18 12:06:28 -08:00
|
|
|
- name: svc:registry
|
|
|
|
|
https:
|
|
|
|
|
port: 443
|
|
|
|
|
upstream: http://localhost:5050
|