<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://err404.numericore.com/en/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>Err404 - notes:file_server_training:galene</title>
        <description></description>
        <link>https://err404.numericore.com/en/</link>
        <lastBuildDate>Sun, 31 May 2026 16:25:33 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://err404.numericore.com/en/_media/wiki/dokuwiki.svg</url>
            <title>Err404</title>
            <link>https://err404.numericore.com/en/</link>
        </image>
        <item>
            <title>start</title>
            <link>https://err404.numericore.com/en/notes/file_server_training/galene/start</link>
            <description>
&lt;p&gt;
Galène is a video conferencing server that is easy to deploy and requires few server resources. &lt;a href=&quot;https://galene.org/&quot; class=&quot;urlextern&quot; title=&quot;https://galene.org/&quot;&gt;https://galene.org/&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
For Yunohost, you will need to assign it a domain name or subdomain, for example visio.err404.numericore.com&lt;br /&gt;
&lt;span class=&quot;wrap_important &quot;&gt;&lt;span style=&#039;color:rgb(0%,0%,0%); &#039;&gt;If you do not have a public IPv6 address to assign to this machine, it will be very difficult to provide a real video conferencing service.
(It won&amp;#039;t work for everyone, and it&amp;#039;s best not to assign a public IPv4 address until you have a working TURN service.)&lt;/span&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;plugin_wrap_start&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;secid&amp;quot;:1,&amp;quot;range&amp;quot;:&amp;quot;0-&amp;quot;} --&gt;&lt;div class=&quot;wrap_button plugin_wrap&quot;&gt;
&lt;p&gt;
&lt;a href=&quot;http://visio.err404.numericore.com&quot; class=&quot;urlextern&quot; title=&quot;http://visio.err404.numericore.com&quot;&gt;Galène Demo&lt;/a&gt;
&lt;/p&gt;
&lt;/div&gt;&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;plugin_wrap_end&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;secid&amp;quot;:2,&amp;quot;range&amp;quot;:&amp;quot;0-&amp;quot;} --&gt;
&lt;p&gt;
In my Galène, I wanted to be the administrator (op), but I also wanted visitors to have some rights to present their screen or other things, so I added the line ‘’“presenter”: [{}],‘’ before the description, and I restarted the Galène service.&lt;br /&gt;
Here is what my public.json file looks like:
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;{
   &amp;quot;users&amp;quot;:{
      &amp;quot;err404&amp;quot;:{
         &amp;quot;permissions&amp;quot;:&amp;quot;op&amp;quot;,
         &amp;quot;password&amp;quot;:{&amp;quot;type&amp;quot;:&amp;quot;pbkdf2&amp;quot;,&amp;quot;hash&amp;quot;:&amp;quot;sha-256&amp;quot;,&amp;quot;key&amp;quot;:&amp;quot;xxxxxxxxxxxxxxxxxx&amp;quot;,&amp;quot;salt&amp;quot;:&amp;quot;yyyyyyyyyyyyyyyy&amp;quot;,&amp;quot;iterations&amp;quot;:4096}
         }
      },
      &amp;quot;presenter&amp;quot;: [{}],
      &amp;quot;description&amp;quot;:&amp;quot;name or password are optionals&amp;quot;,
      &amp;quot;public&amp;quot;:true,
      &amp;quot;allow-recording&amp;quot;:true,
      &amp;quot;auto-subgroups&amp;quot;:true
}&lt;/pre&gt;
</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 15 Aug 2025 19:30:15 +0000</pubDate>
        </item>
    </channel>
</rss>
