Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
omv [2015/11/11 16:52]
admin [OpenLDAP (in VirtualBox)]
omv [2015/11/12 00:33] (current)
admin [OpenLDAP (in VirtualBox)]
Line 281: Line 281:
 </​code>​ </​code>​
  
-===== TV / Movies Management ​Plugins ===== +===== Home Theater ​Plugins =====
- +
-System > OMV-Extras.org > Activate repos: Download Managers + Plex\\ +
-Save - Apply +
- +
-==== SABnzbd (1.0.5) ==== +
- +
-System > Plugins > Section Downloaders > openmediavault-sabnzbd 1.0.5 > Install +
- +
-Services > SABnzb:\\ +
-> Failed to execute command '​omv-mkconf sabnzbd getsettings':​ /​etc/​openmediavault/​config.xml:​1.1:​ Document is empty ^ /​etc/​openmediavault/​config.xml:​1.1:​ Start tag expected, '<'​ not found ^ +
- +
-Storage > ZFS\\ +
-Add Object: +
-  * Type: Filesystem +
-  * Prefix: //​Storage//​ +
-  * Name: OMV +
-  * Mountpoint:​ +
-  +
-Add Object: +
-  * Type: Filesystem +
-  * Prefix: //​Storage//​ +
-  * Name: Entertainment +
-  * Mountpoint:​ +
- +
-SABnzbd panel: +
-  * Enabled +
-  * Backup User Settings +
-    * Volume: Storage/​OMV +
- +
-Create SABnzbd download directories:​ +
-<​code>​ +
-> mkdir -p /​Storage/​Entertainment/​SABnzbd/​Downloads +
-> chmod -r go+rw /​Storage/​Entertainment/​SABnzbd/​ +
-</​code>​ +
- +
-Save + Apply\\ +
-SABnzbd Web Interface > (English) Start Wizard: +
-  * primary usenet provider: +
-    * Host: ssl-eu.astraweb.com +
-    * Port: 443 +
-    * Username: bitbox +
-    * Password: H------5 +
-    * Connections:​ (20) +
-    * SSL: checked +
-  * Access: +
-    * viewable by any pc on my network +
-    * Password: admin:​R----d +
-    * Enable HTTPS +
-  * Indexer: EMPTY +
- +
-https://​192.168.1.34:​9090/​ +
- +
-Config: +
-  In switches -> check Replace Spaces in Foldername +
-   +
-{{:​omv:​sabnzbd-conf-1.png?​direct&​200|}} {{:​omv:​sabnzbd-conf-2.png?​direct&​200|}} {{:​omv:​sabnzbd-conf-3.png?​direct&​200|}} {{:​omv:​sabnzbd-conf-4.png?​direct&​200|}} +
- +
-==== SickBeard (1.0.10) ==== +
- +
-System > Plugins > openmediavault-sickbeard 1.0.10 (check) + Install\\ +
-Services > Sick Beard > Repo: midgetspy/​Sick-Beard.git / Branch: master + Enable +
- +
-Sick Beard Web GUI: +
- +
-Config: +
-{{:​omv:​sickbeard-conf-1.png?​direct&​200|}} {{:​omv:​sickbeard-conf-2.png?​direct&​200|}} {{:​omv:​sickbeard-conf-3.png?​direct&​200|}} {{:​omv:​sickbeard-conf-4.png?​direct&​200|}} +
- +
-<​code>​ +
-> mkdir -p /​Storage/​Entertainment/​mediatheque/​tv +
-> mkdir -p /​Storage/​Entertainment/​mediatheque/​movies +
-> chmod -R 777 /​Storage/​Entertainment/​mediatheque +
-</​code>​ +
- +
-Use __/​Storage/​Entertainment/​mediatheque/​tv__ as parent directory for new shows. +
- +
- +
-==== Plex Media Server (1.0.12) ==== +
- +
-System > Plugins > openmediavault-plexmediaserver 1.0.12 > check + Install +
- +
-Settings: +
-  * Database Volume: Storage/​Entertainment +
-  * Enable +
- +
- +
-==== Couch Potato ==== +
- +
-System > Plugins > openmediavault-couchpotato 1.0.3 > check + Install +
- +
-Repo / Branch / Enable +
- +
-<​code>​ +
-> mkdir -p /​Storage/​Entertainment/​CouchPotato +
-> chmod -R 777 /​Storage/​Entertainment/​CouchPotato +
-</​code>​+
  
 +At this stage we'll [[:​omv:​hometheater|install the SABnzd, Sick Beard, Plex and Coach Potato plugins]]. ​
  
 ===== OpenLDAP (in VirtualBox) ===== ===== OpenLDAP (in VirtualBox) =====
Line 383: Line 289:
 We'll first have to [[:​omv:​virtualbox|install and configure the VirtualBox plugin]] in order to start building our OpenLDAP VM. We'll first have to [[:​omv:​virtualbox|install and configure the VirtualBox plugin]] in order to start building our OpenLDAP VM.
  
-We aim at deploying an OpenLDAP server to manage authentication mechanism. +We aim at deploying an OpenLDAP server to manage authentication mechanism, following [[https://​www.howtoforge.com/​how-to-install-openldap-server-on-debian-and-ubuntu|this how-to guide on HowToForge]]. The procedure is also described [[:​vms:​openldap|on this page of the wiki]].
- +