mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-22 12:29:39 +01:00
17 lines
539 B
Markdown
17 lines
539 B
Markdown
# Nginx Domain Setup Role 🚀
|
|
|
|
This role streamlines your Nginx configuration by performing several essential tasks:
|
|
|
|
- **Modify Nginx configuration** with the `nginx-modifier-all` role.
|
|
- **Request and receive HTTPS certificates** using the `nginx-https-get-cert` role.
|
|
- **Deploy a domain configuration file** from a Jinja2 template.
|
|
- **Optionally secure your domain** with OAuth2 via the `docker-oauth2-proxy` role if enabled.
|
|
|
|
## Author
|
|
|
|
Developed by [Kevin Veen-Birkenbach](https://www.veen.world) 😎
|
|
|
|
---
|
|
|
|
Happy automating! 🎉
|