hosts/suwako: move gitea from marisa to suwako
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
@@ -52,6 +52,12 @@ in
|
||||
'';
|
||||
};
|
||||
|
||||
# Gitea
|
||||
"git.${domain}" = genericHttpRProxy {
|
||||
addr = "http://${suwako}:5001";
|
||||
conf = "client_max_body_size 64M;";
|
||||
};
|
||||
|
||||
# Personal filehost
|
||||
"f.${domain}" = genericHttpRProxy { addr = "http://${suwako}:8000"; };
|
||||
};
|
||||
|
Reference in New Issue
Block a user