]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - support/docker/dev/janitor.json
Add Janitor configuration file for PeerTube. (#204)
[github/Chocobozzz/PeerTube.git] / support / docker / dev / janitor.json
1 {
2 "name": "PeerTube",
3 "description": "Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.",
4 "icon": "https://janitor.technology/img/peertube.svg",
5 "docker": {
6 "image": "chocobozzz/peertube-dev"
7 },
8 "ports": {
9 "22": {
10 "label": "SSH",
11 "proxy": "none"
12 },
13 "8088": {
14 "label": "VNC",
15 "proxy": "https"
16 },
17 "8089": {
18 "label": "Cloud9",
19 "proxy": "https"
20 },
21 "9000": {
22 "label": "PeerTube",
23 "proxy": "https",
24 "preview": true
25 }
26 },
27 "scripts": {
28 "Start PeerTube": "npm start",
29 "Build PeerTube": "npm run build",
30 "Run tests": "npm test",
31 "Update source code": "git pull --rebase origin",
32 "Send to code review": "hub pull-request"
33 }
34 }