From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mail.toke.dk; spf=pass (mailfrom) smtp.mailfrom=irif.fr (client-ip=2001:660:3301:8000::1:2; helo=korolev.univ-paris7.fr; envelope-from=jch@irif.fr; receiver=) Authentication-Results: mail.toke.dk; dkim=pass (2048-bit key; unprotected) header.d=irif.fr header.i=@irif.fr header.a=rsa-sha256 header.s=dkim-irif header.b=bKZo3uIO Received: from korolev.univ-paris7.fr (korolev.univ-paris7.fr [IPv6:2001:660:3301:8000::1:2]) by mail.toke.dk (Postfix) with ESMTPS id 6E50D9C5C0D for ; Thu, 24 Nov 2022 21:05:44 +0100 (CET) Received: from mailhub.math.univ-paris-diderot.fr (mailhub.math.univ-paris-diderot.fr [81.194.30.253]) by korolev.univ-paris7.fr (8.14.4/8.14.4/relay1/82085) with ESMTP id 2AOK5haX017619; Thu, 24 Nov 2022 21:05:43 +0100 Received: from mailhub.math.univ-paris-diderot.fr (localhost [127.0.0.1]) by mailhub.math.univ-paris-diderot.fr (Postfix) with ESMTP id D2D42D5BA8; Thu, 24 Nov 2022 21:05:43 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=irif.fr; h= content-type:content-type:mime-version:user-agent:references :in-reply-to:subject:subject:from:from:message-id:date:date :received:received; s=dkim-irif; t=1669320342; x=1670184343; bh= e94I8PyYsiQzB+3B5TPjO55luZurYWVvvWnPkxrhMiE=; b=bKZo3uIO6pEMqOgj jEYHP7C+Pa1p/aw3vlLoJI8RTZHn5W2T4dM1+bc+MjaRztfXzEj09H6tl8kV6R8K 1VD0R+DtX+Vtde5Fp4aui5zCVv2oRPe/jIqr+ygKS3Ew2n8lAlo8TMWRDg3kdl7K DVFTVIEBKmd+NhPz3Q8ROyn4yA/0vJTdE4lhZ/3pCjB94ml96dcThhXzCnn+r690 kzxOZxnk/sKhxTs1L9UoaKsiVJNf7K649qyaNrFdD0Au492gsvhfJIJpQLPfYsiY VuZrs4osVLHtidtgHvVdD6FP9FxL/se0bsajSYFB7ee5Bdvvp0urxq+FoNVrhZXX k8trrA== X-Virus-Scanned: amavisd-new at math.univ-paris-diderot.fr Received: from mailhub.math.univ-paris-diderot.fr ([127.0.0.1]) by mailhub.math.univ-paris-diderot.fr (mailhub.math.univ-paris-diderot.fr [127.0.0.1]) (amavisd-new, port 10023) with ESMTP id yHrAqVkbzX96; Thu, 24 Nov 2022 21:05:42 +0100 (CET) Received: from pirx.irif.fr (unknown [78.194.40.74]) (Authenticated sender: jch) by mailhub.math.univ-paris-diderot.fr (Postfix) with ESMTPSA id 4A9E4D5BA6; Thu, 24 Nov 2022 21:05:42 +0100 (CET) Date: Thu, 24 Nov 2022 21:05:42 +0100 Message-ID: <87h6yow221.wl-jch@irif.fr> From: Juliusz Chroboczek To: Han So In-Reply-To: <5026BF9F-202C-44B6-98CA-8C4A3D0C53B6@gmail.com> References: <5026BF9F-202C-44B6-98CA-8C4A3D0C53B6@gmail.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/28.1 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (korolev.univ-paris7.fr [194.254.61.138]); Thu, 24 Nov 2022 21:05:43 +0100 (CET) X-Miltered: at korolev with ID 637FCE97.000 by Joe's j-chkmail (http : // j-chkmail dot ensmp dot fr)! X-j-chkmail-Enveloppe: 637FCE97.000 from mailhub.math.univ-paris-diderot.fr/mailhub.math.univ-paris-diderot.fr/null/mailhub.math.univ-paris-diderot.fr/ X-j-chkmail-Score: MSGID : 637FCE97.000 on korolev.univ-paris7.fr : j-chkmail score : . : R=. U=. O=. B=0.000 -> S=0.000 X-j-chkmail-Status: Ham Message-ID-Hash: NUCE7GFEUNXMIGCRLTEWUPQ5X6FJTX5R X-Message-ID-Hash: NUCE7GFEUNXMIGCRLTEWUPQ5X6FJTX5R X-MailFrom: jch@irif.fr X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: galene@lists.galene.org X-Mailman-Version: 3.3.7 Precedence: list Subject: [Galene] Re: Client/server setup? List-Id: =?utf-8?q?Gal=C3=A8ne_videoconferencing_server_discussion_list?= Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: > Has anyone done client server separation? Meaning the UI is on > a different server than the server? Sure. After the HTML/JS code is downloaded, the client connects to the WebSocket specified in the "endpoint" field of the .status.json file: $ curl https://galene.org:8443/group/public/.status.json So you'd simply need to hack the code to provide a URL on a different server: https://github.com/jech/galene/blob/master/group/group.go#L1223 You'll probably also need to tweak the CORS headers. -- Juliusz