diff --git a/lib/options.nix b/lib/options.nix index 45f0188..96a2002 100644 --- a/lib/options.nix +++ b/lib/options.nix @@ -54,9 +54,10 @@ in { [ "Dockge" "docker" "https://containers.proxy.${domain}" "http://localhost:5001/" ] ]; routes = { + "docs-sandbox.${domain}" = "http://localhost:7090"; + "docs.${domain}" = "http://localhost:7090"; "cdn.${domain}" = selfSigned "https://localhost:3923"; "git.${domain}" = "http://localhost:5080"; - "docs.${domain}" = "http://localhost:7090"; "auth.${domain}" = "http://localhost:1411"; "dash.${domain}" = "http://localhost:5070"; "media.${domain}" = "http://localhost:8096"; diff --git a/modules/system/server.nix b/modules/system/server.nix index d4289d3..7df13d2 100644 --- a/modules/system/server.nix +++ b/modules/system/server.nix @@ -19,6 +19,7 @@ in { ./homelab/pass.nix ./homelab/dash.nix ./homelab/code.nix + ./homelab/docs.nix ./homelab/dns.nix ./homelab/git.nix ./homelab/cdn.nix