December 26, 2014

Airport Reciever Shareport on Synology

After compiling and getting Shareport up and running on my NAS, I ended up no using it heavily as it require manually starting due to the avahi server included with the Synology linux build not having the publish option avalable.

Luckly recently I was doing some research as my home AV setup had changed and someone has made a nice package that works well.  Originally the post here is covering setup but a person left a comment noting he had pre made packages available . I tried it out and it does work well.

April 24, 2014

Having a Synology diskstation is nice, but as they are now using FastCGI I have to remember to enable http files for php each time there is a DSM update.  Instead of having to look it up each time I am recording it. (From http://forum.synology.com/enu/viewtopic.php?f=20&t=82616)

1) edit /etc/httpd/sites-enabled-user/httpd-vhost.conf-user (or httpd-ssl-vhost.conf-user)
add the line AddHandler php5-fastcgi .php .php3 .php4 .php5 .phtml .html .htm .xml 

2) edit /etc/php/php-fpm.conf modify the line adding the extension U want security.limit_extensions = .php .php3 .php4 .php5 .phtml .xml

 3) edit /etc/php/php.ini short_open_tag = Off

 4)execute /usr/syno/sbin/synoservicecfg --restart httpd-user