More specific
This commit is contained in:
parent
4e9093ac21
commit
c3c056d8ea
|
@ -30,6 +30,6 @@ Using cursor keys, space bar and Enter key select *Administrator controls* and t
|
|||
Select *Add/Remove Apps* then *radicale*. If you don't already have an SSL/TLS certificate for your main domain then go to the security settings and create a new Let's Encrypt cert for it. That will ensure that your calendar events have some minimal level of protection from passive surveillance.
|
||||
|
||||
* Setting up on Android
|
||||
Via F-droid install *DAVdroid*. Within *Android Settings* select *Accounts* then *DAVdroid*. Select the URL option rather than the email option. The URL should be https://yourmaindomainname/radicale/. Remember to include the trailing slash on the URL. If you installed Freedombone from a disk image then enter your username and the password which was shown at the start of installation. If not then the password for Radicale will be within the README file within your home directory.
|
||||
Via F-droid install *DAVdroid*. Within *Android Settings* select *Accounts* then *DAVdroid*. Select *Login with URL and user name*. The URL should be https://yourmaindomainname/radicale/. Remember to include the trailing slash on the URL. If you installed Freedombone from a disk image then enter your username and the password which was shown at the start of installation. If not then the password for Radicale will be within the README file within your home directory.
|
||||
|
||||
Now go to your calendar app and press the plus icon to add an event. You should notice that the calendar account selected is your username on the Freedombone system. Synchronisation should be automatic.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<!-- 2016-11-17 Thu 11:01 -->
|
||||
<!-- 2016-11-17 Thu 12:41 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title></title>
|
||||
|
@ -251,9 +251,9 @@ for the JavaScript code in this tag.
|
|||
Radicale is a calendar server which allows your to synchronise your calendar across all your devices. Support for CalDAV within various systems seems rather patchy/flaky though, so use it with caution.
|
||||
</p>
|
||||
|
||||
<div id="outline-container-orgaa746e1" class="outline-2">
|
||||
<h2 id="orgaa746e1">Installation</h2>
|
||||
<div class="outline-text-2" id="text-orgaa746e1">
|
||||
<div id="outline-container-orgebc0b0a" class="outline-2">
|
||||
<h2 id="orgebc0b0a">Installation</h2>
|
||||
<div class="outline-text-2" id="text-orgebc0b0a">
|
||||
<p>
|
||||
Log into your system with:
|
||||
</p>
|
||||
|
@ -273,11 +273,11 @@ Select <b>Add/Remove Apps</b> then <b>radicale</b>. If you don't already have an
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org24d4449" class="outline-2">
|
||||
<h2 id="org24d4449">Setting up on Android</h2>
|
||||
<div class="outline-text-2" id="text-org24d4449">
|
||||
<div id="outline-container-orga5c3015" class="outline-2">
|
||||
<h2 id="orga5c3015">Setting up on Android</h2>
|
||||
<div class="outline-text-2" id="text-orga5c3015">
|
||||
<p>
|
||||
Via F-droid install <b>DAVdroid</b>. Within <b>Android Settings</b> select <b>Accounts</b> then <b>DAVdroid</b>. Select the URL option rather than the email option. The URL should be <a href="https://yourmaindomainname/radicale/">https://yourmaindomainname/radicale/</a>. Remember to include the trailing slash on the URL. If you installed Freedombone from a disk image then enter your username and the password which was shown at the start of installation. If not then the password for Radicale will be within the README file within your home directory.
|
||||
Via F-droid install <b>DAVdroid</b>. Within <b>Android Settings</b> select <b>Accounts</b> then <b>DAVdroid</b>. Select <b>Login with URL and user name</b>. The URL should be <a href="https://yourmaindomainname/radicale/">https://yourmaindomainname/radicale/</a>. Remember to include the trailing slash on the URL. If you installed Freedombone from a disk image then enter your username and the password which was shown at the start of installation. If not then the password for Radicale will be within the README file within your home directory.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
|
Loading…
Reference in New Issue