diff --git a/admin/config.yml b/admin/config.yml new file mode 100644 index 0000000..d7797fe --- /dev/null +++ b/admin/config.yml @@ -0,0 +1,8 @@ +backend: + name: gitea + repo: maximeg/palettetest # Path to your Gitea repository + app_id: bfbd2107-f7a5-42be-8901-589294019980 # 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 + # optional, defaults to main + # branch: main \ No newline at end of file diff --git a/admin/index.html b/admin/index.html new file mode 100644 index 0000000..cd759ec --- /dev/null +++ b/admin/index.html @@ -0,0 +1,16 @@ + + + + + + + Content Manager + + + + + + + \ No newline at end of file