chore: connect buildbot and gitea by tailscale

This commit is contained in:
Greg Hellings
2026-05-28 16:57:05 -05:00
parent 53c491f537
commit 69651258d6
3 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ in
evalWorkerCount = 4; evalWorkerCount = 4;
gitea = { gitea = {
enable = true; enable = true;
instanceUrl = "https://src.thehellings.com"; instanceUrl = "https://gitea.shire-zebra.ts.net";
oauthId = "7ec9107d-379b-47c8-870f-1191956d0500"; oauthId = "7ec9107d-379b-47c8-870f-1191956d0500";
oauthSecretFile = config.age.secrets.gitea-oauthSecret.path; oauthSecretFile = config.age.secrets.gitea-oauthSecret.path;
tokenFile = config.age.secrets.gitea-oauthToken.path; tokenFile = config.age.secrets.gitea-oauthToken.path;
+2 -2
View File
@@ -66,8 +66,8 @@ spec:
APP_NAME: "Gitea: Greg's Cup of Git" APP_NAME: "Gitea: Greg's Cup of Git"
RUN_MODE: dev RUN_MODE: dev
server: server:
DOMAIN: "thehellings.com" DOMAIN: "shire-zebra.ts.net"
ROOT_URL: "https://src.thehellings.com" ROOT_URL: "https://gitea.shire-zebra.ts.net"
SSH_PORT: "2222" SSH_PORT: "2222"
database: database:
DB_TYPE: postgres DB_TYPE: postgres
+6
View File
@@ -57,6 +57,12 @@
"external": true, "external": true,
"system": "x86_64-linux" "system": "x86_64-linux"
}, },
"gitea": {
"external": true,
"system": "x86_64-linux",
"ts": "100.64.232.81",
"ip": "10.42.5.1"
},
"gregory.hellings-mbp": { "gregory.hellings-mbp": {
"external": true, "external": true,
"system": "aarch64-darwin", "system": "aarch64-darwin",