Exposing CouchDB to the World
Posted: May 29th, 2009 | Author: danny | Filed under: couchdb | 2 Comments »To allow non-local connections to couchdb is quite easy.
To allow non local access, modify
/usr/local/etc/couchdb/default.ini
so that
bind_address = 0.0.0.0
Beware of security implications: http://wiki.apache.org/couchdb/Frequently_asked_questions#secure_remote_server
@Jan
I'm trying out CouchApp on an experimental internal facing system so the security issues aren't really a problem. Though, I'm interested in how CouchApp is intended to be used in the wild -- I'll investigate that once, I've got stuff working internally.