Setup MQTT

This commit is contained in:
Gene Liverman 2025-06-11 21:47:27 -04:00
parent 5f2005a8c3
commit 91d8478c9b
6 changed files with 120 additions and 3 deletions

View file

@ -152,6 +152,12 @@ in {
"/_synapse/client".proxyPass = "http://[::1]:8008";
};
};
"mqtt.${domain}" = {
enableACME = true;
acmeRoot = null;
forceSSL = true;
locations."/".return = "301 https://beanbag.technicalissues.us";
};
"ot.${domain}" = {
enableACME = true;
acmeRoot = null;