[ e-networld.de ]
Open source · online since 1999

Tools for the homelab, smart home and sim racing.

Five active projects on GitHub: keep an eye on your Docker estate and your Raspberry Pi, read openHAB logs live, sync Plex and Jellyfin, and analyse F1 telemetry. All MIT-licensed, most of them as ready-made Docker images.

5active projects
6Docker images
57,000+Docker pulls
18/09/2026latest release
DockerUpdateGuard dashboard showing the inventory of observed images and runtime containersDockerUpdateGuard 1.3.7

DockerUpdateGuardv1.3.7

Tracks what is actually running in Docker, compares it against registry metadata and shows where updates, vulnerabilities and shared base images need attention.

PiMonitorv0.8.0

A monitoring dashboard for the Raspberry Pi as a single binary: CPU, temperature, memory, network, alert webhooks and a REST API. No database required.

OpenHab Log Viewerv2.5.1

A live web view for the openHAB logs: filter by source, level and text, streaming via Server-Sent Events, with every log line staying visible as its own row.

F1-Telemetryv1.18.4

Receives the UDP telemetry of EA's F1 games from F1 2019 onwards, stores it in a relational database and visualises it in a web interface.

PlexToJellyfinSyncv1.4.0

Cyclically reads the watch state from a Plex server and writes it into the NFO files Jellyfin imports, for movies and series. No Plex Pass needed, with a web dashboard.

More Docker images

no-ip-updater, seriesoverwatch are available on Docker Hub under networlddev, without a public repository on GitHub.

Image overview →

Latest releases

RSS
PlexToJellyfinSync – [Security] Harden dashboard auth, cookies, and container userv1.4.0
PlexToJellyfinSync – Dependencies updatedv1.3.3
F1-Telemetry – Server: `networlddev/f1-telemetry:1.18.4`v1.18.4
DockerUpdateGuard – Expand .editorconfig rules, update Reihitsu.Analyzer versionv1.3.7
PlexToJellyfinSync – Dependencies updatedv1.3.2
OpenHabLogViewer – Dependencies updatedv2.5.1

Generated from GitHub releases. Dependabot-only releases are summarised.

Quick start

Docker

Most projects run with a single command:

# DockerUpdateGuard
docker run -d -p 8080:8080 \
  -v /var/run/docker.sock:/var/run/docker.sock \
  networlddev/dockerupdateguard:latest

Contribute

Found a bug or have an idea? Issues and pull requests are welcome on GitHub. If a tool helps you, a star or a small donation is appreciated.

Report an issue