This commit is contained in:
mwiegand 2021-07-17 01:16:23 +02:00
parent b2c9a0afd0
commit e859467b0c
2 changed files with 11 additions and 0 deletions

View file

@ -1 +1,2 @@
password = "${node.metadata.get('rspamd/web_password')}";
secure_ip = "0.0.0.0"

View file

@ -8,6 +8,16 @@ defaults = {
'rspamd': {},
},
},
'nginx': {
'vhosts': {
'rspamd.sublimity.de': {
'content': 'nginx/proxy_pass.conf',
'context': {
'target': 'http://localhost:11334',
},
},
},
},
'rspamd': {
'web_password': repo.vault.password_for(node.name + ' rspamd web password'),
'ignore_spam_check_for_ips': [],