Skip to content

Commit

Permalink
Continue to add content.
Browse files Browse the repository at this point in the history
Signed-off-by: Volker Theile <volker.theile@openmediavault.org>
  • Loading branch information
votdev committed Jan 16, 2018
1 parent c7304f4 commit 45a3f03
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
12 changes: 6 additions & 6 deletions FAQ.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FAQ


What is OMV?
OMV is an abbreviation of |omv|
OMV is an abbreviation of |omv|.


Is |omv| a fork of FreeNAS?
Expand All @@ -29,16 +29,16 @@ I´ve lost the WebInterface password. How do I reset it?
Simply connect via ssh to your server or login locally on your machine and type in: omv-firstaid . There is an option to reset your password. More information about [[openmediavault:features:omv-firstaid|omv-firstaid]]

Can I backup or restore and existing OpenMediaVaut configuration?
No. You can keep the file :file:`/etc/openmediavault/config.xml` for references purposes if you decide to go for a clean re-install
No. You can keep the file :file:`/etc/openmediavault/config.xml` for references purposes if you decide to go for a clean re-install.

What is the default HTTP engine of |omv|?
NGINX. The last version of OMV with Apache was 0.5 Sardoukar.
NGINX. The last version of |omv| with Apache was 0.5 Sardoukar.

Can I use Apache as HTTP engine?
You can use it but is not supported. Eventually every |omv| package upgrade will activate NGINX again leaving you with a broken webUI. You can run a parallel Apache instance to Nginx just make sure the ports are different otherwise your OMV webUI will not work.

How can use the default http engine to hold my own web page?
Do not modify |omv| default nginx files. Read `Nginx <http://nginx.org/en/docs/|documentation>`_. You can place your website configurations at :file:`/etc/nginx/sites-available,enabled`.
How can use the default HTTP engine to hold my own web page?
Do not modify |omv| default NGINX files. You can place your website configurations at :file:`/etc/nginx/sites-available` and enable it with ``nginx_ensite <SITE>``. Read more information in the `NGINX documentation <http://nginx.org/en/docs/>`_.

Why does the system rewrites a configuration file(s) that I have manually edited?
OMV takes full control of some system services. This services include monit, ntp, samba, network, proftpd, nginx, php5-fpm, etc.
Expand Down Expand Up @@ -85,4 +85,4 @@ I want to experiment with |omv| or make changes to the code
As a true open source system you can do whatever you want with it. The recommendation is you don't do it in your home appliance server to avoid breaking the web interface. The best thing to do is to use a Virtual Machine. In `Sourceforge <http://sourceforge.net/projects/openmediavault/files/vm/VirtualBox%20images/>`_ you can find a preconfigured OpenMediaVault virtual disk ready to launch.

What is the ``omv-update`` and ``omv-release-upgrade`` do?
Information about those commands are in the update/upgrade section
Information about those commands are in the update/upgrade section.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Build the HTML code

$ make autobuild

Now open <http://localhost:8000/> in your browser to view the Wiki page. Any
changes to the documentation code will be rendered now immediatelly.
Now open <http://localhost:8000/> in your browser to view the documentation.
Any changes to the documentation code will be rendered now immediatelly.

Cleanup the generated HTML
--------------------------
Expand Down
3 changes: 2 additions & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This patterns also effect to html_static_path and html_extra_path
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'venv']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'venv', 'README.md',
'LICENSE', 'Makefile', '.git']

# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
Expand Down

0 comments on commit 45a3f03

Please sign in to comment.