From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mail.toke.dk; dkim=pass header.d=irif.fr header.i=@irif.fr header.a=rsa-sha256 header.s=dkim-irif header.b=C1g9nwXe; arc=none (Message is not ARC signed); dmarc=none 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 529CD135C447 for ; Sat, 18 Jul 2026 15:30:21 +0200 (CEST) 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 66IDUIhn012620; Sat, 18 Jul 2026 15:30:18 +0200 Received: from mailhub.math.univ-paris-diderot.fr (unknown [127.0.0.1]) by mailhub.math.univ-paris-diderot.fr (Postfix) with ESMTP id A9B5D207AB; Sat, 18 Jul 2026 15:30:18 +0200 (CEST) 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=1784381417; x=1785245418; bh= ZHdhKc9Hs5+uv5f0iM1O/nOB+di+HNDW26GwU1LXOMQ=; b=C1g9nwXe3uD540J6 Xg9e1LgZdlFBrIzy14g3KVWHzMi/NMxoNAkArOlSIcMTl6lIJd9fdKs2DHPTiqqH aFw6d/WkFBlCNMhvyIJLjkDT4hphUyFEeJt4nslR3PabYMtD/o8/5r9nUyObHnx8 AvcNjTtUQMeVkkX/kFX8Q7hcvHPuuUhdNBb+I3+s4uPcSq6MFtctyFool0cqNvKw fup/Bit7SFvpbVSJ5lvY09SWLlQBZlz6zP1gc3rJa+ApvM0xOcxvh2PcNm6EusO9 NdHj8QxfaUTdWpnIARAfpB/3bFAE8sZmPitW7reDIP8z/eEDuoRg/f5fbg55FiZp nHwb1g== 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 hm2-GHCqf0AB; Sat, 18 Jul 2026 15:30:17 +0200 (CEST) Received: from trurl.irif.fr (unknown [82.64.191.149]) (Authenticated sender: jch) by mailhub.math.univ-paris-diderot.fr (Postfix) with ESMTPSA id BD43920749; Sat, 18 Jul 2026 15:30:17 +0200 (CEST) Date: Sat, 18 Jul 2026 15:30:17 +0200 Message-ID: <87se5go26u.wl-jch@irif.fr> From: Juliusz Chroboczek To: =?ISO-8859-1?Q?Timoth=E9e?= Jaussoin Cc: galene@lists.galene.org In-Reply-To: References: User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/30.2 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]); Sat, 18 Jul 2026 15:30:18 +0200 (CEST) X-Miltered: at korolev with ID 6A5B7FEA.001 by Joe's j-chkmail (http : // j-chkmail dot ensmp dot fr)! X-j-chkmail-Enveloppe: 6A5B7FEA.001 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 : 6A5B7FEA.001 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: VZPV6XEHUZ3CSEIX5CVGREXQYBYXZURP X-Message-ID-Hash: VZPV6XEHUZ3CSEIX5CVGREXQYBYXZURP X-MailFrom: jch@irif.fr X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list Subject: [Galene] Re: Galene HTTP API error and various feedback 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: > 1. Its not written in the documentation that the API authentication is > actually using Basic Auth, its a small thing but I had to dive in into > galenectl code to understand that Done, thanks. > 2. I'd really like to be able to directly pass the admin-username and > admin-password or directly an admin-api-key when launching ./galene, this > will allow projects that wraps Galene like mine to not have to deal with > galenectl and its custom file and generate a random username/password or > api-key each time galene is launched. I'm sorry, but that won't happen. I'm using command-line options only for those parameters that cannot be changed at runtime; for anything else, the config file is used. (Shouldn't you be using an admin token instead of a username/password pair?) -- Juliusz