You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contrib/README.md
+18-13Lines changed: 18 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,16 +16,21 @@ Various community members have modified Deis components, created new components,
16
16
that may be useful to Deis users. While these are not supported by the Deis team, they can be helpful
17
17
in certain scenarios.
18
18
19
-
Some of these projects include:
20
-
21
-
*[CoreOS unit files](https://github.com/ianblenke/coreos-vagrant-kitchen-sink/tree/master/cloud-init) (@ianblenke) - Unit files to launch various services on CoreOS hosts
22
-
*[deis-dashboard](https://github.com/lorieri/deis-dashboard) (@lorieri) - A dashboard which summarizes requests to the Deis cluster
23
-
*[deis-docs](https://github.com/lorieri/deis-docs) (@lorieri) - Container to test Deis documentation
24
-
*[deis-netstat](https://github.com/lorieri/deis-netstat) (@lorieri) - A cluster-wide netstat tool for Deis
25
-
*[deis-proxy](https://github.com/lorieri/deis-proxy) (@lorieri) - A transparent proxy for Deis
26
-
*[deis-store-dashboard](https://github.com/aledbf/deis/tree/optional_store_dashboard) (@aledbf) - An implementation of [ceph-dash](https://github.com/Crapworks/ceph-dash) to view `deis-store` health
27
-
*[New Relic unit for CoreOS](https://github.com/lorieri/coreos-newrelic) (@lorieri) - A global unit to launch New Relic sysmond
28
-
*[deis-api](https://github.com/aledbf/deis-api) (@aledbf) - node.js Deis API wrapper
29
-
*[deis-backup-service](https://github.com/mozilla/deis-backup-service) (@glogiotatidis) - Unit Files to automatically backup to S3 database and registry data.
30
-
31
-
This is a non-exhaustive list. Please add to this list by opening a pull request.
19
+
Some of these projects are listed below. This is not an exhaustive list.
20
+
21
+
Please add to this list by opening a pull request!
22
+
23
+
### Deis API Clients
24
+
*[Node.js](https://github.com/aledbf/deis-api) by [@aledbf](https://github.com/aledbf) - node.js Deis API wrapper
25
+
26
+
### Custom Deis Components
27
+
*[deis-dashboard](https://github.com/lorieri/deis-dashboard) by [@lorieri](https://github.com/lorieri) - A dashboard which summarizes requests to the Deis cluster
28
+
*[deis-docs](https://github.com/lorieri/deis-docs) by [@lorieri](https://github.com/lorieri) - Container to test Deis documentation
29
+
*[deis-netstat](https://github.com/lorieri/deis-netstat) by [@lorieri](https://github.com/lorieri) - A cluster-wide netstat tool for Deis
30
+
*[deis-proxy](https://github.com/lorieri/deis-proxy) by [@lorieri](https://github.com/lorieri) - A transparent proxy for Deis
31
+
*[deis-store-dashboard](https://github.com/aledbf/deis/tree/optional_store_dashboard) by [@aledbf](https://github.com/aledbf) - An implementation of [ceph-dash](https://github.com/Crapworks/ceph-dash) to view `deis-store` health
32
+
33
+
### CoreOS unit files
34
+
*[CoreOS unit files](https://github.com/ianblenke/coreos-vagrant-kitchen-sink/tree/master/cloud-init) by [@ianblenke](https://github.com/ianblenke) - Unit files to launch various services on CoreOS hosts
35
+
*[deis-backup-service](https://github.com/mozilla/deis-backup-service) by [@glogiotatidis](https://github.com/glogiotatidis) - Unit Files to automatically backup to S3 database and registry data.
36
+
*[New Relic unit for CoreOS](https://github.com/lorieri/coreos-newrelic) by [@lorieri](https://github.com/lorieri) - A global unit to launch New Relic sysmond
0 commit comments