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-15 20:55:25 -08:00
|
|
|
- name: svc:grafana
|
|
|
|
|
https:
|
|
|
|
|
port: 443
|
|
|
|
|
upstream: http://localhost:3000
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
|
|
|
|
- name: svc:pypi
|
|
|
|
|
https:
|
|
|
|
|
port: 443
|
|
|
|
|
upstream: http://127.0.0.1:3141
|
2026-01-16 12:30:20 -08:00
|
|
|
|
|
|
|
|
- name: svc:pg
|
|
|
|
|
tcp:
|
|
|
|
|
port: 5432
|
|
|
|
|
upstream: tcp://localhost:5432
|
|
|
|
|
|
|
|
|
|
- name: svc:feed
|
|
|
|
|
https:
|
|
|
|
|
port: 443
|
|
|
|
|
upstream: http://localhost:8080
|