-
Published Answer
Update from several hours later again: it doesn’t work. This is a surprise. Working is one thing, not working is another, but skipp…
•
By
NiloCK
-
Published Answer
Update from several hours later: it works!
I guess (this IS a guess, DNS is mysterious to me) that some portions of the DNS prop…
•
By
NiloCK
-
Published Question
I have a CouchDB database running on a Ubuntu 16.04 droplet. Yesterday I registered a domain and configured my DNS settings so that the domain points to the droplet. This seems to be working:
https://mxtoolbox.com/Sup...
2
•
•
By
NiloCK
DNS
Ubuntu 16.04
-
Published Question
Currently on the droplet's dashboard, a window prompts us with:
New! Update Droplet to Monitoring
I followed the 'Learn How to Update' link, which has two parts:
Uninstall the legacy metrics agent: sudo apt-get pur...
1
•
•
By
NiloCK
Monitoring
Ubuntu 16.04
-
Published Question
I've set up a couchdb v 2.3.0 server on a new DO droplet. It's running. See the following from an ssh log:
skuilder@ubuntu-couchdb:~$ curl localhost:5984
{"couchdb":"Welcome","version":"2.3.0","git_sha":"07ea0c7","uu...
Accepted Answer:
Hi
Can you make sure CouchDB is set to listen on the public IP like this:
bind_address = 0.0.0.0
Right now it's likely listening on the local loop 127.0.0.1 only.
Cheers
1
•
•
By
NiloCK
Databases
DigitalOcean
Ubuntu 16.04