Compare commits

..

No commits in common. "937b3c99b7e9f4cab53aefdd34298bf267633c22" and "36c70f4016c80216d61361fc38fb7c63974e509e" have entirely different histories.

2 changed files with 6 additions and 8 deletions

View File

@ -229,7 +229,7 @@ profile:
general:
MediaDownloadSize: 1000000000
MediaDownloadPath: {{ mediapath }}chillnet
MediaServerDownload: https://up.chillnet.org
MediaServerDownload: https://uploads.chillnet.org
accounts:
irc.chillnet:
Server: irc.chillnet.org:6697

View File

@ -44,11 +44,11 @@
- proxy_set_header: Host $http_host
- resolver: '{{ resolver }} ipv4=off valid=24h'
{%- endmacro -%}
{%- macro matterbridge_media(domain, name, tls='load') -%}
{%- macro matterbridge_media(domain, name) -%}
- server:
- include:
- snippets/listen
- snippets/tls_{{ tls }}
- snippets/tls_load
- snippets/tls
- server_name: {{ domain }}
- location /:
@ -71,7 +71,6 @@ nginx:
{{ nginx_crtkeypair('meet', 'meet.com.de') | indent }}
{{ nginx_crtkeypair('takahe', 'social.liberta.casa') | indent }}
{{ nginx_crtkeypair('pub_sectigo', 'pub') | indent }}
{{ nginx_crtkeypair('up.chillnet.org', 'up.chillnet.org') | indent }}
{#- locations shared between clearnet and Tor LibertaCasa servers #}
libertacasa:
@ -319,8 +318,7 @@ nginx:
config:
{{ matterbridge_media('load.casa', 'libertacasa-general') }}
{{ matterbridge_media('irc.load.casa', 'libertacasa-irc') }}
{{ matterbridge_media('up.chillnet.org', 'chillnet', 'up.chillnet.org') }}
{{ matterbridge_media('uploads.chillnet.org', 'chillnet') }}
meet.conf:
config:
- server: