From f44fea631bad3d2bcdfd6a9f6d86081fdbef5801 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alo=C3=AFs=20Coquillard?= Date: Thu, 21 May 2026 13:28:39 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20pas=20de=20proxy=20n=C3=A9cessaire?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/admin/config.yml | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/static/admin/config.yml b/static/admin/config.yml index 16fea3f..180160b 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -2,8 +2,10 @@ backend: name: gitea repo: alois/CoqBlog branch: main - base_url: https://auth.alocoq.fr/decap - auth_endpoint: /auth + app_id: 5dfba694-7d0a-40a7-acf0-6f410a56a2d6 + api_root: https://git.alocoq.fr/api/v1 + base_url: https://git.alocoq.fr + auth_endpoint: https://git.alocoq.fr/login/oauth/authorize media_folder: static/img public_folder: /img @@ -31,19 +33,6 @@ collections: name: tags widget: list default: [] - - label: Image de couverture - name: cover - widget: object - required: false - fields: - - label: Image - name: image - widget: image - required: false - - label: Texte alternatif - name: alt - widget: string - required: false - label: Brouillon name: draft widget: boolean @@ -79,3 +68,4 @@ collections: - label: Contenu name: body widget: markdown + \ No newline at end of file