-
Notifications
You must be signed in to change notification settings - Fork 0
/
catalog-info.yaml
67 lines (62 loc) · 1.98 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
# SPDX-FileCopyrightText: 2023 Zextras <https://www.zextras.com>
#
# SPDX-License-Identifier: AGPL-3.0-only
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: carbonio-ws-collaboration-ce
title: Carbonio Workstream Collaboration CE service
description: |
Service containing the business logic of the Workstream Collaboration application.
It allows to chat or video-call with other users.
tags:
- java
- backend
links:
- url: https://github.com/Zextras/carbonio-ws-collaboration-ce/blob/main/README.md
title: README
spec:
type: service
lifecycle: production
owner: smoky-beans
providesApis:
- carbonio-ws-collaboration-ce-chats-api
- carbonio-ws-collaboration-ce-meeting-api
dependsOn:
- component:carbonio-ws-collaboration-db
- component:carbonio-message-dispatcher
- component:carbonio-message-broker
- component:carbonio-user-management
- component:carbonio-storages-ce
- component:carbonio-preview-ce
- component:carbonio-videoserver
---
apiVersion: backstage.io/v1alpha1
kind: API
metadata:
name: carbonio-ws-collaboration-ce-chats-api
title: Carbonio Workstream Collaboration CE Chats APIs
description: Carbonio Workstream Collaboration Community Edition Chats APIs.
tags:
- rest
spec:
type: openapi
lifecycle: production
owner: smoky-beans
definition:
$text: https://github.com/Zextras/carbonio-ws-collaboration-ce/blob/main/carbonio-ws-collaboration-openapi/src/main/resources/chats/chats-api.yaml
---
apiVersion: backstage.io/v1alpha1
kind: API
metadata:
name: carbonio-ws-collaboration-ce-meeting-api
title: Carbonio Workstream Collaboration CE Meeting APIs
description: Carbonio Workstream Collaboration Community Edition Meeting APIs.
tags:
- rest
spec:
type: openapi
lifecycle: production
owner: smoky-beans
definition:
$text: https://github.com/Zextras/carbonio-ws-collaboration-ce/blob/main/carbonio-ws-collaboration-openapi/src/main/resources/meeting/meeting-api.yaml