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.
Go to the releases page, download the latest version, extract to your_nextcloud/apps
.
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
- Fork the repository and clone your fork.
- Create a new branch.
- Commit your patch.
- Push the branch and open a pull request.