Collection of scripts, docker-compose and other files for deploying infrastructure to a VPS
Find a file
2026-03-26 15:08:42 +11:00
anubis Allow bsky bot 2026-03-26 15:08:42 +11:00
codeberg-runner Codeberg runner 2026-03-02 15:13:32 +11:00
coturn Tidy & clean 2026-03-21 15:47:19 +11:00
ergo Tidy & clean 2026-03-21 15:47:19 +11:00
nginx Favicon for tranquil pds 2026-03-22 10:50:35 +11:00
nomadnet Use correct nomadnet image 2026-03-21 16:14:19 +11:00
pds Tidy & clean 2026-03-21 15:47:19 +11:00
radicale Tidy & clean 2026-03-21 15:47:19 +11:00
traefik Favicon for tranquil pds 2026-03-22 10:50:35 +11:00
tranquil Fix bind mount 2026-03-21 19:01:42 +11:00
znc Tidy & clean 2026-03-21 15:47:19 +11:00
.gitignore Basic nginx setup for static files 2026-03-21 15:31:59 +11:00
README.md Add README.md 2025-09-30 18:55:25 +10:00
start-up.sh Tidy & clean 2026-03-21 15:47:19 +11: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