Update Gitea defaults
This commit is contained in:
@@ -46,12 +46,12 @@ database:
|
||||
updates:
|
||||
enabled: true
|
||||
git:
|
||||
remote: "https://gitea.yourdomain.com/overspend1/overub.git"
|
||||
remote: "https://git.overspend.cloud/overspend1/overub.git"
|
||||
token: ""
|
||||
use_ssh: false
|
||||
ssh_key: "~/.ssh/id_rsa"
|
||||
gitea:
|
||||
api_url: "https://gitea.yourdomain.com/api/v1"
|
||||
api_url: "https://git.overspend.cloud/api/v1"
|
||||
token: ""
|
||||
use_releases: true
|
||||
webhook_secret: ""
|
||||
@@ -65,7 +65,7 @@ updates:
|
||||
max_rollback_versions: 3
|
||||
verify_commits: true
|
||||
allowed_sources:
|
||||
- "https://gitea.yourdomain.com"
|
||||
- "https://git.overspend.cloud"
|
||||
modules:
|
||||
path: "modules"
|
||||
remote: "origin"
|
||||
|
||||
Reference in New Issue
Block a user