Skip to content

jhass/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.

Install

Go to the releases page, download the latest version, extract to your_nextcloud/apps.

Development setup

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

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

# 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.