In de wiki staat nochtans wat ik bedoel:
https://github.com/spotweb/spotweb/wiki ... b-ProviderIn brickman's install guide staat hoe het zou moeten voor op een synology:
# To enable the Newznab function of Spotweb one has the following options:
# 1) Modifiy the httpd.conf file (is modified after a firmware update!)
# 2) Use a .htaccess file (is a bit slower)
# 1) Edit the apache config
nano /usr/syno/apache/conf/httpd.conf-user
# 1) Add the following lines after the following entry: <Directory "/var/services/web"> ...... </Directory>
# Include external config
Include /volume1/@appstore/apache_conf/.apache.conf
# 1) Retrieve configuration file
wget -O /volume1/@appstore/apache_conf/.apache.conf
http://dl.dropbox.com/u/5653370/apache_ ... pache.conf# 1) Retrieve spotweb configuration file
wget -O /volume1/@appstore/apache_conf/.spotweb.apache.conf
http://dl.dropbox.com/u/5653370/apache_ ... pache.conf# 1) Restart apache
/usr/syno/etc.defaults/rc.d/S97apache-user.sh restart
# 2) Download the .htaccess file
wget -O /volume1/web/spotweb/.htaccess
http://dl.dropbox.com/u/5653370/spotweb/.htaccessBij mij gaat het bij de stap van de wget -O /volume1/@appstore/apache_conf/.apache.conf echter al mis.
Ik heb in de /volume1/@appstore ook geen apache_conf folder staan...
Het downloaden van de htaccess file heb ik nog niet geprobeerd...
Iemand die hiermee reeds verder is gekomen? Ligt misschien aan het feit dat ik op DSM 3.2 zit...
Alvast bedankt