From 7d04fc2789fc35f46d9a75155edf99ced047e5ab Mon Sep 17 00:00:00 2001 From: overspend1 Date: Sun, 21 Dec 2025 17:05:42 +0100 Subject: [PATCH] Update Gitea defaults --- config/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/config.yml b/config/config.yml index 17ba59c..797f339 100644 --- a/config/config.yml +++ b/config/config.yml @@ -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"