diff --git a/pottwal.yml b/pottwal.yml index e8758a1..ba721da 100644 --- a/pottwal.yml +++ b/pottwal.yml @@ -158,6 +158,14 @@ volumes: - "{{ prosody_data }}/var/www:/public:ro" + - name: Setup proxy site jabber.n39.eu + # point to static website for now + include_role: + name: setup-http-site-proxy + vars: + site_name: "jabber.n39.eu" + proxy_port: "{{ jabber_host_port }}" + - name: Check if hedgedoc data dir exists ansible.builtin.stat: path: "{{ data_dir }}/hedgedoc"