Is Futon on the Ubuntu One Server availible? Is it possible to see/modify the CouchDB Databases on the Ubuntu One server?
Asked
Active
Viewed 338 times
1 Answers
6
It is possible to see and modify the Ubuntu One CouchDB, but not via Futon. All you need to do is do OAuth-authenticated (but not HMAC-signed OAuth) REST requests to the right URL, using your Ubuntu One-specific Ubuntu SSO token.
One easy(ish) way of seeing the Ubuntu One CouchDB is using a little tool I wrote, which I called watgui because I'm really bad at names. It only does GET requests for now.
First, you use the tool to work out the “magic CouchDB URL”:

Then, you turn off HMAC signing, and you can use the URL to get access to the databases. For example, here's me looking at my notes database:

Chipaca
- 10,130