Skip to content
Stratos: Web-based Console UI for Cloud Foundry
TypeScript Go HTML CSS Shell JavaScript Other
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
build Version bump and change log for 3.2.0 May 10, 2020
deploy Enable e2e logging to be toggled by a label May 21, 2020
dev-ssl Fetch all applications from any backend Sep 11, 2017
docs Add ability to provided a wildcard in path when matching urls (#4277) May 11, 2020
examples/custom-src Move store test helpers to the store package Dec 13, 2019
src Ensure we don't log passwords in e2e logs May 21, 2020
.cf-extensions Remove ZenHub (#3652) Jun 13, 2019
.cfignore Ensure our local e2e report folder is ignored when pushing to cf Mar 18, 2019
.codeclimate.yml Ignore GO test files Feb 6, 2018
.codecov.yaml Add code coverage config May 24, 2018
.dockerignore Helm chart updates (#4105) Feb 18, 2020
.editorconfig Merge Downstream (#3494) Apr 25, 2019
.eslintrc HSC-1277 - Updated to latest eslint. Enforce single quotes (#797) Oct 25, 2016
.gitattributes Ignore ttf font files Jun 5, 2018
.gitignore Merge downstream changes and fixes Mar 4, 2020
.jsbeautifyrc Clean out package.json deps, added serve prod target, removed old gul… Jan 31, 2018
.mdlrc Code climate locally works fine, website still shows huge amount of f… Jan 15, 2018
.sass-lint.yml Get app running again Jan 30, 2018
.scss-lint.yml Fixed lint issues, set scss-lint SelectorFormat to hyphenated_BEM Feb 6, 2018
.travis.yml Enable autoscaler E2E tests (#4076) Jan 8, 2020
CHANGELOG.md Update changelog for 3.2.0 (#4291) May 13, 2020
CONTRIBUTING.md Update CONTRIBUTING.md Jan 8, 2020
LICENSE Create LICENSE Jan 22, 2018
NOTICE Create NOTICE Jan 22, 2018
README.md Bump for travis Mar 25, 2020
angular.json Remove unused store helpers package Dec 10, 2019
browserslist include IE Dec 2, 2019
gulpfile.js Fixes to get cf push working Aug 15, 2018
index.yaml Globally update references Aug 9, 2018
manifest-docker.yml CF/Docker doc improvement Jan 8, 2019
manifest.yml Bump to v3 (#4042) Dec 5, 2019
package-lock.json Version bump and change log for 3.2.0 May 10, 2020
package.json Version bump and change log for 3.2.0 May 10, 2020
package.md Fix security issue with kind-of package Apr 1, 2020
protractor.conf.js Fix autocomplete, improve e2e tests May 18, 2020
proxy.conf.template.js Merge remote-tracking branch 'origin/master' into app-ssh Jan 23, 2018
stratos-buildpack.yml Use custom buildpack to build Stratos UI (#1283) Oct 11, 2017
tsconfig.json Move store test helpers to the store package Dec 13, 2019
tslint.json ng update wip Oct 2, 2019

README.md

Stratos

  GitHub release License slack.cloudfoundry.org

Stratos is an Open Source Web-based UI (Console) for managing Cloud Foundry. It allows users and administrators to both manage applications running in the Cloud Foundry cluster and perform cluster management tasks.

If you are looking for a version of Stratos, you can find ..

Stratos Application view

Quick Start

To get started quickly, we recommend following the steps to deploy the Stratos Console as a Cloud Foundry Application - see here.

If you have docker installed, you can quickly deploy Stratos using the all-in-one container:

$ docker run -p 4443:443 splatform/stratos:latest 

Once that has finished, you can then access Stratos by visiting https://localhost:4443.

Deploying Stratos

Stratos can be deployed in the following environments:

  1. Cloud Foundry, as an application. See guide
  2. Kubernetes, using a Helm chart. See guide
  3. Docker, single container deploying all components. See guide

Troubleshooting

Please see our Troubleshooting page.

Further Reading

Take a look at the Feature Set for details on the feature set that Stratos provides.

Get an Overview of Stratos, its components and the different ways in which it can be deployed.

Take a look at the Development Roadmap to see where we are heading. We update our status page each week to summarize what we are working on - see the Status Page.

Browse through features and issues in the project's issues page or Zenhub Board.

What kind of code is in Stratos? We've integrated Code Climate for some code quality and maintainability metrics. Take a stroll around the project page

Contributing

We very much welcome developers who would like to get involved and contribute to the development of the Stratos project. Please refer to the Contributing guide for more information.

For information to help getting started with development, please read the Developer's Guide.

Support and feedback

We have a channel (#stratos) on the Cloud Foundy Slack where you can ask questions, get support or give us feedback. We'd love to hear from you if you are using Stratos.

You can join the Cloud Foundry Slack here - https://slack.cloudfoundry.org/ - and then join the #stratos channel.

Acknowledgements

Tested with Browserstack

Browserstack

License

The work done has been licensed under Apache License 2.0. The license file can be found here.

You can’t perform that action at this time.