Collection of scripts, docker-compose and other files for deploying infrastructure to a VPS
Find a file
2025-10-10 07:52:30 +11:00
coturn Init 2025-09-30 18:30:32 +10:00
traefik PDS Migration Part 2 2025-10-10 07:52:30 +11:00
.gitignore Init 2025-09-30 18:30:32 +10:00
README.md Add README.md 2025-09-30 18:55:25 +10:00

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