Open Media Vault
OpenMediaVault.org (OMV) | WikiPedia | Download | Wiki | Forum | Virtualbox |
Plugins | Install OMV-extras plugin | Latest Updates |
Plugins Github | Developers |
OMV-extras.org | how-to install
Plugins
Deluge | Install howto | GitHub | Manual install
PXE-Boot | Forum |
Mumble | OMV-Extras |
Pooling | aufs | hddfs | userpost | userpost aufs vs hddfs |
Spotweb | Manual setup | api-call configuration
Howto / Documentation
Links to Guides and Tutorials | Problems?! | Step by step installation
Privileges and permissions explained under OMV
Upload Logfile via WebGUI on OpenMediaVault 1.x for Support
Increase Software RAID5 write speed
Custom tweaks
spotweb api calls | edit /etc/nginx/sites-enabled/openmediavault-nginx | location /spotweb { if ($uri !~ “api/”){ rewrite api/?$ /spotweb/index.php?page=newznabapi last; } }
change the foldername spotweb to the correct location (if there is no folder use / )
sabnzbd does not start in https mode | in file /etc/init.d/sabnzbd , comment-out # OPTIONS=”$OPTIONS –server $SERVER”
PXE
configurations | PXEubuntu
forum | OMV | Openelec.PXE / NFS |
KB | Search for PXE |
Apps | Acronis | WinPE / Synology
Help
Web-console stuck in “The web server software is running but no content has been added, yet.”
Service apache2 stop
update-rc.d -f apache2 remove
service nginx restart