An open API service indexing awesome lists of open source software.

https://github.com/cloudfoundry-community/cfseeker

Do you know where your apps are?
https://github.com/cloudfoundry-community/cfseeker

cloudfoundry

Last synced: 8 months ago
JSON representation

Do you know where your apps are?

Awesome Lists containing this project

README

          

# cfseeker

Tool to find where apps on your Cloud Foundry are.

Can run as a local standalone version which can tell you your app locations
when configured to connect to a Cloud Foundry and (optionally) a BOSH. It can
also run as a server with an API that will allow you to access the functionality
of the tool through an HTTP API (documented below).
There is now a Web UI that uses the HTTP API which can be accessed by navigating
your browser to the root (/) endpoint of a listening cfseeker server.
Using the tool with the `--target` (`-t`) flag set as a cfseeker URL to contact,
the tool can also run its commands as a CLI that contacts the web API for you.

## Web UI

Point your browser at the root endpoint of the url where you have the server listening.
Click on links, type into fields. If you can't figure it out from there, then the
repo probably needs an issue posted.

## Local Configuration

It's YAML!

```yaml
cf:
api_address: https://.com
client_id: your-client-user
client_secret: supersecret
skip_ssl_validation: true
bosh:
api_address: https://:25555
username: your-username-or-client-id
password: your-password-or-client-secret
skip_ssl_validation: true
deployments:
- deployment-name-1
- deployment-name-2
# server and its subkeys are only necessary if you're running in server mode
server:
# basic auth creds if you want basic auth.
basic_auth:
username: admin
password: password
#no_auth: true