add code-server
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 4s

This commit is contained in:
Satria 2026-03-28 19:47:22 +07:00
commit dd27570137
4 changed files with 16 additions and 1 deletions

View file

@ -9,6 +9,7 @@
"home" = d "http://home.dns.${homelab.domain}:8123";
"containers" = da "http://localhost:5001";
"code" = da "http://localhost:8443";
"dns" = da "http://localhost:8088";
"gallery" = d "http://localhost:2283";
@ -122,4 +123,4 @@ in {
};
};
};
}
}