2009/4/26 99eclipse <legacyzone.admin@gmail.com>
I've successfully installed KOHA 3 on Ubuntu 8.10. Is it possible to add books when I'm accessing the staff client from the internet and not from the local network? -- View this message in context: http://www.nabble.com/Staff-Client-query-tp23240287p23240287.html Sent from the Koha - Discuss mailing list archive at Nabble.com.
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
You can make the staff client accessible from the internet; this would depend on the exact setup of your network, but it shouldn't be that hard. It would involve forwarding a port from your router/modem to your web server. If you can forward ports, and wish for a slightly more secure solution (Koha does transmit passwords in plaintext, along with everything else), you can set it up so you can log into a server on your network with SSH. Then, you can use an SSH tunnel to access Koha from afar. Not that the SSH-accessible server doesn't even have to be your webserver, just a computer that can access it. -- Jesse Weaver