garbage collector php path synology

Dashticz, alternative dashboard based on HTML, CSS, jQuery

Moderators: leecollings, htilburgs, robgeerts

Post Reply
elbennito
Posts: 21
Joined: Tuesday 27 February 2018 18:19
Target OS: NAS (Synology & others)
Domoticz version:
Contact:

garbage collector php path synology

Post by elbennito »

for the garbage collector to work I need to fill in in the php path:
config['dashticz_php_path']='******'
Does anybody know what the php path is on a synology nas?

kind regards,
Benny
Lokonli
Posts: 2290
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: garbage collector php path synology

Post by Lokonli »

elbennito wrote: Thursday 22 November 2018 10:33 for the garbage collector to work I need to fill in in the php path:
config['dashticz_php_path']='******'
Does anybody know what the php path is on a synology nas?

kind regards,
Benny
With a default installation you would run dashticz on a php-enabled webserver (like Apache).
Then the dashticz_php_path will have it's default location: './vendor/dashticz/' and you can remove config['dashticz_php_path'] from your CONFIG.js.

If you decide to run the php files from a different (php-enabled) webserver then first you have to copy the ./vendor/dashticz folder to that server.
If you for instance copied it to <webroot>/dashticzphpfolder on server http://192.168.178.1:88 then use the following setting:

Code: Select all

config['dashticz_php_path']='http://192.168.178.1:88/dashticzphpfolder/';
I don't know what the <webroot> location is on Synology, but google thinks it's /volume1/web
Post Reply

Who is online

Users browsing this forum: FireWizard and 1 guest