-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
38 lines (33 loc) · 1.18 KB
/
config.yml
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
parameters:
projects_dir: ./projects
projects:
p-platform:
name: P-Platform
description: The P-Platform website on which you can browse, watch and share videos on the WebTorrent network.
repository:
https: https://github.com/p-project/p-platform.git
ssh: [email protected]:p-project/p-platform.git
p-api:
name: P-API
description: The P-Platform monolithic API.
repository:
https: https://github.com/p-project/p-api.git
ssh: [email protected]:p-project/p-api.git
p-seeder-engine:
name: P-Seeder engine
description: Bittorrent daemon controlled by HTTP requests.
repository:
https: https://github.com/p-project/p-seeder-engine.git
ssh: [email protected]:p-project/p-seeder-engine.git
p-seeder-cli:
name: P-Seeder CLI
description: A command line interface to P-seeder engine.
repository:
https: https://github.com/p-project/p-seeder-cli.git
ssh: [email protected]:p-project/p-seeder-cli.git
p-monitor:
name: P-Monitor
description: P-Project JavaScript official trackers monitor.
repository:
https: https://github.com/p-project/p-monitor.git
ssh: [email protected]:p-project/p-monitor.git