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: updates:
enabled: true enabled: true
git: git:
remote: "https://gitea.yourdomain.com/overspend1/overub.git" remote: "https://git.overspend.cloud/overspend1/overub.git"
token: "" token: ""
use_ssh: false use_ssh: false
ssh_key: "~/.ssh/id_rsa" ssh_key: "~/.ssh/id_rsa"
gitea: gitea:
api_url: "https://gitea.yourdomain.com/api/v1" api_url: "https://git.overspend.cloud/api/v1"
token: "" token: ""
use_releases: true use_releases: true
webhook_secret: "" webhook_secret: ""
@@ -65,7 +65,7 @@ updates:
max_rollback_versions: 3 max_rollback_versions: 3
verify_commits: true verify_commits: true
allowed_sources: allowed_sources:
- "https://gitea.yourdomain.com" - "https://git.overspend.cloud"
modules: modules:
path: "modules" path: "modules"
remote: "origin" remote: "origin"