initial-release
All checks were successful
Build,test and deploy reaktionsfaehig.net / deploy-prod (push) Successful in 19s

This commit is contained in:
Stephan Hadan 2025-01-28 12:11:33 +01:00
parent d9c560e590
commit 72b05eae47
17 changed files with 516 additions and 20 deletions

View file

@ -1,9 +1,10 @@
# when using the default proxy server port
local_backend: true
backend:
name: git-gateway
branch: main
name: gitea
repo: web/reaktionsfaehig.net # Path to your Gitea repository
app_id: 36e664a2-afb9-4aa8-951f-7a6e47a27756 # The Client ID provided by Gitea
api_root: https://git.hadan-it.com/api/v1 # API URL of your Gitea instance
base_url: https://git.hadan-it.com # Root URL of your Gitea instance
auth_endpoint: https://git.hadan-it.com/login/oauth/authorize
media_folder: static/img
public_folder: /img
collections:
@ -19,4 +20,17 @@ collections:
- { label: 'Publish Date', name: 'date', widget: 'datetime' }
- { label: 'Description', name: 'description', widget: 'string' }
- { label: 'Body', name: 'body', widget: 'markdown' }
- name: 'microposts'
label: 'Microposts'
folder: 'content/microposts'
create: true
slug: '{{year}}-{{month}}-{{day}}-{{slug}}'
editor:
preview: false
fields:
- { label: 'Title', name: 'title', widget: 'string' }
- { label: 'Publish Date', name: 'date', widget: 'datetime' }
- { label: 'Description', name: 'description', widget: 'string' }
- { label: 'Body', name: 'body', widget: 'markdown' }