Server Configurations

From Pikes' Wiki
Jump to navigation Jump to search

Doctor

  • Added 16GB ram
  • Added NFS link to Librarian for ISO access following instructions from here

Wormhole

unRaid - Install SABnzbd and Sickbeard

  • clamav installation
    • Copy clamav package to /boot/extras
    • Copy libtool package to /boot/extras
    • Install packages manually with installpkg or reboot
    • Configure (to be automated with /boot/config/go script
      • bash: mkdir /usr/share/clamav
      • bash: freshclam
      • bash: /etc/rc.d/rc.clamav start
  • Dynamix plugin and modules
    • Grab Dynamix Web Gui plg file via limetech or github
    • Grab Dynamix Plugin Control plg file from the same location as above
    • Unzip the plugins (unless you grabbed the plg directly) and place the plg files in /boot/config/plugins or \\server\flash\config\plugins
    • Restart unraid or from command line run:
      • installplg /boot/config/plugins/dynamix.webGui*.plg
      • installplg /boot/config/plugins/dynamix.plugin*.plg
    • Go to your unraid/Main page and click on the new Dynamix tab
  • ownCloud (depends on Dynamix plugin)
    • Install Dynamix Web Server plugin

This will give you a web server that can host

  • Ports in Use
    • 80 - Reserved for possible use with AppleTV hack
    • 81 - Dynamix Web Server plugin
    • 88 - Main unraid management (emhttp server)
    • 90 - unMenu
    • 4040 - Subsonic
    • 8080 - SabNZBD
    • 8081 - SickBeard
    • 32400 - Plex Management
    • 50001 - btsync management

Librarian

Orb

  • Disable DS_Store files on network shares
    defaults write com.apple.desktopservices DSDontWriteNetworkStores true