github.com/econnell/deis@v1.5.1/contrib/README.md (about)

     1  # Deis Contrib
     2  
     3  Scripts, tools and documentation that are not part of the core
     4  Deis system.
     5  
     6  The contents of this directory may be vendor-specific, address a
     7  limited audience, or be too experimental to be included in Deis' core.
     8  This does not preclude their usefulness.
     9  
    10  Please add any issues you find with this software to the
    11  [Deis project](https://github.com/deis/deis/issues).
    12  
    13  ## Community contributions
    14  
    15  Various community members have modified Deis components, created new components, or provided tools
    16  that may be useful to Deis users. While these are not supported by the Deis team, they can be helpful
    17  in certain scenarios.
    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.