:4533 {
    handle_path /ntfy* {
        reverse_proxy ntfy:80
    }

    # qBittorrent (Stripping path to avoid 404)
    handle_path /tr* {
        reverse_proxy qbittorrent:8081
    }

    # Navidrome
    handle /music* {
        reverse_proxy navidrome:4533
    }

    # Gitea
    handle_path /git* {
        reverse_proxy gitea:3000
    }

    # ROMM
    handle_path /roms* {
        reverse_proxy romm:8080
    }

    # Trilium
    handle_path /notes* {
        reverse_proxy trilium:8082
    }

    # Excalidraw
    handle_path /draw* {
        reverse_proxy excalidraw:80
    }

    # Homarr (root dashboard)
    handle {
        reverse_proxy homarr:7575
    }
}