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."/" = {

8
hosts/h001/flake.lock generated
View file

@ -32,11 +32,11 @@
"ragenix": "ragenix"
},
"locked": {
"lastModified": 1745956269,
"narHash": "sha256-rD++3De0ixxLWQcCVJIQzNam5TKXfP5BOX/wZbjlshY=",
"lastModified": 1745965414,
"narHash": "sha256-Vn/sXOtIj5y09jGKw3iaLIrpqW5h37vW1vFBmFehRx8=",
"ref": "refs/heads/master",
"rev": "45834a4caf0c72e965fce9e5aa394db35f7a76fe",
"revCount": 423,
"rev": "3d4d7d88290dd1f55542691d3ac45b2a5f021709",
"revCount": 430,
"type": "git",
"url": "https://git.joshuabell.xyz/ringofstorms/dotfiles"
},