-
Notifications
You must be signed in to change notification settings - Fork 0
/
catalog-info.yaml
100 lines (91 loc) · 2.62 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
# SPDX-FileCopyrightText: 2022 Zextras <https://www.zextras.com>
#
# SPDX-License-Identifier: AGPL-3.0-only
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: carbonio-files-ce
title: Carbonio Files CE service
description: |
Service that allows to upload/download and share files.
It exposes a connector to use the carbonio-preview-ce in order to preview files and
a connector to open the editing collaboration tool (carbonio-docs-editor).
tags:
- java
- backend
links:
- url: https://github.com/Zextras/carbonio-files-ce/blob/develop/README.md
title: README
spec:
type: service
lifecycle: production
owner: shuffled-waffles
providesApis:
- carbonio-files-ce-rest-api
- carbonio-files-ce-graphql-api
dependsOn:
- component:carbonio-files-db
- component:carbonio-user-management
- component:carbonio-storages-ce
- component:carbonio-preview-ce
- component:carbonio-mailbox
---
apiVersion: backstage.io/v1alpha1
kind: API
metadata:
name: carbonio-files-ce-rest-api
title: Carbonio Files CE REST APIs
description: Carbonio Files Community Edition REST APIs.
tags:
- rest
spec:
type: openapi
lifecycle: production
owner: shuffled-waffles
definition:
$text: https://github.com/Zextras/carbonio-files-ce/blob/develop/core/src/main/resources/api/rest.yaml
---
apiVersion: backstage.io/v1alpha1
kind: API
metadata:
name: carbonio-files-ce-graphql-api
title: Carbonio Files CE GraphQL APIs
description: Carbonio Files Community Edition GraphQL APIs.
tags:
- graphql
spec:
type: graphql
lifecycle: production
owner: shuffled-waffles
definition:
$text: https://github.com/Zextras/carbonio-files-ce/blob/develop/core/src/main/resources/api/schema.graphql
---
apiVersion: backstage.io/v1alpha1
kind: API
metadata:
name: carbonio-files-ce-public-rest-api
title: Carbonio Files CE Public REST APIs
description: Carbonio Files Community Edition Public REST APIs.
tags:
- public-rest
spec:
type: openapi
lifecycle: production
owner: shuffled-waffles
definition:
$text: https://github.com/Zextras/carbonio-files-ce/blob/develop/core/src/main/resources/api/public-rest.yaml
---
apiVersion: backstage.io/v1alpha1
kind: API
metadata:
name: carbonio-files-ce-public graphql-api
title: Carbonio Files CE Public GraphQL APIs
description: Carbonio Files Community Edition Public GraphQL APIs.
tags:
- public graphql
spec:
type: graphql
lifecycle: production
owner: shuffled-waffles
definition:
$text: https://github.com/Zextras/carbonio-files-ce/blob/develop/core/src/main/resources/api/public-schema.graphql