Page 1 of 1
garbage collector php path synology
Posted: Thursday 22 November 2018 10:33
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
Re: garbage collector php path synology
Posted: Thursday 22 November 2018 13:33
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