Migrate services to tent #114

Manually merged
rarias merged 21 commits from tent-fixes into master 2025-06-18 15:39:45 +02:00
2 changed files with 5 additions and 0 deletions
Showing only changes of commit ec2eb8c3ed - Show all commits

View File

@@ -11,6 +11,7 @@
./nix-serve.nix
./gitlab-runner.nix
./gitea.nix
../hut/public-inbox.nix
];
# Select the this using the ID to avoid mismatches

View File

@@ -45,6 +45,10 @@ in
proxy_pass http://127.0.0.1:5000;
proxy_redirect http:// $scheme://;
}
location /lists {
proxy_pass http://127.0.0.1:8081;
proxy_redirect http:// $scheme://;
}
location /grafana {
proxy_pass http://127.0.0.1:2342;
proxy_redirect http:// $scheme://;