How to use Caddy server certificates for non-http traffic?

Caddy server is a great web server for securing connections automatically using TLS. But it is geared towards HTTP traffic. If you have other services running on the same server that require TLS, you can use Caddy’s certificates for them as well.

September 5, 2024 · 2 min
Grafana Dashboard with Prometheus

How to Setup Grafana and Prometheus with Docker Compose?

With a single docker-compose file, you can setup Grafana and Prometheus to monitor your infrastructure. It is easy to setup and maintain.

August 17, 2024 · 2 min