I hope this is the right place. If not, please feel free to move it.
I have a directory of recipes I've collected over forever that I would like to share with my adult children. I have that directory on an Internet-facing file server and I can get to it via ssh, ftp and a web browser thanks to a symbolic link in /var/www/html.
I would like something a little more presentable that I could refer the kids to. It has to be a simple point-and-click affair. They could just browse the listing and download the document they wanted. I don't want to have to install a content management system. I had a Drupal installation a few years ago and I didn't do anything with it, therefore, it just sat there unpatched and drew a lot of interesting spam.
I do, however, have a Dokuwiki installation on this server that seems well suited to this kind of thing, except that it doesn't offer a file server that I can get to work. I've installed the filelist and directorylist extensions and neither seems to work as advertised.
I can get the listings to show up with directorylist, but I can't get the links to download because Dokuwiki wants the files to live under the document root of Apache. So, while my documents live in \share\Recipes, Docuwiki reads the symbolic link, "/var/www/html/recipes" and creates the file listing just fine. When you click the link to download, the object under "<document_root>/share/Recipes/<filename>" is not found (error 404).
Is there a solution for this with Dokuwiki? Some way to mount the share so that Docuwiki can actually find the files? Is there some other simple solution short of a CMS that I haven't found?
Thanks much.
Mark