Enphase-Envoy-MQTT (ghcr.io/joaogalaghar/enphase-envoy-mqtt-unraid:latest)

Unraid packaging and configuration layer for vk2him/Enphase-Envoy-mqtt-json.<br> Reads real-time data from an Enphase Envoy Gateway and publishes it to an MQTT broker.<br> Includes optional Victron Cerbo GX / Venus OS integration examples.

2026/8/8
阅读更多

emby-insights (ghcr.io/mrt187/emby-insights:latest)

Emby Insights is a personal, mobile-first media dashboard for Emby users. It complements the<br>Emby player instead of replacing it: personal playback statistics (genres, weekdays, watch<br>hours, longest sessions, most active days), a detail view per title, recently watched content,<br>recommendations, upcoming movies/shows, and optional media requests via Seerr — all in one<br>place, backed by the user's normal Emby login.<br><br>The first Emby account to log in via the dashboard is automatically made the Emby Insights<br>admin and configures everything else (library selection, optional Seerr/Radarr/Sonarr/TMDB/OMDB<br>integrations) from the Verwaltung/Admin screen at runtime — no container restart needed.<br><br>This is an all-in-one image: the Emby Insights backend, PostgreSQL, and Redis all run inside<br>this single container, persisted under /config. For personal playback statistics you also need<br>the companion Emby Insights Plugin installed on your Emby server:<br>https://github.com/mrt187/emby-insights-plugin/releases/latest<br><br>UI is available in German and English, selectable by the admin.

2026/8/7
阅读更多

topographer (ghcr.io/fugginold/topographer:latest)

Homelab network and hardware topology dashboard. Scanners and collectors map your<br> machines and your LAN, a pipeline normalizes and enriches the result (vendor lookup,<br> VLAN by subnet, device kind), and the dashboard draws it live in the browser.<br> Reporting agents on other hosts push their own map plus telemetry to this server.<br> Also serves per-host service widgets and live Glances metrics.<br><br> Point agents at it with: TOPO_SERVER=http://[Unraid-IP]:8770<br><br> Host networking is the default on purpose: the ping/arp/nmap collectors need to see<br> the real LAN, and pushes from agents keep their true source IP (each card is labelled<br> by it). Bridge mode works for the dashboard itself but discovery will be blind.

2026/8/7
阅读更多

CineDock (ghcr.io/cinedock/cinedock:latest)

A cinematic, television-first interface for the Emby, Jellyfin or Plex server you already run. CineDock uses your existing users and libraries and includes a plain-English setup wizard.

2026/8/7
阅读更多

arraycad (ghcr.io/stoatworks-labs/arraycad:latest)

Converts CAD drawings to d&amp;b ArrayCalc and Soundvision venue data. Runs entirely in the browser.

2026/8/7
阅读更多

aspect-calc (ghcr.io/stoatworks-labs/aspect-calc:latest)

Aspect ratio, pixel pitch and screen geometry calculator. Runs entirely in the browser.

2026/8/7
阅读更多

atem-overseer (ghcr.io/stoatworks-labs/atem-overseer:latest)

Fleet dashboard for Blackmagic ATEM switchers — status, health and restreaming across every switcher on the network.<br><br>Note: packages/server/src/discovery.ts uses multicast-dns. Bridge networking silently discovers nothing, so the template ships host networking. Devices can still be added by IP in bridge mode if you prefer isolation.

2026/8/7
阅读更多

atem-scopes (ghcr.io/stoatworks-labs/atem-scopes:latest)

Waveform, vectorscope and histogram for a captured video source. Analysis happens in the page and video never leaves the browser.<br><br>Note: buildCmd is `static:build`, NOT `build`. In this repo `npm run build` is `electron-vite build` and produces the desktop app, not the static site — it would populate out/ and leave dist/ stale or absent, and the image would either fail to copy or silently serve an old build.

2026/8/7
阅读更多

blend-calc (ghcr.io/stoatworks-labs/blend-calc:latest)

Projector edge-blend calculator with Resolume export. Runs entirely in the browser.

2026/8/7
阅读更多

caspar-av (ghcr.io/stoatworks-labs/caspar-av:latest)

