Skip to content

Commit 68917f9

Browse files
committed
Cleanup
Signed-off-by: Volker Theile <[email protected]>
1 parent f278203 commit 68917f9

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

administration/services/ftp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ FTP(S/ES)
5757
---------
5858

5959
|omv| provides two SSL/TLS modes for encrypting the FTP communication, implicit and explicit FTPS.
60-
The differences and features are explained `here <https://en.wikipedia.org/wiki/FTPS>`_ and `here <http://www.jscape.com/blog/bid/75602/Understanding-Key-Differences-Between-FTP-FTPS-and-SFTP>`_.
60+
The differences and features are explained `here <https://en.wikipedia.org/wiki/FTPS>`__ and `here <http://www.jscape.com/blog/bid/75602/Understanding-Key-Differences-Between-FTP-FTPS-and-SFTP>`__.
6161
Enabling FTP over SSL/TLS requires first that you create or import a certificate in the corresponding section. Once the certficate is there you can choose it from SSL/TLS section in FTP. The default FTPS of the server is explicit, you can click the checkbox to enable implicit. If you choose implicit make sure you forward port 900 in your router to port 21 in your NAS server if you're accessing from WAN, otherwise the client will probably display ECONREFUSED.
6262

6363
Tips

faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Can I use a usb flash drive (stick) for installing the system?
2525
Yes, but the installation does not have any optimizations to reduce writes
2626
into the OS disk. The usb media will most likely start failing within a
2727
few weeks of usage. Most common symptom is basic command execution does
28-
not work, denied login, etc. More information `here <https://forum.openmediavault.org/index.php/Thread/6438-Tutorial-Experimental-Third-party-Plugin-available-Reducing-OMV-s-disk-writes-al/>`_.
28+
not work, denied login, etc. More information can be found `here <https://forum.openmediavault.org/index.php/Thread/6438-Tutorial-Experimental-Third-party-Plugin-available-Reducing-OMV-s-disk-writes-al/>`__.
2929

3030
What are the default credentials for the UI?
3131
--------------------------------------------

installation/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ First time use:
4646

4747
.. toctree::
4848
:hidden:
49-
:maxdepth: 3
49+
:maxdepth: 2
5050

5151
via_iso
5252
on_usb

installation/via_iso.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Installation using an ISO image
2-
###############################
1+
Installation via ISO image
2+
##########################
33

44
.. important::
55

various/advset.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,5 @@ For more file modifications please have a look into the `file module <https://do
105105

106106
Finally you need to :doc:`deploy </development/tools/omv_salt>` your changes by running::
107107

108-
# omv-salt deploy run <SERVICE_NAME>
108+
# omv-salt deploy run <SERVICE_NAME>
109+

various/apt.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@ server.
6868

6969
**Install**::
7070

71-
$ apt-get install <packagename>
71+
$ apt-get install <packagename>
7272

7373
**Remove**::
7474

75-
$ apt-get remove <packagename>
75+
$ apt-get remove <packagename>
7676

7777
**Purge (remove package and configuration files)**::
7878

79-
$ apt-get purge <packagename>
79+
$ apt-get purge <packagename>
8080

8181
Repositories
8282
------------

0 commit comments

Comments
 (0)