-
Nginx Proxy Manager
Docker container for managing Nginx proxy hosts with a simple, powerful interface
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
I use an automated nginx reverse proxy. What this does is setup an nginx reverse proxy which uses docker-gen (follow the advice of setting it up separately). docker-gen listens for docker events such as a container being run, inspects that container for the details it needs (port, host, etc.) then configures the nginx accordingly.
-
I use an automated nginx reverse proxy. What this does is setup an nginx reverse proxy which uses docker-gen (follow the advice of setting it up separately). docker-gen listens for docker events such as a container being run, inspects that container for the details it needs (port, host, etc.) then configures the nginx accordingly.
-
That dashboard is a static site generated by a tinyhome script that I forked and tweaked to add a few minor features, then served via lighttp in a docker container. Pretty simple to update, just edit the config.csv and have the tinyhome script output replace the previous dashboard page. It's lightning-fast on my Raspberry Pi. my tinyhome changes