https://github.com/andrewl/brennan-tng
Control your Brennan B2 as if you're on the USS Enterprise!
https://github.com/andrewl/brennan-tng
brennan hi-fi startrek
Last synced: 2 months ago
JSON representation
Control your Brennan B2 as if you're on the USS Enterprise!
- Host: GitHub
- URL: https://github.com/andrewl/brennan-tng
- Owner: andrewl
- Created: 2025-11-21T17:40:44.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-12-02T21:14:32.000Z (8 months ago)
- Last Synced: 2025-12-02T23:58:26.075Z (8 months ago)
- Topics: brennan, hi-fi, startrek
- Language: CSS
- Homepage:
- Size: 183 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Brennan TNG
A lightweight web service that lets you control your **Brennan B2** music player from a browser using an interface inspired by the **LCARS** design from *Star Trek: The Next Generation*.

The service is deliberately simple - you can play, pause, skip tracks, adjust the volume and play an album. You cannot use it as a replicator.
## Running the service
The service is distributed as a Docker image and requires the URL of your Brennan B2 to be provided as an environment variable.
### Basic command
```bash
docker run -e BRENNAN_URL= -p 8080:80 ghcr.io/andrewl/brennan-tng:latest
```
### Example
If your Brennan B2 is available at `http://192.168.0.5`, run:
```bash
docker run -e BRENNAN_URL=http://192.168.0.5 -p 8080:80 ghcr.io/andrewl/brennan-tng:latest
```
Then open your browser and navigate to:
```
http://localhost:8080
```
The visual template is based on the LCARS designs from:
**TheLCARS.com**