From 96672bb020cf60a61ecdb38e683421d7fb30f9aa Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Thu, 9 May 2019 22:41:46 +0200 Subject: [PATCH] Updated README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 673a965..5f21bf8 100644 --- a/README.md +++ b/README.md @@ -16,5 +16,8 @@ Following roles have been defined to make creating a server configuration easy: - **mysql** defines roles for handling mysql databases and users, uses *MariaDB* - **application** installs the main application with automatic backup - **database** configures a database for an external application with its own user +- **nginx** defines roles to set up virtual servers, certificates will be requested by default + - **application** installs and configures the main requirements + - **forward** sets up a forwarding from one domain to another - **server** defines roles using different kind of server applications, applications will be configured using separated system users - **gitea** sets up a git repository using *Gitea* as web overlay