Big restructuring

This commit is contained in:
2025-05-20 00:13:45 +02:00
parent efe994a4c5
commit f748f9cef1
44 changed files with 697 additions and 469 deletions

View File

@@ -31,5 +31,5 @@ The Nginx File Server role is ideal for hosting static files, sharing resources
- [Nginx Official Website](https://nginx.org/)
- [Let's Encrypt](https://letsencrypt.org/)
- [HTTP File Server (Wikipedia)](https://en.wikipedia.org/wiki/HTTP_File_Server)
- [HTTP File Server (Wikipedia)](https://en.wikipedia.org/wiki/HTTP_file-server)
- [HTTPS (Wikipedia)](https://en.wikipedia.org/wiki/HTTPS)

View File

@@ -1,2 +1,2 @@
application_id: "file_server"
domain: "{{ domains | get_domain(application_id) }}"
application_id: "file-server"
domain: "{{ domains | get_domain(application_id) }}"