From eca16077dc9200b6e0cea98045caf9a1342869ac Mon Sep 17 00:00:00 2001 From: Hoernschen Date: Sun, 28 Jan 2024 16:46:50 +0100 Subject: [PATCH] ADD decap cms admin --- static/admin/config.yml | 8 ++++++++ static/admin/index.html | 13 +++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 static/admin/config.yml create mode 100644 static/admin/index.html diff --git a/static/admin/config.yml b/static/admin/config.yml new file mode 100644 index 0000000..ab3a709 --- /dev/null +++ b/static/admin/config.yml @@ -0,0 +1,8 @@ +backend: + name: gitea + repo: hoernschen/website # Path to your Gitea repository + app_id: 6f1e6454-c3e7-42d2-aa8b-f2c0807bc084 # The Client ID provided by Gitea + api_root: https://code.nutfactory.org/api/v1 # API URL of your Gitea instance + base_url: https://code.nutfactory.org # Root URL of your Gitea instance + # optional, defaults to master + # branch: main diff --git a/static/admin/index.html b/static/admin/index.html new file mode 100644 index 0000000..4c02725 --- /dev/null +++ b/static/admin/index.html @@ -0,0 +1,13 @@ + + + + + + + Content Manager + + + + + +