Change base url to test.ifsr.de and basic decap configuration
This commit is contained in:
parent
7ddf74e804
commit
de20314019
3 changed files with 29 additions and 13 deletions
|
@ -1,5 +1,19 @@
|
|||
backend:
|
||||
name: git-gateway
|
||||
name: gitea
|
||||
branch: main
|
||||
repo: FSR/webseite
|
||||
app_id: b634f97b-1525-4382-96d3-b1fa08858fd3
|
||||
api_root: https://git.ifsr.de/api/v1
|
||||
base_url: https://git.ifsr.de
|
||||
auth_endpoint: https://git.ifsr.de/login/oauth/authorize
|
||||
media_folder: "static/images"
|
||||
public_folder: "/images"
|
||||
public_folder: "/images"
|
||||
|
||||
collections:
|
||||
- name: "content"
|
||||
label: "Content"
|
||||
folder: "content"
|
||||
create: true
|
||||
fields:
|
||||
- { label: "Title", name: "title", widget: "string" }
|
||||
- { label: "Body", name: "body", widget: "markdown" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue