sebastian-sommerfeld-io / configs

Configuration as code for all my computers and RasPi nodes.
Other
1 stars 0 forks source link

Switch nginx to HTTPS with Let's Encrypt certs and use NGINX Agent to expose metrics #105

Closed sebastian-sommerfeld-io closed 1 year ago

sebastian-sommerfeld-io commented 1 year ago

Description

This pull request updates the configuration for nginx to use HTTPS with Let's Encrypt certificates instead of HTTP. Additionally, it uses the NGINX Agent to expose metrics to Prometheus and Grafana.

The updated configuration includes the installation and configuration of certbot to obtain and renew Let's Encrypt certificates automatically. The NGINX Agent is used to collect and expose metrics to Prometheus and Grafana. The configuration also includes the necessary changes to nginx to support HTTPS.

91

104

Type of change