From 3ede224d7b3bc95f45c73a73375c0ad1b911fa1c Mon Sep 17 00:00:00 2001 From: Cullum Smith Date: Fri, 13 Dec 2024 20:53:47 -0500 Subject: add matrix hostclass --- vars/hostclass/matrix_server | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 vars/hostclass/matrix_server (limited to 'vars/hostclass/matrix_server') diff --git a/vars/hostclass/matrix_server b/vars/hostclass/matrix_server new file mode 100644 index 0000000..08ee685 --- /dev/null +++ b/vars/hostclass/matrix_server @@ -0,0 +1,7 @@ +#!/bin/sh + +synapse_federation_port=8448 + +allowed_tcp_ports="ssh http https ${synapse_federation_port}" +acme=true +nginx_public=true -- cgit v1.2.3