update cf routes correction

This commit is contained in:
Satria 2026-03-07 13:46:15 +07:00
commit eed61b5940

View file

@ -1,6 +1,6 @@
{ pkgs, lib, homelab, ... }: let { pkgs, lib, homelab, ... }: let
routes = { routes = {
"git.${homelab.domain}" = "http://localhost:3000"; "git.${homelab.domain}" = "http://localhost:5080";
"auth.${homelab.domain}" = "http://localhost:1411"; "auth.${homelab.domain}" = "http://localhost:1411";
"dash.${homelab.domain}" = "http://localhost:5070"; "dash.${homelab.domain}" = "http://localhost:5070";
"media.${homelab.domain}" = "http://localhost:8096"; "media.${homelab.domain}" = "http://localhost:8096";