Page 1 of 1

Place theme file on synology nas

Posted: Thursday 06 October 2016 22:20
by Btje
Where can i find the www dir. I have ssh acces but could not find it.

Re: Place theme file on synology nas

Posted: Thursday 06 October 2016 22:25
by jumbotroll
Btje wrote:Where can i find the www dir. I have ssh acces but could not find it.
/usr/local/domoticz/www
/usr/local/domoticz/www/styles

Re: Place theme file on synology nas

Posted: Thursday 18 June 2020 10:24
by LohnDjango
So an example of instructions on https://www.domoticz.com/wiki/Machinon_Theme =

Code: Select all

cd domoticz/www/styles

Code: Select all

git clone https://github.com/EdddieN/machinon-domoticz_theme.git machinon

Code: Select all

sudo /etc/init.d/domoticz.sh restart
to change themes after connecting to root of Synology:

Code: Select all

cd /usr/local/domoticz/www/styles

Code: Select all

git clone https://github.com/EdddieN/machinon-domoticz_theme.git machinon

Code: Select all

sudo /etc/init.d/domoticz.sh restart
the last command does not work -->

Code: Select all

 sudo: /etc/init.d/domoticz.sh: command not found
what is different for Synology users?? (we are already in the right directory??)