From 8eafab3f037e588c1c021a7f8b154477e871576a Mon Sep 17 00:00:00 2001 From: PTP Admin Date: Wed, 29 Apr 2026 00:36:54 +0300 Subject: [PATCH] =?UTF-8?q?feat:=20Sveltia=20=E2=86=92=20Gitea=20backend?= =?UTF-8?q?=20(local,=20pkce=20auth)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/admin/config.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/static/admin/config.yml b/static/admin/config.yml index 3a3a048..3eec84a 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -1,11 +1,11 @@ backend: - name: test-repo - -# Когда переключим на GitHub: -# backend: -# name: github -# repo: reddragon333/ptp -# branch: mirror ← пишет сюда, не в main/прод + name: gitea + repo: ptpadmin/ptp + branch: mirror + api_root: https://git.ptp.saguaro-cactus.ru/api/v1 + server: https://git.ptp.saguaro-cactus.ru + auth_type: pkce + app_id: 6be1691d-ea91-448e-acfa-016f57c976d6 media_folder: static/images/uploads public_folder: /images/uploads