From 0388d64b2b34cad239b7f5c95526a145f5a84790 Mon Sep 17 00:00:00 2001 From: maxime-cool Date: Thu, 18 Jan 2024 11:58:42 +0100 Subject: [PATCH] changed repo to gitea.com --- static/admin/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/admin/config.yml b/static/admin/config.yml index 6a6d64f..fa40acb 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -1,9 +1,9 @@ backend: name: gitea repo: maximeg/palettetest # Path to your Gitea repository - app_id: ba3b650f-18ee-4be6-95c8-35021e2470a2 # The Client ID provided by Gitea - api_root: https://git.deuxfleurs.fr/api # API URL of your Gitea instance - base_url: https://git.deuxfleurs.fr # Root URL of your Gitea instance + app_id: d2544873-0ac9-4f12-b7b0-d4aa50541688 # The Client ID provided by Gitea + api_root: https://gitea.com/api # API URL of your Gitea instance + base_url: https://gitea.com/ # Root URL of your Gitea instance # optional, defaults to main # branch: main media_folder: "static/images/uploads"