plagiarize weechat setup
This commit is contained in:
parent
33be3a90d2
commit
f8bea96752
1 changed files with 16 additions and 0 deletions
|
@ -33,6 +33,22 @@ nodes['htz-cloud.miniserver'] = {
|
||||||
'exclude_from_backups': True,
|
'exclude_from_backups': True,
|
||||||
},
|
},
|
||||||
'exclude_from_monitoring': True,
|
'exclude_from_monitoring': True,
|
||||||
|
'letsencrypt': {
|
||||||
|
'concat_and_deploy': {
|
||||||
|
'sophie-weechat': {
|
||||||
|
'match_domain': 'i.sophies-kitchen.eu',
|
||||||
|
'target': '/home/sophie/.weechat/ssl/relay.pem',
|
||||||
|
'chown': 'sophie:sophie',
|
||||||
|
'chmod': '0440',
|
||||||
|
'commands': [
|
||||||
|
'echo \'core.weechat */relay sslcertkey\' >> /home/sophie/.weechat/weechat_fifo'
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
'domains': {
|
||||||
|
'i.sophies-kitchen.eu': set(),
|
||||||
|
},
|
||||||
|
},
|
||||||
'nginx': {
|
'nginx': {
|
||||||
'vhosts': {
|
'vhosts': {
|
||||||
'i.sophies-kitchen.eu': {
|
'i.sophies-kitchen.eu': {
|
||||||
|
|
Loading…
Reference in a new issue