CasparCG show control server — cue lists, AMCP bridging and OSC control.<br><br>Note: Two things a Rust-only Dockerfile gets wrong here. `web/` is NOT tracked in git — console/vite.config.ts builds into ../web with emptyOutDir — so the image needs a Node stage before the Rust one or it ships a server whose ServeDir points at nothing and 404s every page. And `--web` defaults to the relative path `web`, which resolves against the working directory, so the runtime stage passes an absolute /app/web rather than relying on WORKDIR.

2026/8/7
阅读更多

flock (ghcr.io/stoatworks-labs/flock:latest)

Discovers and controls networked AV devices from one dashboard.<br><br>Note: This repo already had a hand-written Dockerfile and docker-compose.yml before this fleet sweep, and they are better informed than anything generated — in particular the note about Debian's ffmpeg possibly lacking SRT input support. The generator does NOT overwrite them. Only the CA template and the GHCR workflow are added here.<br><br>This container uses host networking because it discovers devices over mDNS/broadcast, which Docker's bridge network does not reliably forward. In bridge mode discovery finds nothing rather than reporting an error.

2026/8/7
阅读更多

pixel-peeker-lite (ghcr.io/stoatworks-labs/pixel-peeker-lite:latest)

Pixel Peeker without the NovaStar export path. Runs entirely in the browser.

2026/8/7
阅读更多

pixel-peeker (ghcr.io/stoatworks-labs/pixel-peeker:latest)

LED wall designer and capacity calculator. Runs entirely in the browser.

2026/8/7
阅读更多

pmse-to-wwb (ghcr.io/stoatworks-labs/pmse-to-wwb:latest)

Turns an Ofcom PMSE licence schedule PDF into Shure Wireless Workbench import files. The PDF is parsed on the server and is not stored.<br><br>Note: This was a static-prebuilt image serving site/ until 2026-08-05, and that was wrong: site/ is a four-file LANDING page pointing at RFutils, not the app. The app is backend/ (FastAPI, uvicorn on 8000) plus frontend/, and the repo's own Dockerfile has always built it. Generating over that replaced a working converter with a signpost. hasOwnDocker now leaves the Dockerfile and compose alone, and the kind exists only so the template reads port 8000 rather than the 80 a static kind forces — nothing generates a Python image, and nothing needs to.

2026/8/7
阅读更多

rfutils (ghcr.io/stoatworks-labs/rfutils:latest)

RF coordination toolkit — scanning, frequency planning and wireless monitoring in one server.<br><br>Note: Discovers receivers over the LAN, so the template ships host networking. Port is read from RFUTILS_SERVER_PORT (falling back to PORT, then 8420).<br><br>This container uses host networking because it discovers devices over mDNS/broadcast, which Docker's bridge network does not reliably forward. In bridge mode discovery finds nothing rather than reporting an error.

2026/8/7
阅读更多

simple-rta (ghcr.io/stoatworks-labs/simple-rta:latest)

Real-time analyser, spectrograph and meter. Audio is captured and analysed in the page and never leaves the browser.<br><br>Note: The CSP in public/_headers allows microphone capture from 'self' only. Serving this over plain HTTP from a non-localhost address will make the browser refuse microphone access regardless of the CSP — getUserMedia requires a secure context. Put it behind your reverse proxy's TLS if you want it on the LAN.

2026/8/7
阅读更多

srt-router (ghcr.io/stoatworks-labs/srt-router:latest)

Crosspoint router for SRT video streams, with a web control UI.<br><br>Note: Built with default features. NDI is included but loads its runtime with dlopen at run time, so the image links no NDI SDK and ships no NDI runtime — the NDI transport is simply unavailable inside the container unless you mount a runtime yourself. The `omt` feature is left off deliberately: omt-io still links its SDK at build time, and that SDK is not redistributable.<br><br>This container uses host networking because it discovers devices over mDNS/broadcast, which Docker's bridge network does not reliably forward. In bridge mode discovery finds nothing rather than reporting an error.

2026/8/7
阅读更多

stagewash (ghcr.io/stoatworks-labs/stagewash:latest)

Stage lighting coverage calculator. Project data never leaves the browser.

2026/8/7
阅读更多

test-card (ghcr.io/stoatworks-labs/test-card:latest)

Generates test-pattern PNGs from an output map. Runs entirely in the browser.

2026/8/7
阅读更多

thumbnail-generator (ghcr.io/stoatworks-labs/thumbnail-generator:latest)

Builds labelled source thumbnail cards for a multiviewer, downloaded as a ZIP. Runs entirely in the browser.

2026/8/7
阅读更多