Update Gitea provider to use public URL
This commit is contained in:
@@ -61,7 +61,7 @@ export class GiteaProvider implements IssueProvider {
|
|||||||
|
|
||||||
// Extract repo info from git remote
|
// Extract repo info from git remote
|
||||||
// For now, hardcode for our Gitea instance
|
// 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.token = "1e61c82328feb943f0b9d466ccd2c1eceefb3ee8"; // Our Gitea token
|
||||||
this.owner = "peter";
|
this.owner = "peter";
|
||||||
this.repo = "clawd";
|
this.repo = "clawd";
|
||||||
|
|||||||
Reference in New Issue
Block a user