Collection of scripts, docker-compose and other files for deploying infrastructure to a VPS
coturn | ||
traefik | ||
.gitignore | ||
README.md |
Server Config
This is the config uploaded to a VPS that lives outside my standard home network. Almost all my services run internally on my own network except for those defined here.
flowchart LR
External[External User] --> Firewall
subgraph VPS
Firewall
Firewall --> Traefik
Firewall --> Coturn
end
subgraph LAN
Internal[Internal User] --> TailScale
TailScale --> Service
end
subgraph External
Traefik <--> TailScale
end