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
Last revision Both sides next revision
omv [2015/11/11 16:52]
admin [OpenLDAP (in VirtualBox)]
omv [2015/11/12 00:22]
admin [OpenLDAP (in VirtualBox)]
Line 281: Line 281:
 </​code>​ </​code>​
  
-===== TV / Movies Management ​Plugins =====+===== Home Theater ​Plugins =====
  
-System > OMV-Extras.org > Activate reposDownload Managers + Plex\\ +At this stage we'll [[:omv:​hometheater|install the SABnzd, Sick Beard, ​Plex and Coach Potato plugins]]. ​
-Save - Apply+
  
-==== SABnzbd ​(1.0.5) ====+===== OpenLDAP ​(in VirtualBox=====
  
-System > Plugins > Section Downloaders > openmediavault-sabnzbd 1.0.5 > Install+We'll first have to [[:​omv:​virtualbox|install and configure the VirtualBox plugin]] in order to start building our OpenLDAP VM.
  
-Services > SABnzb:\\ +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]].
-> 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>​ <​code>​
-mkdir -p /​Storage/​Entertainment/​SABnzbd/​Downloads +apt-get update  ​ 
-chmod -r go+rw /​Storage/​Entertainment/​SABnzbd/​+apt-get install slapd ldap-utils
 </​code>​ </​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>​ 
- 
- 
-===== OpenLDAP (in VirtualBox) ===== 
- 
-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. 
- 
-