Skip to content

Commit

Permalink
Fix various issues.
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 19, 2018
1 parent 0ff5fdf commit 3116c2c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ General settings
----
**General settings:** Change |webui| listening port, SSL and force SSL. Change admin password

**Notification system:** Integrated into several services in the form of email using postfix [1]_ backend as MTA, these include scheduled tasks, services monitoring, SMART, MDADM and cron-apt. Since |omv| 3.0 is possible to add also third party notification systems by using scripts, more information `here <https://github.com/openmediavault/openmediavault/blob/master/deb/openmediavault/usr/share/openmediavault/notification/sink.d/README>`_ and real example on how to use it `here <https://forum.openmediavault.org/index.php/Thread/14919-GUIDE-Use-Telegram-as-notification-service/>`_.
**Notification system:** Integrated into several services in the form of email using Postfix [1]_ backend as MTA, these include scheduled tasks, services monitoring, SMART, MDADM and cron-apt. Since |omv| 3.0 is possible to add also third party notification systems by using scripts, more information `here <https://github.com/openmediavault/openmediavault/blob/master/deb/openmediavault/usr/share/openmediavault/notification/sink.d/README>`_ and real example on how to use it `here <https://forum.openmediavault.org/index.php/Thread/14919-GUIDE-Use-Telegram-as-notification-service/>`_.

**Network configuration:** The web interface provides configuration options for ethernet, wifi (only WPA/WPA2 supported), bond and vlan interfaces. This also includes a panel for firewall configuration.
**Network configuration:** The web interface provides configuration options for ethernet, WiFi (only WPA/WPA2 supported), bond and vlan interfaces. This also includes a panel for firewall configuration.

**Certificates:** Create or import existing SSL and SSH certificates. This certificates can by used for securing the webUI or SSH access. Plugins can use the backend framework to select the available certificates.
**Certificates:** Create or import existing SSL and SSH certificates. This certificates can by used for securing the |webui| or SSH access. Plugins can use the backend framework to select the available certificates.

**Power Management:** Scheduled power management for hibernation (s5), suspend (s3), shutdown and/or reboot.

**Service Discovery:** Using avahi-daemon [2]_ is possible to announce the following services SAMBA, NFS, AFP, FTP, web admin panel, to any Linux desktop with file browser that supports it (GNOME, KDE or XFCE for example). OS X can recognise AFP and SAMBA services in the Finder sidebar. To announce SMB to windows clients, samba uses NetBios, not avahi.
**Service Discovery:** Using avahi-daemon [2]_ is possible to announce the following services Samba, NFS, AFP, FTP, web admin panel, to any Linux desktop with file browser that supports it (GNOME, KDE or XFCE for example). OS X can recognise AFP and Samba services in the Finder sidebar. To announce SMB to windows clients, samba uses NetBios, not avahi.

**Scheduled Tasks:** Based on cron the webUI can define tasks for running specific commands or custom scripts at certain time or regular intervals.

Expand Down Expand Up @@ -45,7 +45,6 @@ Access Right Management
Services
----


**SMB/CIFS:** SMB sharing protocol using Samba [5]_ as standalone server by default.

**FTP:** Service based on proftpd [6]_. Intended for accessing shares from remote or local.
Expand All @@ -64,6 +63,7 @@ Services

Diagnostics
----

**Dashboard:** By default the server comes with four information widgets. Network interfaces, System, Filesystem and service/daemon status. The dashboard panel can have widgets added using the plugin framework.

**System information:** The panel displays four tabs with system information and statistics graphs.
Expand All @@ -72,7 +72,6 @@ Diagnostics

**Services:** View status (enabled/disabled and running/not running) of services. Detailed information is provided by default for Samba, FTP and SSH. Plugins can use this tab to integrate their service information also.


.. [1] http://postfix.org
.. [2] https://www.avahi.org/
.. [3] https://www.smartmontools.org/
Expand Down

0 comments on commit 3116c2c

Please sign in to comment.