forgejo is setup and works

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-04-29 20:52:02 -05:00
parent 3d4d7d8829
commit 38fde325ab
2 changed files with 11 additions and 5 deletions

View file

@ -5,7 +5,7 @@
{
imports = [
# common.nixosModules.containers.librechat
# common.nixosModules.containers.forgejo
common.nixosModules.containers.forgejo
];
config = {
@ -63,6 +63,12 @@
};
};
"git.joshuabell.xyz" = {
locations."/" = {
proxyPass = "http://10.0.0.2:3000";
};
};
# "git.joshuabell.xyz" = {
# # GIT passthrough
# locations."/" = {