pfn / keepasshttp

KeePass plugin to expose password entries securely (256bit AES/CBC) over HTTP
GNU General Public License v3.0
1.99k stars 275 forks source link

Only Works For Localhost With GUI Based? #184

Open JuneLeGency opened 9 years ago

JuneLeGency commented 9 years ago

Hey,I've got some doubt about this plugin. What if I want build my keepass server on my own centos vps or some system without GUI.What if I want make this as a service on most remote server is only work with command line and I just want every client keepass app can connect not only chrome extension. Do you got any solution?

ossmoos commented 9 years ago

Hi JuneLeGency, I have done the same. But I've had to change the code. Open class KeePassHttpExt and search for the initialization of variable HTTP_PREFIX. Change localhost to your domain name:

private const string HTTP_PREFIX = "http://[yourdomainname.com]:";

As an improvement I suggest an option in the UI to type in the domain name.