From 3ee7076324f465c2e59339042d0aa924d00b86d8 Mon Sep 17 00:00:00 2001 From: Jocomol Date: Fri, 8 Oct 2021 10:58:46 +0200 Subject: added missing words in a sentence --- radicale.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radicale.html b/radicale.html index 35dbf7d..029de7c 100644 --- a/radicale.html +++ b/radicale.html @@ -18,7 +18,7 @@

Installing Radicale

Firstly, we have to install radicale on our system, luckily for us radicale is packaged for the most used distros.

apt install radicale apache2-utils
-

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.

+

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.

[server]
 # Bind all addresses
 hosts = 0.0.0.0:5232, [::]:5232
-- 
cgit v1.2.3