nomad

HCL and Docker files for Nomad deployments
git clone https://git.in0rdr.ch/nomad.git
Log | Files | Refs | Pull requests |Archive

commit a5700425534b2a4787a825970852b09c4a3ca5ad
parent a1ce091713bc7bfb0f804f930621d65f9b45286d
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sat, 14 Jun 2025 12:22:32 +0200

feat(xmpp-web): guest login

Diffstat:
Mhcl/default/xmpp-web/xmpp-web.nomad | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/hcl/default/xmpp-web/xmpp-web.nomad b/hcl/default/xmpp-web/xmpp-web.nomad @@ -63,6 +63,9 @@ job "xmpp-web" { # We route the websocket request directly to the upstream server. # https://github.com/nioc/xmpp-web/blob/master/public/local.js APP_WS = "wss://chat.in0rdr.ch/xmpp-websocket" + + APP_GUEST_DESCRIPTION = "Welcome guest 👋" + XMPP_ANON_HOST = "anon.in0rdr.ch" } config {