diff options
Diffstat (limited to 'radicale.html')
| -rw-r--r-- | radicale.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/radicale.html b/radicale.html index 35dbf7d..029de7c 100644 --- a/radicale.html +++ b/radicale.html @@ -18,7 +18,7 @@ <h2>Installing Radicale</h2> <p>Firstly, we have to install radicale on our system, luckily for us radicale is packaged for the most used distros.</p> <pre><code>apt install radicale apache2-utils</code></pre> - <p>Next we need to configure Radicale. We configure radicale to be accessible from other machines, how Radicale and where the files should be stored. Open /etc/radicale/config with your favourite editor and add this configuration.</p> + <p>Next we need to configure Radicale. We configure radicale to be accessible from other machines, how Radicale handles users and where the files should be stored. Open /etc/radicale/config with your favourite editor and add this configuration.</p> <pre><code>[server] # Bind all addresses hosts = 0.0.0.0:5232, [::]:5232 |
