Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhvhs/radar
A macOS menubar app for watching private concourse pipelines
https://github.com/jhvhs/radar
Last synced: 21 days ago
JSON representation
A macOS menubar app for watching private concourse pipelines
- Host: GitHub
- URL: https://github.com/jhvhs/radar
- Owner: jhvhs
- License: apache-2.0
- Created: 2023-01-20T16:32:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-16T16:38:02.000Z (over 1 year ago)
- Last Synced: 2024-11-08T23:12:10.426Z (3 months ago)
- Language: Swift
- Size: 146 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Radar
Radar is a macOS menubar application for monitoring private pipelines in Concourse.
### Requirements
- macOS Ventura (13.0) and above
### Configuration
To monitor pipelines, Radar needs three values, all of which can be set in the
_Preferences_ window:1. **Concourse URL** - the main URL of the Concourse dashboard
2. **Team name** - Radar will filter out all the pipelines that don't belong to this team
3. **Auth token** - once the first two fields are filled in, the app menu should
show an extra item _Fetch token_. Clicking that will open the browser with a
Concourse web page for sending the token to fly. If that page fails to send the token,
it can still be manually set in the _Preferences_ window.### Limitations
Currently, the app is limited to monitoring a single team on a single server.
It is sufficient in many cases, but there are plans to expand the scope of
the app beyond those limits.### Development requirements
- Xcode 14.1 and above