gitea test

This commit is contained in:
2025-12-08 21:35:29 +00:00
parent 570f84684d
commit 04e54540cd

View File

@@ -100,12 +100,25 @@
enable = true; enable = true;
settings = { settings = {
server = { server = {
DOMAIN = "git.tahani"; ROOT_URL = "https://gitea.manticore-hippocampus.ts.net";
# DOMAIN = "gitea.manticore-hippocampus.ts.net";
HTTP_PORT = 8380; HTTP_PORT = 8380;
}; };
}; };
}; };
services.caddy = {
enable = true;
virtualHosts."tahani.manticore-hippocampus.ts.net".extraConfig = ''
respond "OK"
'';
virtualHosts."gitea.manticore-hippocampus.ts.net".extraConfig = ''
handle {
reverse_proxy localhost:8380
}
'';
};
home-manager.users.${user} = { home-manager.users.${user} = {
programs.git.settings.user.email = "christoph@schmatzler.com"; programs.git.settings.user.email = "christoph@schmatzler.com";
}; };