Update Gitea defaults

This commit is contained in:
2025-12-21 17:05:42 +01:00
parent 5926a38e47
commit 7d04fc2789

View File

@@ -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"