Skip to content
R Kent James edited this page Oct 31, 2017 · 2 revisions

JSBIN currently uses an older version of JSBIN which uses SQLITE for a database (newer versions require MYSQL).

Running standalone

For JSBIN to work correctly as an isolated container, you need to access it from a web browser using a DNS name of jsbin.ed, not an IP address. If you are not using the full OPE system with DNS management, the easiest way to do that is to set a DNS name in your hosts file.

That is, access c:\Windows\System32\Drivers\etc\hosts using an editor started with admin rights. Add an entry for jsbin.ed pointing to the IP address of your Docker system, for example:

192.168.0.182     jsbin.ed

Configuration issues

HTTP password

jsbin requires users to setup an account with a name and password. Currently jsbin is running on http:// but modern browsers complain if you try to set a password without using https:// This can be bypassed in Firefox by setting a configuration variable (using about:config):

security.insecure_password.ui.enabled   false
Clone this wiki locally