forgejo is setup and works
This commit is contained in:
parent
3d4d7d8829
commit
38fde325ab
2 changed files with 11 additions and 5 deletions
|
@ -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."/" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue