TurnKey CouchDB

Connect to CouchDB

Connect to CouchDB via the /couchdb sub-directory. I.e.:

https://example.com/couchdb

Customize this page

Customize this page by updating/replacing the /var/www/index.html file. And/or adjust the Nginx config found at /etc/nginx/sites-available/couchdb.

Enable CouchDB on web root - disable this page

An alternate 'couchdb-standalone' Nginx config is provided that will allow you to replace this page with direct access to CouchDB (i.e. via the naked domain without the '/couchdb' URL suffix). To enable that, log into your server via ssh and run the following:

rm /etc/nginx/sites-enabled/couchdb
ln -s /etc/nginx/sites-available/couchdb-standalone /etc/nginx/sites-enabled/couchdb-standalone
systemctl restart nginx

Remember:
Fauxton will still be available, but it's URL is relative to CouchDB. So after making this change, you'll find it by adding /_utils to the base URL. I.e.:

https://example.com/_utils