mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 09:49:33 +07:00
Fix indefinite article before Nextcloud (an->a)
This commit is contained in:
@@ -211,7 +211,7 @@ module is OC_DEFAULT_MODULE)::
|
||||
The [module ID] is taken from the ``encryption:list-modules`` command.
|
||||
|
||||
Encrypt all data files for all users. For performance reasons, when you enable
|
||||
encryption on an Nextcloud server only new and changed files are encrypted. This
|
||||
encryption on a Nextcloud server only new and changed files are encrypted. This
|
||||
command gives you the option to encrypt all files. You must first put your
|
||||
Nextcloud server into maintenance mode to prevent any user activity until
|
||||
encryption is completed::
|
||||
|
||||
@@ -4,7 +4,7 @@ Nextcloud
|
||||
|
||||
A Nextcloud storage is a specialized :doc:`webdav` storage, with optimizations
|
||||
for Nextcloud-Nextcloud communication. See the :doc:`webdav` documentation to
|
||||
learn how to configure an Nextcloud external storage.
|
||||
learn how to configure a Nextcloud external storage.
|
||||
|
||||
When filling in the **URL** field, use the path to the root of the Nextcloud
|
||||
installation, rather than the path to the WebDAV endpoint. So, for a server at
|
||||
|
||||
@@ -9,7 +9,7 @@ interaction.
|
||||
|
||||
These jobs are typically referred to as *cron jobs*. Cron jobs are commands or
|
||||
shell-based scripts that are scheduled to run periodically at fixed times,
|
||||
dates, or intervals. ``cron.php`` is an Nextcloud internal process that runs
|
||||
dates, or intervals. ``cron.php`` is a Nextcloud internal process that runs
|
||||
such background jobs on demand.
|
||||
|
||||
Nextcloud apps register actions with ``cron.php`` automatically
|
||||
|
||||
@@ -34,7 +34,7 @@ Show user backend, Send email to new users,** and **Show email address**.
|
||||
User accounts have the following properties:
|
||||
|
||||
*Login Name (Username)*
|
||||
The unique ID of an Nextcloud user, and it cannot be changed.
|
||||
The unique ID of a Nextcloud user, and it cannot be changed.
|
||||
|
||||
*Full Name*
|
||||
The user's display name that appears on file shares, the Nextcloud Web
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
Nginx configuration
|
||||
===================
|
||||
|
||||
This page covers example Nginx configurations to use with running an Nextcloud
|
||||
This page covers example Nginx configurations to use with running a Nextcloud
|
||||
server. This page is community-maintained. (Thank you, contributors!)
|
||||
|
||||
- You need to insert the following code into **your Nginx configuration file.**
|
||||
|
||||
@@ -40,7 +40,7 @@ See :doc:`source_installation` for minimum PHP-modules and additional software f
|
||||
Memory
|
||||
^^^^^^
|
||||
|
||||
Memory requirements for running an Nextcloud server are greatly variable,
|
||||
Memory requirements for running a Nextcloud server are greatly variable,
|
||||
depending on the numbers of users, apps, files and volume of server activity.
|
||||
|
||||
Nextcloud needs a minimum of **128MB** RAM, and we recommend a minimum of **512MB**.
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
Backup
|
||||
======
|
||||
|
||||
To backup an Nextcloud installation there are four main things you need to retain:
|
||||
To backup a Nextcloud installation there are four main things you need to retain:
|
||||
|
||||
#. The config folder
|
||||
#. The data folder
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
Upgrade via built-in updater
|
||||
============================
|
||||
|
||||
The built-in updater automates many of the steps of upgrading an Nextcloud
|
||||
The built-in updater automates many of the steps of upgrading a Nextcloud
|
||||
installation. It is useful for installations that do not have root access,
|
||||
such as shared hosting, for installations with a smaller number of users
|
||||
and data, and it automates updating
|
||||
|
||||
@@ -123,7 +123,7 @@ automatically every time you log in to your Linux computer.
|
||||
|
||||
usermod -aG davfs2 <username>
|
||||
|
||||
3. Then create an ``nextcloud`` directory in your home directory for the
|
||||
3. Then create a ``nextcloud`` directory in your home directory for the
|
||||
mountpoint, and ``.davfs2/`` for your personal configuration file::
|
||||
|
||||
mkdir ~/nextcloud
|
||||
@@ -227,7 +227,7 @@ Accessing files using Microsoft Windows
|
||||
---------------------------------------
|
||||
|
||||
If you 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
|
||||
drive. Mapping to a drive enables you to browse files stored on a 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
|
||||
|
||||
@@ -136,7 +136,7 @@ Public link shares are marked with a chain link. Un-shared folders are blank.
|
||||
Creating or uploading files and directories
|
||||
-------------------------------------------
|
||||
|
||||
Upload or create new files or folders directly in an Nextcloud folder by clicking
|
||||
Upload or create new files or folders directly in a Nextcloud folder by clicking
|
||||
on the *New* button in the Files app.
|
||||
|
||||
.. figure:: ../images/files_page-6.png
|
||||
|
||||
@@ -3,7 +3,7 @@ Making anonymous uploads
|
||||
========================
|
||||
|
||||
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
|
||||
files to you without having to log in to the server, and without being a 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,
|
||||
@@ -29,7 +29,7 @@ Uploading files
|
||||
---------------
|
||||
|
||||
Using the anonymous upload function is simple. You receive a link to the upload
|
||||
folder, click the link, and then you'll see an Nextcloud page with a **Click to
|
||||
folder, click the link, and then you'll see a Nextcloud page with a **Click to
|
||||
upload** button.
|
||||
|
||||
.. image:: ../images/anonym_upload.png
|
||||
|
||||
Reference in New Issue
Block a user