Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foxbunny/rdbconsole
(Very) Simple browser-based console for RDBHost (http://www.rdbhost.com/)
https://github.com/foxbunny/rdbconsole
Last synced: 28 days ago
JSON representation
(Very) Simple browser-based console for RDBHost (http://www.rdbhost.com/)
- Host: GitHub
- URL: https://github.com/foxbunny/rdbconsole
- Owner: foxbunny
- Created: 2010-09-09T18:43:43.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-09-09T22:51:15.000Z (over 14 years ago)
- Last Synced: 2023-03-10T22:13:40.946Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 145 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.mkd
Awesome Lists containing this project
README
RDBConsole v0.0.3
=================__Very__ basic browser-based console for use with
[RDBHost](http://www.rdbhost.com/) service.Changelog for v0.0.3
--------------------* Fixed not being inside <head> (bummer)
* Aded <pre> tags around data dumpChangelog for v0.0.2
--------------------* Missing files were entered into repository.
Features
--------* Provides fieds for authentication (no JavaScript source modification)
* Remembers the credentials for 20 days automatically
* Can make browser 'forget' the credentials instantly
* Retrieves query results and dumps the raw JSONInstallation
------------To set up RDBConsole, you need to set up your hosts file to enable same-origin
policy to work. This is done by setting up a subdomain for your localhost
(assuming you are working on a local system). To do that, first give your
localhost a ``.tld`` suffix, to make it a fully qualified domain name.Edit your ``/etc/hosts`` file (on Linux and BSD systems) and add the following
line:127.0.0.1 localhost.tld
Next, you have to set up the RDBHost proxy subdomain. This is done by adding
the following line to your ``/etc/hosts``:208.78.103.48 rdbhost.localhost.tld
It is assumed that the subdomain is ``rdbhost``. For now, there is no
configuration UI for the subdomain, so it is advised that you stick with the
defaults. If you want to use a custom subdomain, you're on your own.Once this is set up, copy the files in this repository to a location servable
by your HTTP server, and direct your browser to console.html.Using RDBConsole
----------------To use the console, just type in your credentials into the appropriate fields,
and the query into the large query text box. Hit ``Execute``, and the results
will be loaded in the area above the form.Your credentials are stored in a cookie. If you wish to remove the cookie,
click on the ``Delete credentials`` button, and the cookie will be removed.
Cookie expires automatically after 20 days.Bugs and feature requests
-------------------------Use the [Issue tracker at GitHub.com](http://github.com/foxbunny/RDBConsole/issues)
to report any issues.