9 lines
367 B
YAML
9 lines
367 B
YAML
|
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
|