mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
In between commit, updated matrix and optimized mailu
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
{# This is the nginx configuration file for the proxy server #}
|
||||
|
||||
server
|
||||
{
|
||||
server_name {{ domain }};
|
||||
|
@@ -1,7 +1,17 @@
|
||||
users:
|
||||
administrator:
|
||||
username: "administrator"
|
||||
username: "administrator"
|
||||
no-reply:
|
||||
username: "no-reply"
|
||||
username: "no-reply"
|
||||
roles:
|
||||
- mail-bot
|
||||
- mail-bot
|
||||
limits:
|
||||
rate: "60 / 1min"
|
||||
burst: 3600
|
||||
test12345:
|
||||
username: "treset12345"
|
||||
roles:
|
||||
- mail-bot
|
||||
limits:
|
||||
rate: "60 / 1min"
|
||||
burst: 3600
|
Reference in New Issue
Block a user