Update Gitea provider to use public URL

This commit is contained in:
2026-02-15 08:59:51 +00:00
parent ff73115efc
commit 862c600152

View File

@@ -61,7 +61,7 @@ export class GiteaProvider implements IssueProvider {
// Extract repo info from git remote
// For now, hardcode for our Gitea instance
this.baseUrl = "http://192.168.1.150:3000";
this.baseUrl = "https://pfoster.dynu.net";
this.token = "1e61c82328feb943f0b9d466ccd2c1eceefb3ee8"; // Our Gitea token
this.owner = "peter";
this.repo = "clawd";