LinHES Forums http://forums.linhes.org/ |
|
MythGallery via MythWeb http://forums.linhes.org/viewtopic.php?f=17&t=7999 |
Page 1 of 1 |
Author: | Kamy [ Fri Jan 20, 2006 4:39 pm ] |
Post subject: | MythGallery via MythWeb |
Is there any way to access mythgallery via mythweb? |
Author: | ryanpatterson [ Fri Jan 20, 2006 5:16 pm ] |
Post subject: | |
Easiest way would be to add a symbolic link to the /var/www directory pointing to your MythGallery directory. Try the following: Code: ln -s /myth/gallery/ /var/www/MythGallery then point your webbroweser to: Code: http://<mythtv-ip-address>/MythGallery You could add a password if you want by linking under the mythweb directory with the following command (assuming you left the password intack on that directory): Code: ln -s /myth/gallery/ /var/www/mythweb/MythGallery
|
Author: | Kamy [ Fri Jan 20, 2006 9:20 pm ] |
Post subject: | |
Well, that certainly worked, and it was easy ![]() But what I was hoping to do was be able to view my images in a thumbnail view as opposed to just a directory view. I suppose I could create a webpage and stick it in /myth/gallery/ is there any reason that wouldn't work? Or a betterway to accomplish this? Quote: You could add a password if you want by linking under the mythweb directory with the following command (assuming you left the password intack on that directory):
Code: ln -s /myth/gallery/ /var/www/mythweb/MythGallery I assumed the above would force the use of the password I have setup for mythweb, but apparently it did not, can somebody point me in the direction to instructions to secure this? Thanks |
Author: | ryanpatterson [ Fri Jan 20, 2006 10:40 pm ] |
Post subject: | |
Kamy wrote: Well, that certainly worked, and it was easy ![]() But what I was hoping to do was be able to view my images in a thumbnail view as opposed to just a directory view. I suppose I could create a webpage and stick it in /myth/gallery/ is there any reason that wouldn't work? Or a betterway to accomplish this? There are many programs/scripts already avaiable to generate a webpage of thumbnails. Kamy wrote: Quote: You could add a password if you want by linking under the mythweb directory with the following command (assuming you left the password intack on that directory): Code: ln -s /myth/gallery/ /var/www/mythweb/MythGallery I assumed the above would force the use of the password I have setup for mythweb, but apparently it did not, can somebody point me in the direction to instructions to secure this? It requires the password on my machine just like it should. Keep in mind if you view the "normal" mythweb page then view the MythGalery page in the same webbrowser window it wont ask for the password a second time. Apache sees everything under /var/www/mythweb as the same. |
Page 1 of 1 | All times are UTC - 6 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |