mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 10:46:21 +07:00
Changes for Nextcloud
This commit is contained in:
committed by
Joas Schilling
parent
661644f1c7
commit
2987ed5675
@@ -139,7 +139,7 @@ Adding Files to External Storages
|
||||
|
||||
We recommend configuring the background job **Webcron** or
|
||||
**Cron** (see :doc:`../configuration_server/background_jobs_configuration`)
|
||||
to enable Nextcloud to automatically detect files added to your external
|
||||
to enable Nextcloud to automatically detect files added to your external
|
||||
storages.
|
||||
|
||||
Nextcloud may not always be able to find out what has been
|
||||
|
||||
@@ -59,7 +59,7 @@ Database Choice
|
||||
|
||||
SQLite is the default database for Nextcloud Server and it is good only for
|
||||
testing and lightweight single-user setups without client synchronization.
|
||||
Supported databases are MySQL, MariaDB, Oracle 11g , and PostgreSQL, and we
|
||||
Supported databases are MySQL, MariaDB, Oracle 11g, and PostgreSQL, and we
|
||||
recommend :doc:`MySQL/MariaDB <system_requirements>`. Your database and PHP
|
||||
connectors must be installed before you run the Installation Wizard. When
|
||||
you install Nextcloud from packages all the necessary dependencies will be
|
||||
|
||||
@@ -5,8 +5,7 @@ Preferred Linux Installation Method
|
||||
Nextcloud
|
||||
---------
|
||||
|
||||
Nextcloud Linux distribution packages are not available at the moment (June 2016)!
|
||||
|
||||
.. warning:: Nextcloud Linux distribution packages are not available at the moment (June 2016)!
|
||||
|
||||
The following Text reffers to the OwnCloud packages
|
||||
|
||||
|
||||
@@ -199,14 +199,14 @@ your nginx installation.
|
||||
# last;
|
||||
#rewrite ^/.well-known/host-meta.json
|
||||
# /nextcloud/public.php?service=host-meta-json last;
|
||||
|
||||
|
||||
location = /.well-known/carddav {
|
||||
return 301 $scheme://$host/nextcloud/remote.php/dav;
|
||||
}
|
||||
location = /.well-known/caldav {
|
||||
return 301 $scheme://$host/nextcloud/remote.php/dav;
|
||||
}
|
||||
|
||||
|
||||
location /.well-known/acme-challenge { }
|
||||
|
||||
location ^~ /nextcloud {
|
||||
@@ -228,14 +228,14 @@ your nginx installation.
|
||||
location /nextcloud {
|
||||
rewrite ^ /nextcloud/index.php$uri;
|
||||
}
|
||||
|
||||
|
||||
location ~ ^/nextcloud/(?:build|tests|config|lib|3rdparty|templates|data)/ {
|
||||
deny all;
|
||||
}
|
||||
location ~ ^/nextcloud/(?:\.|autotest|occ|issue|indie|db_|console) {
|
||||
deny all;
|
||||
}
|
||||
|
||||
|
||||
location ~ ^/nextcloud/(?:index|remote|public|cron|core/ajax/update|status|ocs/v[12]|updater/.+|ocs-provider/.+|core/templates/40[34])\.php(?:$|/) {
|
||||
include fastcgi_params;
|
||||
fastcgi_split_path_info ^(.+\.php)(/.+)$;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
Using the Bookmarks App
|
||||
=======================
|
||||
|
||||
The Bookmark application allows you to bookmark Web sites inside ownCloud.
|
||||
The Bookmark application allows you to bookmark Web sites inside Nextcloud.
|
||||
|
||||
The main interface
|
||||
--------------------
|
||||
@@ -10,7 +10,7 @@ The main interface
|
||||
Add a bookmark
|
||||
~~~~~~~~~~~~~~
|
||||
In the Bookmark application, enter a URL into the top-left area of the content section. After adding an address, click on the pencil button to edit fields for the given address.
|
||||
The main ownCloud bookmark interface contains 3 fields at the top where
|
||||
The main Nextcloud bookmark interface contains 3 fields at the top where
|
||||
you can enter the website address (or URL), the title of your bookmark, and
|
||||
a set of tags separated from each other by a space.
|
||||
|
||||
@@ -35,10 +35,10 @@ To delete a bookmark, hover over the bookmark and click the cross icon.
|
||||
Search
|
||||
~~~~~~
|
||||
|
||||
If you click on a tag, ownCloud will only display the bookmarks that
|
||||
If you click on a tag, Nextcloud will only display the bookmarks that
|
||||
are described with this tag.
|
||||
|
||||
You can also use the search bar of ownCloud in the top right of your screen.
|
||||
You can also use the search bar of Nextcloud in the top right of your screen.
|
||||
|
||||
Simply click on the "Bookmarks" menu in the sidebar to come back to
|
||||
the default view.
|
||||
@@ -52,12 +52,12 @@ The Bookmarklet
|
||||
Bookmarklet link
|
||||
|
||||
The creator of this app understands that people won't want to
|
||||
open the ownCloud boorkmarks page to add a bookmark every time they see a cool site.
|
||||
open the Nextcloud bookmarks page to add a bookmark every time they see a cool site.
|
||||
This is why they have made this cool "bookmarklet".
|
||||
|
||||
A bookmarklet is small button that you can drag and drop in your bookmarks.
|
||||
The next time you see a cool new site, click on this special bookmark
|
||||
to add the site to your ownCloud bookmarks.
|
||||
to add the site to your Nextcloud bookmarks.
|
||||
|
||||
To find this bookmark, click on the gear button at the bottom of the bookmarks app.
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
Collaborative Document Editing
|
||||
==============================
|
||||
|
||||
The Documents application supports editing documents within ownCloud, without
|
||||
The Documents application supports editing documents within Nextcloud, without
|
||||
the need to launch an external application. The Documents app supports these
|
||||
features:
|
||||
|
||||
* Cooperative edit, with multiple users editing files simultaneously.
|
||||
* Document creation within ownCloud.
|
||||
* Document creation within Nextcloud.
|
||||
* Document upload.
|
||||
* Share and edit files in the browser, and then share them inside ownCloud or
|
||||
* Share and edit files in the browser, and then share them inside Nextcloud or
|
||||
through a public link.
|
||||
|
||||
Supported file formats are `.odt`, `.doc`, and `.docx`.
|
||||
@@ -31,7 +31,7 @@ Edit a Document
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
To edit a document, access the Documents app from your Apps menu at the top
|
||||
left of your ownCloud window.
|
||||
left of your Nextcloud window.
|
||||
|
||||
.. image:: images/oc_documents_edit.png
|
||||
|
||||
@@ -61,7 +61,7 @@ Delete a Document
|
||||
|
||||
You can't delete a document from inside the Document app, but must go to your
|
||||
Files page and delete it from there. You'll find it in your default documents
|
||||
directory, which is configured on your ownCloud Personal page (see
|
||||
directory, which is configured on your Nextcloud Personal page (see
|
||||
:doc:`userpreferences`.)
|
||||
|
||||
.. _share-a-document:
|
||||
|
||||
@@ -4,8 +4,8 @@ Configuring External Storage
|
||||
|
||||
The External Storage application allows you to mount external storage services,
|
||||
such as Google Drive, Dropbox, Amazon S3, SMB/CIFS fileservers, and FTP servers
|
||||
in ownCloud. Your ownCloud server administrator controls which of these are
|
||||
in Nextcloud. Your Nextcloud server administrator controls which of these are
|
||||
available to you. Please see `Configuring External Storage (GUI)
|
||||
<https://doc.owncloud.org/server/9.0/admin_manual/configuration_files/
|
||||
external_storage_configuration_gui.html>`_ in the ownCloud Administrator's
|
||||
<https://docs.nextcloud.org/server/9/admin_manual/configuration_files/
|
||||
external_storage_configuration_gui.html>`_ in the Nextcloud Administrator's
|
||||
manual for configuration howtos and examples.
|
||||
|
||||
@@ -2,30 +2,30 @@
|
||||
Connecting to SharePoint (Enterprise only)
|
||||
==========================================
|
||||
|
||||
Native SharePoint support has been added to ownCloud Enterprise Subscription as
|
||||
Native SharePoint support has been added to Nextcloud Enterprise Subscription as
|
||||
a secondary storage location for SharePoint 2007, 2010 and 2013. To the user,
|
||||
these appear as normal ownCloud mounts, with bi-directional updates in any
|
||||
ownCloud client: desktop, mobile, or Web. There is one difference, and that is
|
||||
ownCloud sharing is intentionally disabled for SharePoint mountpoints in order
|
||||
these appear as normal Nextcloud mounts, with bi-directional updates in any
|
||||
Nextcloud client: desktop, mobile, or Web. There is one difference, and that is
|
||||
Nextcloud sharing is intentionally disabled for SharePoint mountpoints in order
|
||||
to preserve SharePoint access controls, and to ensure that content is properly
|
||||
accessed as per SharePoint rules.
|
||||
|
||||
Your ownCloud admin may optionally allow users to mount their own SharePoint
|
||||
Your Nextcloud admin may optionally allow users to mount their own SharePoint
|
||||
libraries.
|
||||
|
||||
Accessing SharePoint Folders
|
||||
----------------------------
|
||||
|
||||
When you first log in to ownCloud, the Web interface shows a gray bar behind all
|
||||
When you first log in to Nextcloud, the Web interface shows a gray bar behind all
|
||||
SharePoint folders. The gray bar disappears when the mountpoint is verified by
|
||||
the server. If you see a red error bar, you'll see either an hourglass that
|
||||
indicates a connection error, or a key to indicate that authentication is
|
||||
required.
|
||||
|
||||
Your ownCloud admin has the option to configure SharePoint credentials so that
|
||||
Your Nextcloud admin has the option to configure SharePoint credentials so that
|
||||
you are authenticated automatically, or you may be required to enter your
|
||||
credentials. If you have to enter your credentials, click the red bar and you'll
|
||||
get a login window. You should only have to do this once, as ownCloud will store
|
||||
get a login window. You should only have to do this once, as Nextcloud will store
|
||||
your credentials.
|
||||
|
||||
If your SharePoint login ever changes, go to your Personal page to update it in
|
||||
@@ -35,9 +35,9 @@ Personal Page
|
||||
-------------
|
||||
|
||||
You can manage your SharePoint connections in the ``Sharepoint Personal
|
||||
Configuration`` section of your ownCloud Personal page. You'll see two sections:
|
||||
Configuration`` section of your Nextcloud Personal page. You'll see two sections:
|
||||
the ``Admin added mount points`` section lists SharePoint mounts controlled by
|
||||
your ownCloud admin. If users have permissions to mount their own SharePoint
|
||||
your Nextcloud admin. If users have permissions to mount their own SharePoint
|
||||
libraries you'll also see a ``Personal mount points`` section.
|
||||
|
||||
There are two types of authentication available to you. If you have multiple
|
||||
@@ -63,6 +63,6 @@ libraries:
|
||||
You may elect to use different authentication credentials for some of your
|
||||
SharePoint libraries. For these, you must first select ``use custom
|
||||
credentials``, and then fill in the mountpoint and SharePoint site URL. Then
|
||||
ownCloud can authenticate you, and you can click the refresh icon to see your
|
||||
Nextcloud can authenticate you, and you can click the refresh icon to see your
|
||||
libraries. Then select the library you want to mount and click the ``Save``
|
||||
button.
|
||||
|
||||
@@ -1,53 +1,53 @@
|
||||
=====================================
|
||||
Accessing ownCloud Files Using WebDAV
|
||||
Accessing Nextcloud Files Using WebDAV
|
||||
=====================================
|
||||
|
||||
ownCloud fully supports the WebDAV protocol, and you can connect and synchronize
|
||||
with your ownCloud files over WebDAV. In this chapter you will learn how to
|
||||
connect Linux, Mac OS X, Windows, and mobile devices to your ownCloud server via
|
||||
Nextcloud fully supports the WebDAV protocol, and you can connect and synchronize
|
||||
with your Nextcloud files over WebDAV. In this chapter you will learn how to
|
||||
connect Linux, Mac OS X, Windows, and mobile devices to your Nextcloud server via
|
||||
WebDAV. Before we get into configuring WebDAV, let's take a quick look at the
|
||||
recommended way of connecting client devices to your ownCloud servers.
|
||||
recommended way of connecting client devices to your Nextcloud servers.
|
||||
|
||||
ownCloud Desktop and Mobile Clients
|
||||
Nextcloud Desktop and Mobile Clients
|
||||
-----------------------------------
|
||||
|
||||
The recommended method for keeping your desktop PC synchronized with your
|
||||
ownCloud server is by using the `ownCloud Desktop Client
|
||||
Nextcloud server is by using the `ownCloud Desktop Client
|
||||
<https://owncloud.org/install/#install-clients>`_. You can configure the ownCloud client
|
||||
to save files in any local directory you want, and you choose which directories
|
||||
on the ownCloud server to sync with. The client displays the current connection
|
||||
on the Nextcloud server to sync with. The client displays the current connection
|
||||
status and logs all activity, so you always know which remote files have been
|
||||
downloaded to your PC, and you can verify that files created and updated on your
|
||||
local PC are properly synchronized with the server.
|
||||
|
||||
The recommended method for syncing your ownCloud server with Android and
|
||||
Apple iOS devices is by using the `ownCloud mobile apps
|
||||
<https://owncloud.org/install/#install-clients>`_.
|
||||
The recommended method for syncing your Nextcloud server with Android and
|
||||
Apple iOS devices is by using the `mobile apps
|
||||
<https://nextcloud.com/install/>`_.
|
||||
|
||||
To connect to your ownCloud server with the **ownCloud** mobile apps, use the
|
||||
To connect to your Nextcloud server with the mobile apps, use the
|
||||
base URL and folder only::
|
||||
|
||||
example.com/owncloud
|
||||
example.com/nextcloud
|
||||
|
||||
In addition to the mobile apps provided by ownCloud, you can use other apps to
|
||||
connect to ownCloud from your mobile device using WebDAV. `WebDAV Navigator`_ is
|
||||
In addition to the mobile apps provided by Nextcloud or ownCloud, you can use other apps to
|
||||
connect to Nextcloud from your mobile device using WebDAV. `WebDAV Navigator`_ is
|
||||
a good (proprietary) app for `Android devices`_, `iPhones`_, and `BlackBerry
|
||||
devices`_. The URL to use on these is::
|
||||
|
||||
example.com/owncloud/remote.php/dav/files/USERNAME/
|
||||
example.com/nextcloud/remote.php/dav/files/USERNAME/
|
||||
|
||||
WebDAV Configuration
|
||||
--------------------
|
||||
|
||||
If you prefer, you may also connect your desktop PC to your ownCloud server by
|
||||
If you prefer, you may also connect your desktop PC to your Nextcloud server by
|
||||
using the WebDAV protocol rather than using a special client application. Web
|
||||
Distributed Authoring and Versioning (WebDAV) is a Hypertext Transfer Protocol
|
||||
(HTTP) extension that makes it easy to create, read, and edit files on Web
|
||||
servers. With WebDAV you can access your ownCloud shares on Linux, Mac OS X and
|
||||
servers. With WebDAV you can access your Nextcloud shares on Linux, Mac OS X and
|
||||
Windows in the same way as any remote network share, and stay synchronized.
|
||||
|
||||
.. note:: In the following examples, You must adjust **example.com/** to the
|
||||
URL of your ownCloud server installation.
|
||||
URL of your Nextcloud server installation.
|
||||
|
||||
Accessing Files Using Linux
|
||||
---------------------------
|
||||
@@ -58,9 +58,9 @@ Nautilus File Manager
|
||||
^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Use the ``davs://`` protocol to connect the Nautilus file manager to your
|
||||
ownCloud share::
|
||||
Nextcloud share::
|
||||
|
||||
davs://example.com/owncloud/remote.php/dav/files/USERNAME/
|
||||
davs://example.com/nextcloud/remote.php/dav/files/USERNAME/
|
||||
|
||||
.. note:: If your server connection is not HTTPS-secured, use `dav://` instead
|
||||
of `davs://`.
|
||||
@@ -71,15 +71,15 @@ ownCloud share::
|
||||
Accessing Files with KDE and Dolphin File Manager
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
To access your ownCloud files using the Dolphin file manager in KDE, use
|
||||
To access your Nextcloud files using the Dolphin file manager in KDE, use
|
||||
the ``webdav://`` protocol::
|
||||
|
||||
webdav://example.com/owncloud/remote.php/dav/files/USERNAME/
|
||||
webdav://example.com/nextcloud/remote.php/dav/files/USERNAME/
|
||||
|
||||
.. image:: ../images/webdav_dolphin.png
|
||||
:alt: screenshot of configuring Dolphin file manager to use WebDAV
|
||||
|
||||
You can create a permanent link to your ownCloud server:
|
||||
You can create a permanent link to your Nextcloud server:
|
||||
|
||||
#. Open Dolphin and click "Network" in the left hand "Places" column.
|
||||
#. Click on the icon labeled **Add a Network Folder**.
|
||||
@@ -88,13 +88,13 @@ You can create a permanent link to your ownCloud server:
|
||||
#. Click **Next**.
|
||||
#. Enter the following settings:
|
||||
|
||||
* Name: The name you want to see in the **Places** bookmark, for example ownCloud.
|
||||
* Name: The name you want to see in the **Places** bookmark, for example Nextcloud.
|
||||
|
||||
* User: The ownCloud username you used to log in, for example admin.
|
||||
* User: The Nextcloud username you used to log in, for example admin.
|
||||
|
||||
* Server: The ownCloud domain name, for example **example.com** (without
|
||||
* Server: The Nextcloud domain name, for example **example.com** (without
|
||||
**http://** before or directories afterwards).
|
||||
* Folder -- Enter the path ``owncloud/remote.php/dav/files/USERNAME/``.
|
||||
* Folder -- Enter the path ``nextcloud/remote.php/dav/files/USERNAME/``.
|
||||
#. (Optional) Check the "Create icon checkbox" for a bookmark to appear in the
|
||||
Places column.
|
||||
#. (Optional) Provide any special settings or an SSL certificate in the "Port &
|
||||
@@ -104,7 +104,7 @@ Creating WebDAV Mounts on the Linux Command Line
|
||||
------------------------------------------------
|
||||
|
||||
You can create WebDAV mounts from the Linux command line. This is useful if you
|
||||
prefer to access ownCloud the same way as any other remote filesystem mount.
|
||||
prefer to access Nextcloud the same way as any other remote filesystem mount.
|
||||
The following example shows how to create a personal mount and have it mounted
|
||||
automatically every time you log in to your Linux computer.
|
||||
|
||||
@@ -122,10 +122,10 @@ automatically every time you log in to your Linux computer.
|
||||
|
||||
usermod -aG davfs2 <username>
|
||||
|
||||
3. Then create an ``owncloud`` directory in your home directory for the
|
||||
3. Then create an ``nextcloud`` directory in your home directory for the
|
||||
mountpoint, and ``.davfs2/`` for your personal configuration file::
|
||||
|
||||
mkdir ~/owncloud
|
||||
mkdir ~/nextcloud
|
||||
mkdir ~/.davfs2
|
||||
|
||||
4. Copy ``/etc/davfs2/secrets`` to ``~/.davfs2``::
|
||||
@@ -137,27 +137,27 @@ automatically every time you log in to your Linux computer.
|
||||
chown <username>:<username> ~/.davfs2/secrets
|
||||
chmod 600 ~/.davfs2/secrets
|
||||
|
||||
6. Add your ownCloud login credentials to the end of the ``secrets`` file,
|
||||
using your ownCloud server URL and your ownCloud username and password::
|
||||
6. Add your Nextcloud login credentials to the end of the ``secrets`` file,
|
||||
using your Nextcloud server URL and your Nextcloud username and password::
|
||||
|
||||
example.com/owncloud/remote.php/dav/files/USERNAME/ <username> <password>
|
||||
example.com/nextcloud/remote.php/dav/files/USERNAME/ <username> <password>
|
||||
|
||||
7. Add the mount information to ``/etc/fstab``::
|
||||
|
||||
example.com/owncloud/remote.php/dav/files/USERNAME/ /home/<username>/owncloud
|
||||
example.com/nextcloud/remote.php/dav/files/USERNAME/ /home/<username>/nextcloud
|
||||
davfs user,rw,auto 0 0
|
||||
|
||||
8. Then test that it mounts and authenticates by running the following
|
||||
command. If you set it up correctly you won't need root permissions::
|
||||
|
||||
mount ~/owncloud
|
||||
mount ~/nextcloud
|
||||
|
||||
9. You should also be able to unmount it::
|
||||
|
||||
umount ~/owncloud
|
||||
umount ~/nextcloud
|
||||
|
||||
Now every time you login to your Linux system your ownCloud share should
|
||||
automatically mount via WebDAV in your ``~/owncloud`` directory. If you prefer
|
||||
Now every time you login to your Linux system your Nextcloud share should
|
||||
automatically mount via WebDAV in your ``~/nextcloud`` directory. If you prefer
|
||||
to mount it manually, change ``auto`` to ``noauto`` in ``/etc/fstab``.
|
||||
|
||||
Known Issues
|
||||
@@ -194,7 +194,7 @@ Accessing Files Using Mac OS X
|
||||
|
||||
.. note:: The Mac OS X Finder suffers from a `series of implementation problems
|
||||
<http://sabre.io/dav/clients/finder/>`_ and should only be used if the
|
||||
ownCloud server runs on **Apache** and **mod_php**, or **Nginx 1.3.8+**.
|
||||
Nextcloud server runs on **Apache** and **mod_php**, or **Nginx 1.3.8+**.
|
||||
|
||||
To access files through the Mac OS X Finder:
|
||||
|
||||
@@ -205,12 +205,12 @@ To access files through the Mac OS X Finder:
|
||||
2. Specify the address of the server in the **Server Address** field.
|
||||
|
||||
.. image:: ../images/osx_webdav1.png
|
||||
:alt: Screenshot of entering your ownCloud server address on Mac OS X
|
||||
:alt: Screenshot of entering your Nextcloud server address on Mac OS X
|
||||
|
||||
For example, the URL used to connect to the ownCloud server
|
||||
For example, the URL used to connect to the Nextcloud server
|
||||
from the Mac OS X Finder is::
|
||||
|
||||
https://example.com/owncloud/remote.php/dav/files/USERNAME/
|
||||
https://example.com/nextcloud/remote.php/dav/files/USERNAME/
|
||||
|
||||
.. image:: ../images/osx_webdav2.png
|
||||
|
||||
@@ -228,13 +228,13 @@ Accessing Files Using Microsoft Windows
|
||||
It is best to use a suitable WebDAV client from the
|
||||
`WebDAV Project page <http://www.webdav.org/projects/>`_ .
|
||||
|
||||
If you must use the native Windows implementation, you can map ownCloud to a new
|
||||
drive. Mapping to a drive enables you to browse files stored on an ownCloud
|
||||
If you must use the native Windows implementation, you can map Nextcloud to a new
|
||||
drive. Mapping to a drive enables you to browse files stored on an Nextcloud
|
||||
server the way you would files stored in a mapped network drive.
|
||||
|
||||
Using this feature requires network connectivity. If you want to store your
|
||||
files offline, use the ownCloud Desktop Client to sync all files on your
|
||||
ownCloud to one or more directories of your local hard drive.
|
||||
files offline, use the Desktop Client to sync all files on your
|
||||
Nextcloud to one or more directories of your local hard drive.
|
||||
|
||||
.. note:: Prior to mapping your drive, you must permit the use of Basic
|
||||
Authentication in the Windows Registry. The procedure is documented in
|
||||
@@ -257,21 +257,21 @@ the drive:
|
||||
net use Z: https://<drive_path>/remote.php/dav/files/USERNAME/ /user:youruser
|
||||
yourpassword
|
||||
|
||||
where <drive_path> is the URL to your ownCloud server.
|
||||
where <drive_path> is the URL to your Nextcloud server.
|
||||
|
||||
For example: ``net use Z: https://example.com/owncloud/remote.php/dav/files/USERNAME/
|
||||
For example: ``net use Z: https://example.com/nextcloud/remote.php/dav/files/USERNAME/
|
||||
/user:youruser yourpassword``
|
||||
|
||||
The computer maps the files of your ownCloud account to the drive letter Z.
|
||||
The computer maps the files of your Nextcloud account to the drive letter Z.
|
||||
|
||||
.. note:: Though not recommended, you can also mount the ownCloud server
|
||||
.. note:: Though not recommended, you can also mount the Nextcloud server
|
||||
using HTTP, leaving the connection unencrypted. If you plan to use HTTP
|
||||
connections on devices while in a public place, we strongly recommend using a
|
||||
VPN tunnel to provide the necessary security.
|
||||
|
||||
An alternative command syntax is::
|
||||
|
||||
net use Z: \\example.com@ssl\owncloud\remote.php\dav /user:youruser
|
||||
net use Z: \\example.com@ssl\nextcloud\remote.php\dav /user:youruser
|
||||
yourpassword
|
||||
|
||||
Mapping Drives With Windows Explorer
|
||||
@@ -282,17 +282,17 @@ To map a drive using the Microsoft Windows Explorer:
|
||||
1. Migrate to your computer in Windows Explorer.
|
||||
2. Right-click on **Computer** entry and select **Map network drive...** from
|
||||
the drop-down menu.
|
||||
3. Choose a local network drive to which you want to map ownCloud.
|
||||
4. Specify the address to your ownCloud instance, followed by
|
||||
3. Choose a local network drive to which you want to map Nextcloud.
|
||||
4. Specify the address to your Nextcloud instance, followed by
|
||||
**/remote.php/dav/files/USERNAME/**.
|
||||
|
||||
For example::
|
||||
|
||||
https://example.com/owncloud/remote.php/dav/files/USERNAME/
|
||||
https://example.com/nextcloud/remote.php/dav/files/USERNAME/
|
||||
|
||||
.. note:: For SSL protected servers, check **Reconnect at logon** to ensure
|
||||
that the mapping is persistent upon subsequent reboots. If you want to
|
||||
connect to the ownCloud server as a different user, check **Connect using
|
||||
connect to the Nextcloud server as a different user, check **Connect using
|
||||
different credentials**.
|
||||
|
||||
.. figure:: ../images/explorer_webdav.png
|
||||
@@ -301,7 +301,7 @@ To map a drive using the Microsoft Windows Explorer:
|
||||
|
||||
5. Click the ``Finish`` button.
|
||||
|
||||
Windows Explorer maps the network drive, making your ownCloud instance
|
||||
Windows Explorer maps the network drive, making your Nextcloud instance
|
||||
available.
|
||||
|
||||
Accessing Files Using Cyberduck
|
||||
@@ -320,7 +320,7 @@ To use Cyberduck:
|
||||
``example.com``
|
||||
|
||||
2. Specify the appropriate port. The port you choose depends on whether or not
|
||||
your ownCloud server supports SSL. Cyberduck requires that you select a
|
||||
your Nextcloud server supports SSL. Cyberduck requires that you select a
|
||||
different connection type if you plan to use SSL. For example:
|
||||
|
||||
80 (for WebDAV)
|
||||
@@ -332,16 +332,16 @@ the 'Path' field. For example:
|
||||
|
||||
``remote.php/dav/files/USERNAME/``
|
||||
|
||||
Now Cyberduck enables file access to the ownCloud server.
|
||||
Now Cyberduck enables file access to the Nextcloud server.
|
||||
|
||||
Accessing public shares over WebDAV
|
||||
-----------------------------------
|
||||
|
||||
ownCloud provides the possibility to access public shares over WebDAV.
|
||||
Nextcloud provides the possibility to access public shares over WebDAV.
|
||||
|
||||
To access the public share, open::
|
||||
|
||||
https://example.com/owncloud/public.php/dav
|
||||
https://example.com/nextcloud/public.php/dav
|
||||
|
||||
in a WebDAV client, use the share token as username and the (optional) share password
|
||||
as password.
|
||||
@@ -358,7 +358,7 @@ Solution 1
|
||||
|
||||
The Windows WebDAV Client might not support Server Name Indication (SNI) on
|
||||
encrypted connections. If you encounter an error mounting an SSL-encrypted
|
||||
ownCloud instance, contact your provider about assigning a dedicated IP address
|
||||
Nextcloud instance, contact your provider about assigning a dedicated IP address
|
||||
for your SSL-based server.
|
||||
|
||||
Solution 2
|
||||
@@ -401,16 +401,16 @@ Known problems and their solutions are documented in the KB2123563_ article.
|
||||
|
||||
Problem
|
||||
^^^^^^^
|
||||
Cannot map ownCloud as a WebDAV drive in Windows using self-signed certificate.
|
||||
Cannot map Nextcloud as a WebDAV drive in Windows using self-signed certificate.
|
||||
|
||||
Solution
|
||||
^^^^^^^^
|
||||
|
||||
#. Go to the your ownCloud instance via your favorite Web browser.
|
||||
#. Go to the your Nextcloud instance via your favorite Web browser.
|
||||
#. Click through until you get to the certificate error in the browser status
|
||||
line.
|
||||
#. View the cert, then from the Details tab, select Copy to File.
|
||||
#. Save to the desktop with an arbitrary name, for example ``myOwnCloud.cer``.
|
||||
#. Save to the desktop with an arbitrary name, for example ``myNextcloud.cer``.
|
||||
#. Start, Run, MMC.
|
||||
#. File, Add/Remove Snap-In.
|
||||
#. Select Certificates, Click Add, My User Account, then Finish, then OK.
|
||||
@@ -449,29 +449,29 @@ To create a folder with the current date as name:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ curl -u user:pass -X MKCOL "https://example.com/owncloud/remote.php/dav/files/USERNAME/$(date '+%d-%b-%Y')"
|
||||
$ curl -u user:pass -X MKCOL "https://example.com/nextcloud/remote.php/dav/files/USERNAME/$(date '+%d-%b-%Y')"
|
||||
|
||||
To upload a file ``error.log`` into that directory:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ curl -u user:pass -T error.log "https://example.com/owncloud/remote.php/dav/files/USERNAME/$(date '+%d-%b-%Y')/error.log"
|
||||
$ curl -u user:pass -T error.log "https://example.com/nextcloud/remote.php/dav/files/USERNAME/$(date '+%d-%b-%Y')/error.log"
|
||||
|
||||
To move a file:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ curl -u user:pass -X MOVE --header 'Destination: https://example.com/owncloud/remote.php/dav/files/USERNAME/target.jpg' https://example.com/owncloud/remote.php/dav/files/USERNAME/source.jpg
|
||||
$ curl -u user:pass -X MOVE --header 'Destination: https://example.com/nextcloud/remote.php/dav/files/USERNAME/target.jpg' https://example.com/nextcloud/remote.php/dav/files/USERNAME/source.jpg
|
||||
|
||||
To get the properties of files in the root folder:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ curl -X PROPFIND -H "Depth: 1" -u user:pass https://example.com/owncloud/remote.php/dav/files/USERNAME/ | xml_pp
|
||||
$ curl -X PROPFIND -H "Depth: 1" -u user:pass https://example.com/nextcloud/remote.php/dav/files/USERNAME/ | xml_pp
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<d:multistatus xmlns:d="DAV:" xmlns:oc="http://owncloud.org/ns" xmlns:s="http://sabredav.org/ns">
|
||||
<d:multistatus xmlns:d="DAV:" xmlns:oc="http://nextcloud.org/ns" xmlns:s="http://sabredav.org/ns">
|
||||
<d:response>
|
||||
<d:href>/owncloud/remote.php/dav/files/USERNAME/</d:href>
|
||||
<d:href>/nextcloud/remote.php/dav/files/USERNAME/</d:href>
|
||||
<d:propstat>
|
||||
<d:prop>
|
||||
<d:getlastmodified>Tue, 13 Oct 2015 17:07:45 GMT</d:getlastmodified>
|
||||
@@ -486,7 +486,7 @@ To get the properties of files in the root folder:
|
||||
</d:propstat>
|
||||
</d:response>
|
||||
<d:response>
|
||||
<d:href>/owncloud/remote.php/dav/files/USERNAME/welcome.txt</d:href>
|
||||
<d:href>/nextcloud/remote.php/dav/files/USERNAME/welcome.txt</d:href>
|
||||
<d:propstat>
|
||||
<d:prop>
|
||||
<d:getlastmodified>Tue, 13 Oct 2015 17:07:35 GMT</d:getlastmodified>
|
||||
@@ -505,8 +505,8 @@ To get the properties of files in the root folder:
|
||||
.. _KB2123563: https://support.microsoft.com/kb/2123563
|
||||
.. _in your file manager: http://en.wikipedia.org/wiki/Webdav#WebDAV_client_applications
|
||||
.. _ownCloud sync clients: https://doc.owncloud.org/desktop/2.1/
|
||||
.. _Mount ownCloud to a local folder without sync: https://owncloud.org/use/webdav/
|
||||
.. _Android: https://github.com/owncloud/android
|
||||
.. _Mount ownCloud to a local folder without sync: https://docs.nextcloud.org/server/9/admin_manual/configuration_files/external_storage/webdav.html?highlight=webdav
|
||||
.. _Android: https://github.com/nextcloud/android
|
||||
.. _WebDAV Navigator: http://seanashton.net/webdav/
|
||||
.. _Android devices: https://play.google.com/store/apps/details?id=com.schimera.webdavnavlite
|
||||
.. _iPhones: https://itunes.apple.com/app/webdav-navigator/id382551345
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
=====================================================
|
||||
Accessing your Files Using the ownCloud Web Interface
|
||||
Accessing your Files Using the Nextcloud Web Interface
|
||||
=====================================================
|
||||
|
||||
You can access your ownCloud files with the ownCloud Web interface and create,
|
||||
preview, edit, delete, share, and re-share files. Your ownCloud administrator
|
||||
You can access your Nextcloud files with the Nextcloud Web interface and create,
|
||||
preview, edit, delete, share, and re-share files. Your Nextcloud administrator
|
||||
has the option to disable these features, so if any of them are missing on your
|
||||
system ask your server administrator.
|
||||
|
||||
@@ -16,7 +16,7 @@ Tagging Files
|
||||
You can assign tags to files. To create tags, open a file to the Details view.
|
||||
Then type your tags. To enter more than one tag press the return key after
|
||||
creating each tag. All tags are system tags, and are shared by all users on your
|
||||
ownCloud server.
|
||||
Nextcloud server.
|
||||
|
||||
.. figure:: ../images/files_page-7.png
|
||||
:alt: Creating file tags.
|
||||
@@ -38,9 +38,9 @@ are visible to everyone who has access to the file.
|
||||
Video Player
|
||||
------------
|
||||
|
||||
You can play videos in ownCloud with the Video Player app by simply clicking on
|
||||
the file. Video streaming by the native ownCloud video player depends on your Web browser
|
||||
and the video format. If your ownCloud administrator has enabled video
|
||||
You can play videos in Nextcloud with the Video Player app by simply clicking on
|
||||
the file. Video streaming by the native Nextcloud video player depends on your Web browser
|
||||
and the video format. If your Nextcloud administrator has enabled video
|
||||
streaming, and it doesn't work in your Web browser, it may be a browser issue. See https://developer.mozilla.org/en-US/docs/Web/HTML/Supported_media_formats#Browser_compatibility for supported multimedia formats in Web browsers.
|
||||
|
||||
.. figure:: ../images/video_player_2.png
|
||||
@@ -49,7 +49,7 @@ streaming, and it doesn't work in your Web browser, it may be a browser issue. S
|
||||
File Controls
|
||||
-------------
|
||||
|
||||
ownCloud can display thumbnail previews for image files, MP3 covers,
|
||||
Nextcloud can display thumbnail previews for image files, MP3 covers,
|
||||
and text files, if this enabled by your server administrator. Hover your cursor
|
||||
over a file or folder to expose the controls for the following operations:
|
||||
|
||||
@@ -69,7 +69,7 @@ Share
|
||||
.. note:: New in 9.0, you can see all re-shares of your original file shares.
|
||||
|
||||
If username auto-completion
|
||||
is enabled, when you start typing the user or group name ownCloud will
|
||||
is enabled, when you start typing the user or group name Nextcloud will
|
||||
automatically complete it for you. If your administrator has enabled email
|
||||
notifications, you can send an email notification of the new share from the
|
||||
sharing screen.
|
||||
@@ -98,7 +98,7 @@ Overflow Menu
|
||||
:alt: Details screen.
|
||||
|
||||
The **Settings** gear icon at the lower left allows you to show or hide hidden
|
||||
files in your ownCloud Web interface. These are also called dotfiles, because
|
||||
files in your Nextcloud Web interface. These are also called dotfiles, because
|
||||
they are prefixed with a dot, e.g. ``.mailfile``. The dot tells your operating
|
||||
system to hide these files in your file browsers, unless you choose to display
|
||||
them. Usually these are configuration files, so having the option to hide them
|
||||
@@ -111,17 +111,17 @@ Previewing Files
|
||||
----------------
|
||||
|
||||
You can display uncompressed text files, OpenDocument files, videos, and image
|
||||
files in the ownCloud embedded viewers by clicking on the file name. There may
|
||||
be other file types you can preview if your ownCloud administrator has enabled
|
||||
them. If ownCloud cannot display a file, it starts a download process and
|
||||
files in the Nextcloud embedded viewers by clicking on the file name. There may
|
||||
be other file types you can preview if your Nextcloud administrator has enabled
|
||||
them. If Nextcloud cannot display a file, it starts a download process and
|
||||
downloads the file to your computer.
|
||||
|
||||
Navigating Inside Your ownCloud
|
||||
-------------------------------
|
||||
Navigating Inside Your Nextcloud
|
||||
--------------------------------
|
||||
|
||||
Navigating through folders in ownCloud is as simple as clicking on a folder to
|
||||
Navigating through folders in Nextcloud is as simple as clicking on a folder to
|
||||
open it and using the back button on your browser to move to a previous level.
|
||||
ownCloud also provides a navigation bar at the top of the Files field for quick
|
||||
Nextcloud also provides a navigation bar at the top of the Files field for quick
|
||||
navigation.
|
||||
|
||||
Sharing Status Icons
|
||||
@@ -133,7 +133,7 @@ Public link shares are marked with a chain link. Un-shared folders are blank.
|
||||
.. figure:: ../images/files_page-5.png
|
||||
:alt: Share status icons.
|
||||
|
||||
If your ownCloud server is the Enterprise edition, you may also have access
|
||||
If your Nextcloud server is the Enterprise edition, you may also have access
|
||||
to Sharepoint and Windows Network Drive file shares. These have special status
|
||||
icons. An icon with a red plugin and background means you have to enter a login
|
||||
to get access to the share.
|
||||
@@ -145,7 +145,7 @@ to get access to the share.
|
||||
Creating or Uploading Files and Directories
|
||||
-------------------------------------------
|
||||
|
||||
Upload or create new files or folders directly in an ownCloud folder by clicking
|
||||
Upload or create new files or folders directly in an Nextcloud folder by clicking
|
||||
on the *New* button in the Files app.
|
||||
|
||||
.. figure:: ../images/files_page-6.png
|
||||
@@ -154,7 +154,7 @@ on the *New* button in the Files app.
|
||||
The *New* button provides the following options:
|
||||
|
||||
Up arrow
|
||||
Upload files from your computer into ownCloud. You can also upload files by
|
||||
Upload files from your computer into Nextcloud. You can also upload files by
|
||||
dragging and dropping them from your file manager.
|
||||
|
||||
Text file
|
||||
@@ -211,7 +211,7 @@ You can move files and folders by dragging and dropping them into any directory.
|
||||
Change in Share Expiration Date
|
||||
-------------------------------
|
||||
|
||||
In older versions of ownCloud, you could set an expiration date on both local
|
||||
In older versions of Nextcloud, you could set an expiration date on both local
|
||||
and public shares. Now you can set an expiration date only on public shares,
|
||||
and local shares do not expire when public shares expire. The only way to
|
||||
"expire" a local share is to click the trash can icon to un-share your files.
|
||||
@@ -219,8 +219,8 @@ and local shares do not expire when public shares expire. The only way to
|
||||
Creating or Connecting to a Federation Share Link
|
||||
-------------------------------------------------
|
||||
|
||||
Federated Cloud Sharing allows you to mount file shares from remote ownCloud
|
||||
servers, and manage them just like a local share. In ownCloud 8 the process for
|
||||
Federated Cloud Sharing allows you to mount file shares from remote Nextcloud
|
||||
servers, and manage them just like a local share. In Nextcloud 9 the process for
|
||||
creating a new sharing link is easier and more streamlined. See
|
||||
:doc:`federated_cloud_sharing` to learn to how to create and connect to new
|
||||
Federated Cloud shares.
|
||||
|
||||
@@ -2,13 +2,13 @@
|
||||
Managing Deleted Files
|
||||
======================
|
||||
|
||||
When you delete a file in ownCloud, it is not immediately deleted permanently.
|
||||
When you delete a file in Nextcloud, it is not immediately deleted permanently.
|
||||
Instead, it is moved into the trash bin. It is not permanently deleted until
|
||||
you manually delete it, or when the Deleted Files app deletes it to make room
|
||||
for new files.
|
||||
|
||||
Find your deleted files by clicking on the **Deleted files**
|
||||
button on the Files page of the ownCloud Web interface. You'll have options to
|
||||
button on the Files page of the Nextcloud Web interface. You'll have options to
|
||||
either restore or permanently delete files.
|
||||
|
||||
Quotas
|
||||
@@ -35,7 +35,7 @@ When User1 deletes "sub" then it is moved to User1's trash bin. It is
|
||||
deleted from User2 and User3, but not placed in their trash bins.
|
||||
|
||||
When you share files, other users may copy, rename, move, and share them with
|
||||
other people, just as they can for any computer files; ownCloud does not have
|
||||
other people, just as they can for any computer files; Nextcloud does not have
|
||||
magic powers to prevent this.
|
||||
|
||||
How the Deleted Files app Manages Storage Space
|
||||
@@ -43,15 +43,15 @@ How the Deleted Files app Manages Storage Space
|
||||
|
||||
To ensure that users do not run over their storage quotas, the Deleted Files
|
||||
app allocates a maximum of 50% of their currently available free space to
|
||||
deleted files. If your deleted files exceed this limit, ownCloud deletes the
|
||||
deleted files. If your deleted files exceed this limit, Nextcloud deletes the
|
||||
oldest files (files with the oldest timestamps from when they were deleted)
|
||||
until it meets the memory usage limit again.
|
||||
|
||||
ownCloud checks the age of deleted files every time new files are added to the
|
||||
Nextcloud checks the age of deleted files every time new files are added to the
|
||||
deleted files. By default, deleted files stay in the trash bin for 180 days. The
|
||||
ownCloud server administrator can adjust this value in the ``config.php`` file
|
||||
Nextcloud server administrator can adjust this value in the ``config.php`` file
|
||||
by setting the ``trashbin_retention_obligation`` value. Files older than the
|
||||
``trashbin_retention_obligation`` value will be deleted permanently.
|
||||
Additionally, ownCloud calculates the maximum available space every time a new
|
||||
Additionally, Nextcloud calculates the maximum available space every time a new
|
||||
file is added. If the deleted files exceed the new maximum allowed space
|
||||
ownCloud will expire old deleted files until the limit is met once again.
|
||||
Nextcloud will expire old deleted files until the limit is met once again.
|
||||
|
||||
@@ -3,7 +3,9 @@ Desktop and Mobile Synchronization
|
||||
==================================
|
||||
|
||||
For synchronizing files with your desktop computer, we recommend using the
|
||||
`ownCloud Sync Client`_ for Windows, Mac OS X and Linux.
|
||||
`ownCloud Sync Client`_ for Windows, Mac OS X and Linux until the Nextcloud
|
||||
Sync Client will be released..
|
||||
|
||||
|
||||
The ownCloud Desktop Sync Client enables you to connect to your private
|
||||
ownCloud Server.
|
||||
@@ -23,8 +25,8 @@ Mobile Clients
|
||||
--------------
|
||||
|
||||
Visit your Personal page in your ownCloud Web interface to find download links
|
||||
for Android and iOS mobile sync clients. Or, visit the `ownCloud download page
|
||||
<https://owncloud.org/install/>`_.
|
||||
for Android and iOS mobile sync clients. Or, visit the `Nextcloud download page
|
||||
<https://nextcloud.com/install/>`_.
|
||||
|
||||
Visit the `ownCloud documentation page <https://doc.owncloud.org/>`_ to read
|
||||
the mobile apps user manuals.
|
||||
Visit the `Nextcloud documentation page <https://docs.nextcloud.org/>`_ to read
|
||||
the user manuals.
|
||||
|
||||
@@ -1,54 +1,54 @@
|
||||
==============================
|
||||
Encrypting Your ownCloud Files
|
||||
Encrypting Your Nextcloud Files
|
||||
==============================
|
||||
|
||||
ownCloud includes an Encryption app, and when it is enabled by your ownCloud
|
||||
administrator all of your ownCloud data files are automatically encrypted.
|
||||
Nextcloud includes an Encryption app, and when it is enabled by your Nextcloud
|
||||
administrator all of your Nextcloud data files are automatically encrypted.
|
||||
Encryption is server-wide, so when it is enabled you cannot choose to keep your
|
||||
files unencrypted. You don't have to do anything special, as it uses your
|
||||
ownCloud login as the password for your unique private encryption key. Just log
|
||||
Nextcloud login as the password for your unique private encryption key. Just log
|
||||
in and out and manage and share your files as you normally do, and you can
|
||||
still change your password whenever you want.
|
||||
|
||||
Its main purpose is to encrypt files on remote storage services that are
|
||||
connected to your ownCloud server, such as Dropbox and Google Drive. This is an
|
||||
connected to your Nextcloud server, such as Dropbox and Google Drive. This is an
|
||||
easy and seamless way to protect your files on remote storage. You can share
|
||||
your remote files through ownCloud in the usual way, however you cannot share
|
||||
your remote files through Nextcloud in the usual way, however you cannot share
|
||||
your encrypted files directly from Dropbox, Google Drive, or whatever remote
|
||||
service you are using, because the encryption keys are stored on your ownCloud
|
||||
service you are using, because the encryption keys are stored on your Nextcloud
|
||||
server, and are never exposed to outside service providers.
|
||||
|
||||
If your ownCloud server is not connected to any remote storage services, then
|
||||
If your Nextcloud server is not connected to any remote storage services, then
|
||||
it is better to use some other form of encryption such as file-level or whole
|
||||
disk encryption. Because the keys are kept on your ownCloud server, it is
|
||||
possible for your ownCloud admin to snoop in your files, and if the server is
|
||||
disk encryption. Because the keys are kept on your Nextcloud server, it is
|
||||
possible for your Nextcloud admin to snoop in your files, and if the server is
|
||||
compromised the intruder may get access to your files. (Read
|
||||
`How ownCloud uses encryption to protect your data
|
||||
`How Nextcloud uses encryption to protect your data
|
||||
<https://owncloud.org/blog/how-owncloud-uses-encryption-to-protect-your-data/>`_
|
||||
to learn more.)
|
||||
|
||||
Using Encryption
|
||||
----------------
|
||||
|
||||
ownCloud encryption is pretty much set it and forget it, but you have a few
|
||||
Nextcloud encryption is pretty much set it and forget it, but you have a few
|
||||
options you can use.
|
||||
|
||||
When your ownCloud admin enables encryption for the first time, you must log
|
||||
When your Nextcloud admin enables encryption for the first time, you must log
|
||||
out and then log back in to create your encryption keys and encrypt your files.
|
||||
When encryption has been enabled on your ownCloud server you will see a yellow
|
||||
When encryption has been enabled on your Nextcloud server you will see a yellow
|
||||
banner on your Files page warning you to log out and then log back in.
|
||||
|
||||
.. figure:: ../images/encryption1.png
|
||||
|
||||
When you log back in it takes a few minutes to work, depending on how many
|
||||
files you have, and then you are returned to your default ownCloud page.
|
||||
files you have, and then you are returned to your default Nextcloud page.
|
||||
|
||||
.. figure:: ../images/encryption2.png
|
||||
|
||||
|
||||
.. note:: You must never lose your ownCloud password, because you will lose
|
||||
.. note:: You must never lose your Nextcloud password, because you will lose
|
||||
access to your files. Though there is an optional recovery option that your
|
||||
ownCloud administrator may enable; see the Recovery Key Password section
|
||||
Nextcloud administrator may enable; see the Recovery Key Password section
|
||||
(below) to learn about this.
|
||||
|
||||
Sharing Encrypted Files
|
||||
@@ -71,11 +71,11 @@ individual shares.
|
||||
Recovery Key Password
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
If your ownCloud administrator has enabled the recovery key feature, you can
|
||||
If your Nextcloud administrator has enabled the recovery key feature, you can
|
||||
choose to use this feature for your account. If you enable "Password recovery"
|
||||
the administrator can read your data with a special password. This feature
|
||||
enables the administrator to recover your files in the event you lose your
|
||||
ownCloud password. If the recovery key is not enabled, then there is no way to
|
||||
Nextcloud password. If the recovery key is not enabled, then there is no way to
|
||||
restore your files if you lose your login password.
|
||||
|
||||
.. figure:: ../images/encryption3.png
|
||||
@@ -99,7 +99,7 @@ Change Private Key Password
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
This option is only available if your log-in password, but not your encryption
|
||||
password, was changed by your administrator. This can occur if your ownCloud
|
||||
password, was changed by your administrator. This can occur if your Nextcloud
|
||||
provider uses a external user back-end (for example, LDAP) and changed your
|
||||
login password using that back-end configuration. In this case, you can set
|
||||
your encryption password to your new login password by providing your old and
|
||||
|
||||
@@ -2,26 +2,26 @@
|
||||
Using Federation Shares
|
||||
=======================
|
||||
|
||||
Federation Sharing allows you to mount file shares from remote ownCloud servers, in effect
|
||||
creating your own cloud of ownClouds. You can create direct share links with
|
||||
users on other ownCloud servers.
|
||||
Federation Sharing allows you to mount file shares from remote Nextcloud servers, in effect
|
||||
creating your own cloud of Nextclouds. You can create direct share links with
|
||||
users on other Nextcloud servers.
|
||||
|
||||
Creating a New Federation Share
|
||||
-------------------------------
|
||||
|
||||
Federation sharing is enabled on new or upgraded ownCloud installations
|
||||
by default. Follow these steps to create a new share with other ownCloud 9 servers:
|
||||
Federation sharing is enabled on new or upgraded Nextcloud installations
|
||||
by default. Follow these steps to create a new share with other Nextcloud or ownCloud 9 servers:
|
||||
|
||||
1. Go to your ``Files`` page and click the Share icon on the file or directory
|
||||
you want to share. In the sidebar enter the username and URL of the remote user
|
||||
in this form: ``<username>@<oc-server-url>``. In this example, that is
|
||||
``layla@remote-server/owncloud``. The form automatically echoes the address
|
||||
``layla@remote-server/nextcloud``. The form automatically echoes the address
|
||||
that you type and labels it as "remote". Click on the label.
|
||||
|
||||
.. figure:: ../images/direct-share-1.png
|
||||
|
||||
2. When your local ownCloud server makes a successful connection with the remote
|
||||
ownCloud server you'll see a confirmation. Your only share option is **Can
|
||||
2. When your local Nextcloud server makes a successful connection with the remote
|
||||
Nextcloud server you'll see a confirmation. Your only share option is **Can
|
||||
edit**.
|
||||
|
||||
Click the Share button anytime to see who you have shared your file with. Remove
|
||||
@@ -33,7 +33,7 @@ Creating a New Federated Cloud Share via Email
|
||||
|
||||
Use this method when you are sharing with users on ownCloud 8.x and older.
|
||||
|
||||
What if you do not know the username or URL? Then you can have ownCloud create
|
||||
What if you do not know the username or URL? Then you can have Nextcloud create
|
||||
the link for you and email it to your recipient.
|
||||
|
||||
.. figure:: ../images/create_public_share-6.png
|
||||
|
||||
@@ -1,60 +1,42 @@
|
||||
==========================================
|
||||
Making Anonymous Uploads (Enterprise Only)
|
||||
==========================================
|
||||
===========================
|
||||
Making Anonymous Uploads
|
||||
===========================
|
||||
|
||||
If your ownCloud administrator (Enterprise edition only) has enabled the
|
||||
Files Drop application, you may create your own special upload directory so that
|
||||
other people can upload files to you without having to log in to the server, and
|
||||
without being an ownCloud user. They will not be allowed to see the contents of
|
||||
this directory, or to make any changes. This is an excellent alternative to
|
||||
sending large attachments via email, using an FTP server, or using commercial
|
||||
file-sharing services.
|
||||
You may create your own special upload directories so that other people can upload
|
||||
files to you without having to log in to the server, and without being an Nextcloud
|
||||
user.
|
||||
They will not be allowed to see the contents of this directory, or to make any
|
||||
changes. This is an excellent alternative to sending large attachments via email,
|
||||
using an FTP server, or using commercial file-sharing services.
|
||||
|
||||
Setting Up Your Own File Drop
|
||||
-----------------------------
|
||||
|
||||
Go to your Personal page and you will see the Files Drop configuration section.
|
||||
Go to Files and create or choose the folder, the anonymous upload should be
|
||||
made to.
|
||||
|
||||
.. image:: ../images/files-drop-2.png
|
||||
.. image:: ../images/anonym_click_sharing.png
|
||||
|
||||
Click the **Choose** button to open a dialog to select your upload directory.
|
||||
You may wish to first create a special upload directory (on your Files page),
|
||||
which in the following example is name **upload**.
|
||||
Check Share Link, Allow editing, Hide file listing.
|
||||
|
||||
.. image:: ../images/anonym_hide_file_listing.png
|
||||
|
||||
.. figure:: ../images/files-drop-3.png
|
||||
:scale: 50%
|
||||
|
||||
*Click to enlarge*
|
||||
|
||||
On your Personal page you should now see a URL for your upload directory. Share
|
||||
this URL with anyone you want to allow uploads to your Files Drop folder. Note
|
||||
that the default maximum upload size in this example is 512MB; this is
|
||||
configurable, so contact your ownCloud administrator if you need a larger
|
||||
limit.
|
||||
Now you can send the link to the uploadfolder manualy or by using the
|
||||
Nextcloud send funktion, if your administrator has enabled it.
|
||||
|
||||
.. image:: ../images/files-drop-4.png
|
||||
|
||||
Uploading Files
|
||||
---------------
|
||||
|
||||
Using the Files Drop app is simple. You receive a link to the upload
|
||||
folder, click the link, and then you'll see an ownCloud page with a **Click to
|
||||
Using the anonymous upload funktion ist simple. You receive a link to the upload
|
||||
folder, click the link, and then you'll see an Nextcloud page with a **Click to
|
||||
upload** button.
|
||||
|
||||
.. figure:: ../images/files-drop-5.png
|
||||
:scale: 50%
|
||||
|
||||
*Click to enlarge*
|
||||
.. image:: ../images/anonym_upload.png
|
||||
|
||||
This opens a file picker, and you select the file or directory you want to
|
||||
upload.
|
||||
|
||||
.. figure:: ../images/files-drop-6.png
|
||||
:scale: 50%
|
||||
|
||||
*Click to enlarge*
|
||||
upload. You're also able to just drop files into the window.
|
||||
|
||||
When your upload is completed, you'll see a confirmation message with the
|
||||
filenames.
|
||||
When your upload is completed, the filenames are listet:
|
||||
|
||||
.. figure:: ../images/files-drop-7.png
|
||||
.. image:: ../images/anonym_uploaded_files.png
|
||||
|
||||
@@ -6,9 +6,9 @@ The Pictures app has been rewritten and improved, and is now called the Gallery
|
||||
app. It supports more image formats, sorting, zoom, and scrolling. It also
|
||||
supports advanced customizations via a simple text file.
|
||||
|
||||
On your main ownCloud Files page, click the little icon at the top right,
|
||||
On your main Nextcloud Files page, click the little icon at the top right,
|
||||
underneath your username, to open your Gallery. The Gallery app automatically
|
||||
finds all images in your ownCloud folders, and overlays the thumbnails with the
|
||||
finds all images in your Nextcloud folders, and overlays the thumbnails with the
|
||||
folder names. Click on the folder thumbnails to open the folders. At the top
|
||||
left you have two sorting options, alphabetical and by date.
|
||||
|
||||
@@ -29,7 +29,7 @@ Custom Configuration
|
||||
You may customize a Gallery album with a simple text file named
|
||||
**gallery.cnf**, which contains parameters structured using the
|
||||
`Yaml <https://en.wikipedia.org/wiki/YAML>`_ markup language. You may have
|
||||
multiple **gallery.cnf** files; you need one in your own root ownCloud folder
|
||||
multiple **gallery.cnf** files; you need one in your own root Nextcloud folder
|
||||
(your Home folder) that defines global features, and then you may have
|
||||
individual per-album **gallery.cnf** files if you want to define different
|
||||
behaviors in different albums.
|
||||
@@ -72,7 +72,7 @@ puts it in ``data/<user>/files/``.) See :ref:`an example below
|
||||
Format
|
||||
^^^^^^
|
||||
|
||||
UTF-8, **without BOM**. A file created from within the ownCloud Web GUI works.
|
||||
UTF-8, **without BOM**. A file created from within the Nextcloud Web GUI works.
|
||||
|
||||
Structure
|
||||
^^^^^^^^^
|
||||
@@ -89,7 +89,7 @@ getting error messages.
|
||||
Here is an example `gallery.cnf`::
|
||||
|
||||
# Gallery configuration file
|
||||
# Created on 31 Jan 2016 by ownCloud User
|
||||
# Created on 31 Jan 2016 by Nextcloud User
|
||||
features:
|
||||
external_shares: yes
|
||||
native_svg: yes
|
||||
@@ -117,7 +117,7 @@ Supported Variables
|
||||
|
||||
**Global Features**
|
||||
|
||||
Place this in your root ownCloud folder, which is your Home folder.
|
||||
Place this in your root Nextcloud folder, which is your Home folder.
|
||||
|
||||
* **external_shares**: Set to **yes** in your root configuration file if you
|
||||
want to load images stored on external locations, when using the
|
||||
@@ -242,7 +242,3 @@ Possible Future Extensions
|
||||
|
||||
Different sorting parameters for albums.
|
||||
|
||||
Keeping Up With New Features
|
||||
----------------------------
|
||||
|
||||
See the `Gallery Wiki page <https://github.com/owncloud/gallery/wiki>`_ to stay informed of new developments.
|
||||
|
||||
@@ -2,19 +2,19 @@
|
||||
Large File Uploads
|
||||
==================
|
||||
|
||||
When uploading files through the web client, ownCloud is limited by PHP and
|
||||
When uploading files through the web client, Nextcloud is limited by PHP and
|
||||
Apache configurations. By default, PHP is configured for only 2 megabyte
|
||||
uploads. As this default upload limit is not entirely useful, we recommend that
|
||||
your ownCloud admin increase the ownCloud variables to sizes appropriate for
|
||||
your Nextcloud admin increase the Nextcloud variables to sizes appropriate for
|
||||
users.
|
||||
|
||||
Modifying certain ownCloud variables requires administrative access. If you
|
||||
Modifying certain Nextcloud variables requires administrative access. If you
|
||||
require larger upload limits than have been provided by the default (or already
|
||||
set by your administrator):
|
||||
|
||||
* Contact your administrator to request an increase in these variables
|
||||
|
||||
* Refer to the section in the `Admin Documentation
|
||||
<https://doc.owncloud.org/server/9.0/admin_manual/configuration_files/
|
||||
<https://docs.nextcloud.org/server/9/admin_manual/configuration_files/
|
||||
big_file_upload_configuration.html>`_ that describes how to manage file
|
||||
upload size limits.
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
Storage Quota
|
||||
=============
|
||||
|
||||
Your ownCloud admin has the option to set a storage quota on users. Look at
|
||||
Your Nextcloud admin has the option to set a storage quota on users. Look at
|
||||
the top of your Personal page to see what your quota is, and how much you have
|
||||
used.
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
Version Control
|
||||
===============
|
||||
|
||||
ownCloud supports simple version control system for files. Versioning creates
|
||||
Nextcloud supports simple version control system for files. Versioning creates
|
||||
backups of files which are accessible via the Versions tab on the Details
|
||||
sidebar. This tab contains the history of the file where you can roll back a
|
||||
file to any previous version. Changes made at intervals greater than two minutes
|
||||
@@ -18,16 +18,16 @@ the user doesn't run out of space. This pattern is used to delete
|
||||
old versions:
|
||||
|
||||
* For the first second we keep one version
|
||||
* For the first 10 seconds ownCloud keeps one version every 2 seconds
|
||||
* For the first minute ownCloud keeps one version every 10 seconds
|
||||
* For the first hour ownCloud keeps one version every minute
|
||||
* For the first 24 hours ownCloud keeps one version every hour
|
||||
* For the first 30 days ownCloud keeps one version every day
|
||||
* After the first 30 days ownCloud keeps one version every week
|
||||
* For the first 10 seconds Nextcloud keeps one version every 2 seconds
|
||||
* For the first minute Nextcloud keeps one version every 10 seconds
|
||||
* For the first hour Nextcloud keeps one version every minute
|
||||
* For the first 24 hours Nextcloud keeps one version every hour
|
||||
* For the first 30 days Nextcloud keeps one version every day
|
||||
* After the first 30 days Nextcloud keeps one version every week
|
||||
|
||||
The versions are adjusted along this pattern every time a new version gets
|
||||
created.
|
||||
|
||||
The version app never uses more that 50% of the user's currently available free
|
||||
space. If the stored versions exceed this limit, ownCloud deletes the oldest
|
||||
space. If the stored versions exceed this limit, Nextcloud deletes the oldest
|
||||
versions until it meets the disk space limit again.
|
||||
|
||||
BIN
user_manual/images/anonym_click_sharing.png
Normal file
BIN
user_manual/images/anonym_click_sharing.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
BIN
user_manual/images/anonym_hide_file_listing.png
Normal file
BIN
user_manual/images/anonym_hide_file_listing.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
BIN
user_manual/images/anonym_upload.png
Normal file
BIN
user_manual/images/anonym_upload.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.7 KiB |
BIN
user_manual/images/anonym_uploaded_files.png
Normal file
BIN
user_manual/images/anonym_uploaded_files.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.4 KiB |
@@ -1,28 +1,27 @@
|
||||
.. _index:
|
||||
|
||||
===========================================
|
||||
ownCloud |version| User Manual Introduction
|
||||
Nextcloud |version| User Manual Introduction
|
||||
===========================================
|
||||
|
||||
**Welcome to ownCloud: your self-hosted file sync and share solution.**
|
||||
**Welcome to Nextcloud: your self-hosted file sync and share solution.**
|
||||
|
||||
ownCloud is open source file sync and share software for everyone from
|
||||
individuals operating the free ownCloud Server edition, to large enterprises
|
||||
and service providers operating the ownCloud Enterprise Subscription. ownCloud
|
||||
provides a safe, secure, and compliant file synchronization and sharing
|
||||
solution on servers that you control.
|
||||
Nextcloud is open source file sync and share software for everyone from
|
||||
individuals to large enterprises and service providers.
|
||||
Nextcloud provides a safe, secure, and compliant file synchronization and
|
||||
sharing solution on servers that you control.
|
||||
|
||||
You can share one or more files and folders on your computer, and synchronize
|
||||
them with your ownCloud server. Place files in your local shared directories,
|
||||
them with your Nextcloud server. Place files in your local shared directories,
|
||||
and those files are immediately synchronized to the server and to other devices
|
||||
using the ownCloud Desktop Sync Client, Android app, or iOS app. To learn more
|
||||
about the ownCloud desktop and mobile clients, please refer to their respective
|
||||
about the desktop and mobile clients, please refer to their respective
|
||||
manuals:
|
||||
|
||||
* `ownCloud Desktop Client`_
|
||||
* `ownCloud Android App`_
|
||||
* `Nextcloud Android App`_
|
||||
* `ownCloud iOS App`_
|
||||
|
||||
.. _`ownCloud Desktop Client`: https://doc.owncloud.org/desktop/2.1/
|
||||
.. _`ownCloud Android App`: https://doc.owncloud.org/android/
|
||||
.. _`Nextcloud Android App`: https://docs.nextcloud.org/android/
|
||||
.. _`ownCloud iOS App`: https://doc.owncloud.org/ios/
|
||||
|
||||
@@ -35,7 +35,7 @@ those individually if necessary.
|
||||
:alt: Adding a new device.
|
||||
|
||||
.. note:: You have only access to the device password when creating it,
|
||||
ownCloud will not save the plain password, hence it's recommended to
|
||||
Nextcloud will not save the plain password, hence it's recommended to
|
||||
enter the password on the new client immediately.
|
||||
|
||||
|
||||
|
||||
@@ -6,12 +6,12 @@ As a user, you can manage your personal settings.
|
||||
|
||||
To access your personal settings:
|
||||
|
||||
1. Clicking on your username in the top, right corner of your ownCloud instance.
|
||||
1. Clicking on your username in the top, right corner of your Nextcloud instance.
|
||||
|
||||
The Personal Settings Menu opens.
|
||||
|
||||
.. figure:: images/oc_personal_settings_dropdown.png
|
||||
:alt: screenshot of user menu at top-right of ownCloud Web GUI
|
||||
:alt: screenshot of user menu at top-right of Nextcloud Web GUI
|
||||
|
||||
*Personal Settings Menu*
|
||||
|
||||
@@ -30,15 +30,15 @@ include the following.
|
||||
* Usage and available quota
|
||||
* Manage your profile picture.
|
||||
* Full name. You can make this anything you want, as it is separate from your
|
||||
ownCloud login name, which is unique and cannot be changed.
|
||||
Nextcloud login name, which is unique and cannot be changed.
|
||||
* Email address.
|
||||
* Lists your Group memberships.
|
||||
* Manage your password.
|
||||
* :doc:`userpreferences`.
|
||||
* Choose the language for your ownCloud interface.
|
||||
* Choose the language for your Nextcloud interface.
|
||||
* Links to desktop and mobile apps.
|
||||
* Manage your Activity stream and notifications.
|
||||
* Default folder to save new documents to.
|
||||
* Your Federated sharing ID.
|
||||
* Social sharing links.
|
||||
* ownCloud version.
|
||||
* Nextcloud version.
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
==========================
|
||||
The ownCloud Web Interface
|
||||
The Nextcloud Web Interface
|
||||
==========================
|
||||
|
||||
You can connect to your ownCloud server using any Web browser; just point it to
|
||||
your ownCloud server and enter your username and password. Supported Web
|
||||
You can connect to your Nextcloud server using any Web browser; just point it to
|
||||
your Nextcloud server and enter your username and password. Supported Web
|
||||
browsers are:
|
||||
|
||||
* Firefox 14+
|
||||
@@ -12,7 +12,7 @@ browsers are:
|
||||
* IE9+ (except Compatibility Mode)
|
||||
|
||||
.. figure:: images/oc_connect.png
|
||||
:alt: ownCloud login screen.
|
||||
:alt: Nextcloud login screen.
|
||||
|
||||
.. note:: Some apps like ``files_external`` or ``encryption`` will disable
|
||||
the **Stay logged in** checkbox.
|
||||
@@ -20,7 +20,7 @@ browsers are:
|
||||
Navigating the Main User Interface
|
||||
----------------------------------
|
||||
|
||||
By default, the ownCloud Web interface opens to your Files page. You can add,
|
||||
By default, the Nextcloud Web interface opens to your Files page. You can add,
|
||||
remove, and share files, and make changes based on the access privileges set by
|
||||
you (if you are administering the server) or by your server administrator.
|
||||
|
||||
@@ -28,7 +28,7 @@ you (if you are administering the server) or by your server administrator.
|
||||
:scale: 75%
|
||||
:alt: The main Files view.
|
||||
|
||||
The ownCloud user interface contains the following fields and functions:
|
||||
The Nextcloud user interface contains the following fields and functions:
|
||||
|
||||
* **Apps Selection Menu**: Located in the upper left corner, click the arrow to
|
||||
open a dropdown menu to navigate to your various available apps.
|
||||
@@ -39,7 +39,7 @@ The ownCloud user interface contains the following fields and functions:
|
||||
finding your files, such as files that have been shared with you, and files
|
||||
that you have shared with others. You'll see different items for other apps.
|
||||
|
||||
* **Application View**: The main central field in the ownCloud user interface.
|
||||
* **Application View**: The main central field in the Nextcloud user interface.
|
||||
This field displays the contents or user features of your selected app.
|
||||
|
||||
* **Navigation Bar**: Located over the main viewing window (the Application
|
||||
@@ -50,7 +50,7 @@ The ownCloud user interface contains the following fields and functions:
|
||||
enables you to create new files, new folders, or upload files.
|
||||
|
||||
.. note:: You can also drag and drop files from your file manager into the
|
||||
ownCloud Files Application View to upload them to ownCloud. Currently,
|
||||
Nextcloud Files Application View to upload them to Nextcloud. Currently,
|
||||
the only Web browsers that support drag-and-drop folders are Chrome and
|
||||
Chromium.
|
||||
|
||||
@@ -60,7 +60,7 @@ The ownCloud user interface contains the following fields and functions:
|
||||
* **Gallery** button. This looks like four little squares, and takes you
|
||||
directly to your image gallery.
|
||||
|
||||
* **Personal Settings** menu: Click on your ownCloud username, located to the
|
||||
* **Personal Settings** menu: Click on your Nextcloud username, located to the
|
||||
right of the Search field, to open your Personal Settings dropdown menu. Your
|
||||
Personal page provides the following settings and features:
|
||||
|
||||
@@ -76,6 +76,6 @@ The ownCloud user interface contains the following fields and functions:
|
||||
* Federated Cloud ID
|
||||
* Social media sharing buttons
|
||||
* SSL certificate manager
|
||||
* ownCloud Version information
|
||||
* Nextcloud Version information
|
||||
|
||||
See :doc:`userpreferences` section to learn more about these settings.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
==========================================
|
||||
What's New for Users in ownCloud |version|
|
||||
What's New for Users in Nextcloud |version|
|
||||
==========================================
|
||||
|
||||
* Option to hide or expose hidden files in the Web GUI
|
||||
|
||||
Reference in New Issue
Block a user