Skip to content

LuCu11/nextcloud-keeweb

 
 

Repository files navigation

Keeweb for Nextcloud

Nextcloud is an open source, self-hosted file sync and share and communication app platform. Keeweb is a web application for working with databases of the Keepass password manager.

This integrates the two with each other. Just click on a *.kdbx file in Your Nextcloud to open it.

demo

Install

  1. Go to the releases page, download the latest version.
  2. Extract it to your_nextcloud/apps, for example with tar xvf keeweb-0.3.0.tar.gz -C /path/to/your/nextcloud/apps.
  3. Go to "Apps" and then "Not enabled", scroll down to "Experimental" and enable it.

To update to a new version, simply repeat these steps.

Development setup

git clone https://github.com/jhass/nextcloud-keeweb.git
cd nextcloud-keeweb

git clone -b stable11 https://github.com/nextcloud/server.git nextcloud
ln -sf "$(pwd)/keeweb" nextcloud/apps

git clone https://github.com/keeweb/keeweb.git keeweb-source

# Install grunt, npm, bower

bin/build keeweb_version # Requires 1.3 or later
bin/server

Contributing

  1. Fork the repository and clone your fork.
  2. Create a new branch.
  3. Commit your patch.
  4. Push the branch and open a pull request.

About

Integrate Keeweb into Nextcloud

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 49.2%
  • Makefile 27.1%
  • Shell 12.5%
  • JavaScript 10.8%
  • CSS 0.4%