hi bman289,
I know the HDA can be accessed remotely via VPN...I'd also love to set it up as a webserver (I chose the webserver feature on the Fedora 9 install) so that friends can access it over the internet via my domain name. I'd like to throw up a webpage of my own design to greet visitors, with my own links to shares, etc. Is this possible?
it is certainly possible. we know of several people in the community having done so.
there is demand for this feature, so we will probably put something in soon to make it easy to do this in a safe way.
as rampage pointed out, it's something that we need to do with care, as there are potential security implications for doing so.
DISCLAIMER: following the instructions below may or may not be fully secure. please don't blame me if your system blows up in pieces!
Assuming I created a domain name of mystuff.com during the Amahi install, what would friends be typing into their address bar to access the site? Can anyone tell me where I'd put my "index" & other files for the page?
Also guess I'd need to allow port forwarding on a router port?
yes, you will need to forward port 80 and/or port 443 (https).
you will need to point mystuff.com to your ip address, or make it a CNAME to YOURNICK.yourhda.com
(or your own dyndns, if you have any).
Are people doing this and if so should they be doing it?

It sounds cool but also invites some special security concerns I'm sure. Lots of questions I know...appreciate the patience.
Thanks to the Amahi Team!!
This is technical, so be cautious on what you do. I assume you can run commands in
What page gets shown by default is controlled by the order of the files in /etc/httpd/conf.d.
Link or copy (don't move!) the conf file of the app you want to make the default to a file called
00-default.conf. Say you have 1003-gallery2.conf running gallery and you want to show it by default.
You do this:
Code: Select all
ln 1003-gallery2.conf 00-default.conf
service httpd restart
i would recommend making it password protected and perhaps running it over https.