Services: Hula hula 3.0 true yes Change http://www.pfsense.com/packages/All/hula.tgz Hula Setup This area will help setup Hula for the first time.
Services
hula.xml
Hula Admin This area will help manage Hula from day to day.
Services
http://$myurl:89
Hula Users This area is for user logins.
Services
http://$myurl:8080
Hula Default Domain domain Enter the default domain that hula will use. input conf_mount_rw(); config_lock(); system("/usr/local/hula/sbin/hulasetup --domain=" . $_POST['domain']); system("/usr/local/etc/rc.d/hula.sh &"); conf_mount_ro(); config_unlock(); system("/usr/bin/killall -9 hulamanager"); system("rm -rf /usr/local/hula"); system("rm /usr/local/etc/rc.d/hula.sh"); system("rm /usr/local/etc/rc.d/hula.sh"); $fout = fopen("/usr/local/etc/rc.d/hula.sh","w"); fwrite($fout, "#!/bin/sh\n\n"); fwrite($fout, "/sbin/mount -t linprocfs linprocfs /proc\n"); fwrite($fout, "/usr/local/hula/sbin/hulamanager &\n"); fclose($fout); system("chmod 555 /usr/local/etc/rc.d/hula.sh &");