Wording
This commit is contained in:
parent
1d502627bd
commit
fd175a988c
|
@ -20,9 +20,9 @@
|
||||||
[[file:images/nextcloud.jpg]]
|
[[file:images/nextcloud.jpg]]
|
||||||
#+END_CENTER
|
#+END_CENTER
|
||||||
|
|
||||||
NextCloud is a system for file synchronisation and also has many other plugins for calendar, videoconferencing, collaborative document editing and deferated file sharing. It's a lot more elaborate than Syncthing, but there may be situations where centralized control of your files on your server is better than a decentralized approach (eg. if you need to remove a user's access to files).
|
NextCloud is a system for file synchronisation and also has many other plugins for calendar, videoconferencing, collaborative document editing and federated file sharing. It's a lot more elaborate than Syncthing, but there may be situations where centralized control of your files on your server is better than a purely peer-to-peer approach (eg. if you need to remove a user's access to files).
|
||||||
|
|
||||||
The videoconferencing plugin requires a browser with WebRTC support and so is unlikely to work in a Tor browser, but may still be a better solution than using proprietary systems.
|
The videoconferencing plugin requires a browser with WebRTC support and so is unlikely to work in a Tor browser, but may still be a better option than using proprietary systems.
|
||||||
|
|
||||||
* Installation
|
* Installation
|
||||||
Log into your system with:
|
Log into your system with:
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- 2017-05-08 Mon 23:39 -->
|
<!-- 2017-05-08 Mon 23:45 -->
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title></title>
|
<title></title>
|
||||||
|
@ -257,16 +257,16 @@ for the JavaScript code in this tag.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
NextCloud is a system for file synchronisation and also has many other plugins for calendar, videoconferencing, collaborative document editing and deferated file sharing. It's a lot more elaborate than Syncthing, but there may be situations where centralized control of your files on your server is better than a decentralized approach (eg. if you need to remove a user's access to files).
|
NextCloud is a system for file synchronisation and also has many other plugins for calendar, videoconferencing, collaborative document editing and federated file sharing. It's a lot more elaborate than Syncthing, but there may be situations where centralized control of your files on your server is better than a purely peer-to-peer approach (eg. if you need to remove a user's access to files).
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The videoconferencing plugin requires a browser with WebRTC support and so is unlikely to work in a Tor browser, but may still be a better solution than using proprietary systems.
|
The videoconferencing plugin requires a browser with WebRTC support and so is unlikely to work in a Tor browser, but may still be a better option than using proprietary systems.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div id="outline-container-org921611a" class="outline-2">
|
<div id="outline-container-orge6cdeb1" class="outline-2">
|
||||||
<h2 id="org921611a">Installation</h2>
|
<h2 id="orge6cdeb1">Installation</h2>
|
||||||
<div class="outline-text-2" id="text-org921611a">
|
<div class="outline-text-2" id="text-orge6cdeb1">
|
||||||
<p>
|
<p>
|
||||||
Log into your system with:
|
Log into your system with:
|
||||||
</p>
|
</p>
|
||||||
|
@ -286,9 +286,9 @@ Select <b>Add/Remove Apps</b> then <b>nextcloud</b>. You will then be asked for
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="outline-container-org20c19ab" class="outline-2">
|
<div id="outline-container-orgdf0be0a" class="outline-2">
|
||||||
<h2 id="org20c19ab">Initial setup</h2>
|
<h2 id="orgdf0be0a">Initial setup</h2>
|
||||||
<div class="outline-text-2" id="text-org20c19ab">
|
<div class="outline-text-2" id="text-orgdf0be0a">
|
||||||
<p>
|
<p>
|
||||||
Go to the <b>Administrator control panel</b> and select <b>Passwords</b> then <b>nextcloud</b>. This will give you the password to initially log in to the system and you can change it later from a client app if needed.
|
Go to the <b>Administrator control panel</b> and select <b>Passwords</b> then <b>nextcloud</b>. This will give you the password to initially log in to the system and you can change it later from a client app if needed.
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue