18 lines
446 B
YAML
18 lines
446 B
YAML
serve:
|
|
endpoint: /api/graphql
|
|
sources:
|
|
- name: Gitea
|
|
handler:
|
|
openapi:
|
|
endpoint: https://git.andert.me/api/v1
|
|
source: schema/gitea.yml
|
|
operationHeaders:
|
|
Authorization: Bearer {env.GITEA_API}
|
|
- name: Cloudron
|
|
handler:
|
|
openapi:
|
|
endpoint: https://my.andert.me/api/v1
|
|
source: schema/cloudron.json
|
|
operationHeaders:
|
|
Authorization: Bearer {env.CLOUDRON_API}
|