mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-04 18:22:26 +00:00
Generate documentation
This commit is contained in:
parent
12ea275761
commit
3ffb810652
1 changed files with 10 additions and 5 deletions
15
master.html
15
master.html
|
@ -369,8 +369,10 @@ now". Wait a couple of minutes, it's done!</p>
|
||||||
<section class="level5" id="common">
|
<section class="level5" id="common">
|
||||||
<h5>Common <a class="headerlink" href="#common">¶</a></h5>
|
<h5>Common <a class="headerlink" href="#common">¶</a></h5>
|
||||||
<p>Victory! Open <a href="http://localhost:5232">http://localhost:5232</a> in your browser!
|
<p>Victory! Open <a href="http://localhost:5232">http://localhost:5232</a> in your browser!
|
||||||
You can log in with any username and password (no authentication is
|
You can log in with any username and password as no authentication is
|
||||||
required as long as not proper configured - INSECURE).</p>
|
required by example option <code>--auth-type none</code>. But this is
|
||||||
|
INSECURE, see <a href="#auth">Configuration/Authentication</a> for
|
||||||
|
more.</p>
|
||||||
<p>Just note that default configuration for security reason binds the
|
<p>Just note that default configuration for security reason binds the
|
||||||
server to <code>localhost</code> (IPv4: <code>127.0.0.1</code>, IPv6:
|
server to <code>localhost</code> (IPv4: <code>127.0.0.1</code>, IPv6:
|
||||||
<code>::1</code>). See <a href="#addresses">Addresses</a> and <a href="#server">Configuration/Server</a> for more.</p>
|
<code>::1</code>). See <a href="#addresses">Addresses</a> and <a href="#server">Configuration/Server</a> for more.</p>
|
||||||
|
@ -394,9 +396,12 @@ passed via command line arguments.)</p>
|
||||||
<p>All configuration options are described in detail in the <a href="#configuration">Configuration</a> section.</p>
|
<p>All configuration options are described in detail in the <a href="#configuration">Configuration</a> section.</p>
|
||||||
<section class="level4" id="authentication">
|
<section class="level4" id="authentication">
|
||||||
<h4>Authentication <a class="headerlink" href="#authentication">¶</a></h4>
|
<h4>Authentication <a class="headerlink" href="#authentication">¶</a></h4>
|
||||||
<p>In its default configuration Radicale doesn't check usernames or
|
<p>In its default configuration since 3.2.2 Radicale rejects by default
|
||||||
passwords. If the server is reachable over a network, you should change
|
all authentication by <code>type = denyall</code> until explicitly
|
||||||
this.</p>
|
configured.</p>
|
||||||
|
<p>Before 3.2.2 it didn't check usernames or passwords, and if the
|
||||||
|
server is reachable over a network, you should change this as soon as
|
||||||
|
possible.</p>
|
||||||
<p>First a <code>users</code> file with all usernames and passwords must
|
<p>First a <code>users</code> file with all usernames and passwords must
|
||||||
be created. It can be stored in the same directory as the configuration
|
be created. It can be stored in the same directory as the configuration
|
||||||
file.</p>
|
file.</p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue