1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

Generate documentation

This commit is contained in:
Github Actions 2025-04-23 18:39:18 +00:00
parent 7e59d2d5e8
commit ee9b12363e

29
v3.html
View file

@ -314,12 +314,12 @@ on GitHub</a>.</p>
<p>You want to try Radicale but only have 5 minutes free in your <p>You want to try Radicale but only have 5 minutes free in your
calendar? Let's go right now and play a bit with Radicale!</p> calendar? Let's go right now and play a bit with Radicale!</p>
<p>When everything works, you can get a <a href="#supported-clients">client</a> and start creating calendars and <p>When everything works, you can get a <a href="#supported-clients">client</a> and start creating calendars and
address books. By default, the server only binds to localhost (is not address books. The server, configured with settings from this section,
reachable over the network) and you can log in with any user name and only binds to localhost (is not reachable over the network) and you can
password. When everything works, you may get a local client and start log in with any user name and password. When everything works, you may
creating calendars and address books. If Radicale fits your needs, it get a local client and start creating calendars and address books. If
may be time for some <a href="#basic-configuration">basic Radicale fits your needs, it may be time for some <a href="#basic-configuration">basic configuration</a> to support remote
configuration</a> to support remote clients.</p> clients and desired authentication type.</p>
<p>Follow one of the chapters below depending on your operating <p>Follow one of the chapters below depending on your operating
system.</p> system.</p>
<section class="level4" id="linux--bsd"> <section class="level4" id="linux--bsd">
@ -342,7 +342,7 @@ and activate a virtual environment in advance</p>
<p>Start the service manually, data is stored only for the current <p>Start the service manually, data is stored only for the current
user</p> user</p>
<div class="sourceCode" id="cb4"><pre class="sourceCode bash"><code class="sourceCode bash"><span id="cb4-1"><a aria-hidden="true" href="#cb4-1" tabindex="-1"></a><span class="co"># Start, data is stored for the current user only</span></span> <div class="sourceCode" id="cb4"><pre class="sourceCode bash"><code class="sourceCode bash"><span id="cb4-1"><a aria-hidden="true" href="#cb4-1" tabindex="-1"></a><span class="co"># Start, data is stored for the current user only</span></span>
<span id="cb4-2"><a aria-hidden="true" href="#cb4-2" tabindex="-1"></a><span class="ex">python3</span> <span class="at">-m</span> radicale <span class="at">--storage-filesystem-folder</span><span class="op">=</span>~/.var/lib/radicale/collections</span></code></pre></div> <span id="cb4-2"><a aria-hidden="true" href="#cb4-2" tabindex="-1"></a><span class="ex">python3</span> <span class="at">-m</span> radicale <span class="at">--storage-filesystem-folder</span><span class="op">=</span>~/.var/lib/radicale/collections <span class="at">--auth-type</span> none</span></code></pre></div>
</section> </section>
<section class="level5" id="as-system-user-or-as-root"> <section class="level5" id="as-system-user-or-as-root">
<h5>as system user (or as root) <a class="headerlink" href="#as-system-user-or-as-root">&para;</a></h5> <h5>as system user (or as root) <a class="headerlink" href="#as-system-user-or-as-root">&para;</a></h5>
@ -1152,13 +1152,20 @@ alikes, 'groupMembership' on Novell eDirectory, ...</p>
<section class="level5" id="ldap_use_ssl"> <section class="level5" id="ldap_use_ssl">
<h5>ldap_use_ssl <a class="headerlink" href="#ldap_use_ssl">&para;</a></h5> <h5>ldap_use_ssl <a class="headerlink" href="#ldap_use_ssl">&para;</a></h5>
<p><em>(&gt;= 3.3.0)</em></p> <p><em>(&gt;= 3.3.0)</em></p>
<p>Use ssl on the ldap connection</p> <p>Use ssl on the ldap connection (soon to be deprecated, use
<p>Default: False</p> ldap_security instead)</p>
</section>
<section class="level5" id="ldap_security">
<h5>ldap_security <a class="headerlink" href="#ldap_security">&para;</a></h5>
<p><em>(&gt;= 3.5.2)</em></p>
<p>Use encryption on the ldap connection. none, tls, starttls</p>
<p>Default: none</p>
</section> </section>
<section class="level5" id="ldap_ssl_verify_mode"> <section class="level5" id="ldap_ssl_verify_mode">
<h5>ldap_ssl_verify_mode <a class="headerlink" href="#ldap_ssl_verify_mode">&para;</a></h5> <h5>ldap_ssl_verify_mode <a class="headerlink" href="#ldap_ssl_verify_mode">&para;</a></h5>
<p><em>(&gt;= 3.3.0)</em></p> <p><em>(&gt;= 3.3.0)</em></p>
<p>The certificate verification mode. NONE, OPTIONAL or REQUIRED</p> <p>The certificate verification mode. Works for tls and starttls. NONE,
OPTIONAL or REQUIRED</p>
<p>Default: REQUIRED</p> <p>Default: REQUIRED</p>
</section> </section>
<section class="level5" id="ldap_ssl_ca_file"> <section class="level5" id="ldap_ssl_ca_file">
@ -2083,7 +2090,7 @@ GitHub</a>, or install it directly with:</p>
<ul> <ul>
<li><a href="https://www.archlinux.org/packages/community/any/radicale/">ArchLinux</a> <li><a href="https://www.archlinux.org/packages/community/any/radicale/">ArchLinux</a>
by David Runge</li> by David Runge</li>
<li><a href="http://packages.debian.org/radicale">Debian</a> by Jonas <li><a href="https://packages.debian.org/radicale">Debian</a> by Jonas
Smedegaard</li> Smedegaard</li>
<li><a href="https://packages.gentoo.org/packages/www-apps/radicale">Gentoo</a> <li><a href="https://packages.gentoo.org/packages/www-apps/radicale">Gentoo</a>
by Ren&eacute; Neumann, Maxim Koltsov and Manuel R&uuml;ger</li> by Ren&eacute; Neumann, Maxim Koltsov and Manuel R&uuml;ger</li>