-
Notifications
You must be signed in to change notification settings - Fork 1
/
catalog-info.yaml
41 lines (38 loc) · 1 KB
/
catalog-info.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# SPDX-FileCopyrightText: 2022 Zextras <https://www.zextras.com
#
# SPDX-License-Identifier: AGPL-3.0-only
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: carbonio-preview-ce
title: Carbonio Preview CE service
description: Service to generate thumbnail and preview of images, documents and pdfs.
tags:
- python
- backend
links:
- url: https://github.com/Zextras/carbonio-preview-ce/blob/develop/README.md
title: README
spec:
type: service
lifecycle: production
owner: shuffled-waffles
providesApis:
- carbonio-preview-ce-rest-api
dependsOn:
- component:carbonio-storages-ce
---
apiVersion: backstage.io/v1alpha1
kind: API
metadata:
name: carbonio-preview-ce-rest-api
title: Carbonio Preview CE REST APIs
description: Carbonio Preview Community Edition REST APIs.
tags:
- rest
spec:
type: openapi
lifecycle: production
owner: shuffled-waffles
definition:
$text: https://github.com/Zextras/carbonio-preview-ce/blob/develop/rest-api.yaml