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=) 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 8C6417BD7C2 for ; Wed, 23 Dec 2020 14:33:59 +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 0BNDXxTX022226; Wed, 23 Dec 2020 14:33:59 +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 5A774115B5; Wed, 23 Dec 2020 14:33:59 +0100 (CET) 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 DZaXnwaxah6B; Wed, 23 Dec 2020 14:33:57 +0100 (CET) Received: from pirx.irif.fr (82-64-141-196.subs.proxad.net [82.64.141.196]) (Authenticated sender: jch) by mailhub.math.univ-paris-diderot.fr (Postfix) with ESMTPSA id 86B25115B3; Wed, 23 Dec 2020 14:33:57 +0100 (CET) Date: Wed, 23 Dec 2020 14:33:48 +0100 Message-ID: <87y2ho1war.wl-jch@irif.fr> From: Juliusz Chroboczek To: Jeroen van Veen In-Reply-To: <0bovnrx2Yq176RacwUPyC-0d5CP90GDlmJ-X1A91KkSxoD6RsctVvD7l6PJ8bJTjvjWWxFs30MZ0pvqPbQ96TIxWIP9kpxFDTFTgQ2H4kLU=@protonmail.com> References: <0bovnrx2Yq176RacwUPyC-0d5CP90GDlmJ-X1A91KkSxoD6RsctVvD7l6PJ8bJTjvjWWxFs30MZ0pvqPbQ96TIxWIP9kpxFDTFTgQ2H4kLU=@protonmail.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.1 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=ISO-8859-1 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (korolev.univ-paris7.fr [194.254.61.138]); Wed, 23 Dec 2020 14:33:59 +0100 (CET) X-Miltered: at korolev with ID 5FE34747.000 by Joe's j-chkmail (http : // j-chkmail dot ensmp dot fr)! X-j-chkmail-Enveloppe: 5FE34747.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 : 5FE34747.000 on korolev.univ-paris7.fr : j-chkmail score : . : R=. U=. O=. B=0.000 -> S=0.000 X-j-chkmail-Status: Ham Content-Transfer-Encoding: quoted-printable Message-ID-Hash: MYNOQ63LCJMDSS3SURC4DJVMUILPAQJI X-Message-ID-Hash: MYNOQ63LCJMDSS3SURC4DJVMUILPAQJI 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; suspicious-header CC: "galene@lists.galene.org" X-Mailman-Version: 3.3.2 Precedence: list Subject: [Galene] Re: Docker config? List-Id: =?utf-8?q?Gal=C3=A8ne_videoconferencing_server_discussion_list?= Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Thanks for the kind words, Jeroen. > * Create small docker image for one-line "try-out" setup That's cool. I'm not going to include it in Galene, since I don't run Docker myself and would be unable to maintain your contribution, but I'll be glad to put a link to the galene.org page. Please let me know when it's tested and you believe it's ready for public consumption. > * Move most documentation from the README to a Github wiki > (https://github.com/garage44/galene/wiki) I'm trying to avoid relying too much on third parties, and to keep as muc= h as possible within Git. A git repository is easy to migrate if we decide to change providers, not so with a Github wifi. If people think that a Wiki is necessary, we could conceivably put one on galene.org. (Toke, who's kindly administering this mailing list, is publishing the list archives as a Git repository, so that we can migrate away at any point. I see no reason to migrate away from Toke, but I wouldn't want to use a mailing list provider who doesn't make that possible.) (Now if somebody were to design a usable issue tracker that allows easy migration, my happiness would be complete.) > * Rename README to README.md > It's annoying that Github doesn't parse a README as markdown by default= , > but it improves the readability on the Github frontpage a lot. Yep. I've reported the issue to the Github people, they told me to f*ck = off. Another reason to avoid relying too much on Github. > * Option to disable TLS > Would it be an idea to let Nginx sort this out? Most people are already > familiar with a Letsencrypt/Certbot/Nginx=20 > setup. Galene could have less config in that case to worry about. Yes, that makes sense. The reason Gal=E8ne doesn't support HTTP is that WebRTC requires a secure context. I'd be glad to accept a pull request t= o conditionally disable HTTPS. -- Juliusz