mirror of
https://github.com/BeardedTek/flowbite-beardedtek.com.git
synced 2025-12-06 05:31:52 +00:00
17 lines
621 B
YAML
17 lines
621 B
YAML
backend:
|
|
name: gitea
|
|
repo: beardedtek/flowbite-beardedtek.com
|
|
branch: main
|
|
app_id: ca91733b-543f-4506-b2cc-7c6120d20b57
|
|
base_url: https://git.beardedtek.com
|
|
api_root: https://git.beardedtek.com/api/v1
|
|
auth_endpoint: https://git.beardedtek.com/login/oauth/authorize
|
|
commit_messages:
|
|
create: 'content: create {{collection}} "{{slug}}"'
|
|
update: 'content: update {{collection}} "{{slug}}"'
|
|
delete: 'content: delete {{collection}} "{{slug}}"'
|
|
uploadMedia: 'media: upload {{path}}'
|
|
deleteMedia: 'media: delete {{path}}'
|
|
|
|
media_folder: "static/images/uploads"
|
|
public_folder: "/images/uploads" |