Skip to content

blakstrox/keeweb-local-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

keeweb-local-server

This plugin adds support for simple storage on same self hosted server. Reading and writing is done through simple php script server.php.

User is then asked for password to access server files (which can also be changed in php script). It should be easy to rewrite server-side storage script to other programming languages as well.

Screenshot_from_2017_12_30_23_35_26 Screenshot_from_2017_12_30_21_07_37 Screenshot_from_2017_12_30_21_07_53

Installation

Download keeweb, place it to the same directory and override in index.html

<meta name="kw-config" content="(no-config)">

to

<meta name="kw-config" content="config.json">

Update read / write password in server.php and configure path to keepass databases.

Author

License

About

Local Server Plugin for KeeWeb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.7%
  • PHP 23.3%