DaveOakville wrote:
I've searched and not found any answers or tips - so here goes.
I want to use a photo gallery application (QDIG) against the photos on my NASLite box.
QDIG is a PHP application. (qdig.sourceforge.net/)
Does anyone have a php app running on the NASLite box? If so, would you share some tips?
Thanks,
Dave
to do what you are requesting youd have todo this:
1) setup a webserver
2) setup filesharing on the webserver
3) map the nas-lite pictures folder to a drive/share on the webserver
4) have your PHP application on the webserver pull from that drive letter / share
let me be very clear here... since there are no user level perms, unless the drive holding your images is set to read only your granting full access to your nas drive from the web server and if you dont write your app properly you could have disastrous results