couchdb.internal.ignaz.nl Open in urlscan Pro
92.70.77.104  Public Scan

URL: https://couchdb.internal.ignaz.nl/
Submission: On July 14 via automatic, source certstream-suspicious — Scanned from NL

Form analysis 0 forms found in the DOM

Text Content

TURNKEY COUCHDB

 * Control Panel
 * Usage and Reference

Web Shell
Webmin
Fauxton




RESOURCES

 * TurnKey CouchDB release notes
 * CouchDB Manual & Documentation


SEE "USAGE AND REFERENCE" TAB FOR MORE INFO.


CONNECT TO COUCHDB

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

https://couchdb.internal.ignaz.nlcouchdb


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://couchdb.internal.ignaz.nl/_utils/