All Projects → jhass → Nextcloud Keeweb

jhass / Nextcloud Keeweb

Licence: other
Integrate Keeweb into Nextcloud

Labels

Projects that are alternatives of or similar to Nextcloud Keeweb

quillnote
Take beautiful markdown notes and stay organized with task lists.
Stars: ✭ 276 (-19.3%)
Mutual labels:  nextcloud
cloudgallery
Nativescript photo gallery app for Nextcloud
Stars: ✭ 34 (-90.06%)
Mutual labels:  nextcloud
Docker
⛴ Docker image of Nextcloud
Stars: ✭ 3,560 (+940.94%)
Mutual labels:  nextcloud
files pdfviewer
📖 A PDF viewer for Nextcloud
Stars: ✭ 56 (-83.63%)
Mutual labels:  nextcloud
treafik nxtcloud
A dockerized Nextcloud instance served with traefik
Stars: ✭ 19 (-94.44%)
Mutual labels:  nextcloud
Nextcloud Breeze Dark
A Breeze Dark theme for Nextcloud
Stars: ✭ 261 (-23.68%)
Mutual labels:  nextcloud
direct menu
Nextcloud/OwnCloud app to provide easy access to all apps in the header
Stars: ✭ 16 (-95.32%)
Mutual labels:  nextcloud
Nextcloud Deck
📋 Android client for nextcloud deck app
Stars: ✭ 318 (-7.02%)
Mutual labels:  nextcloud
files external onedrive
📣 💾 External storage support for Microsoft OneDrive
Stars: ✭ 60 (-82.46%)
Mutual labels:  nextcloud
Talk Android
📱😀 Video & audio calls through Nextcloud on Android
Stars: ✭ 282 (-17.54%)
Mutual labels:  nextcloud
user external
👥 External user authentication methods like IMAP, SMB and FTP
Stars: ✭ 80 (-76.61%)
Mutual labels:  nextcloud
mmb
Set of Dockerfiles and assets related to them for building Docker images with different services
Stars: ✭ 34 (-90.06%)
Mutual labels:  nextcloud
Documentation
📘 Nextcloud documentation
Stars: ✭ 268 (-21.64%)
Mutual labels:  nextcloud
nextcloud
Nextcloud OCS and WebDAV API wrapper for Ruby.
Stars: ✭ 16 (-95.32%)
Mutual labels:  nextcloud
Social
🎉 Social can be used for work, or to connect to the fediverse!
Stars: ✭ 302 (-11.7%)
Mutual labels:  nextcloud
issuetemplate
🚧 Nextcloud app for easy bug reporting with prefilled issue templates
Stars: ✭ 12 (-96.49%)
Mutual labels:  nextcloud
Docker Homelab
Docker Compose Dateien für Homelabs
Stars: ✭ 255 (-25.44%)
Mutual labels:  nextcloud
Tasks
✅ Tasks app for Nextcloud
Stars: ✭ 332 (-2.92%)
Mutual labels:  nextcloud
Config
Armbian configuration utility
Stars: ✭ 317 (-7.31%)
Mutual labels:  nextcloud
Text
📑 Collaborative document editing using Markdown
Stars: ✭ 282 (-17.54%)
Mutual labels:  nextcloud

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/custom_apps, for example with tar xvf keeweb-0.6.5.tar.gz -C /path/to/your/nextcloud/custom_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

# You can skip this if you only want to build the appstore or source packages
git clone -b stable20 https://github.com/nextcloud/server.git nextcloud
ln -sf "$(pwd)/keeweb" nextcloud/apps
cd nextcloud && git submodule update --init && cd -

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

# Install npm -- this might require a more recent npm than your distro's, see https://github.com/nodesource/distributions on how to deploy it
# Once npm is installed, install grunt and bower; instead of relying on your distro's, you can do
sudo npm install -g grunt

# Build nextcloud-keeweb - this will build with the current tested release
# If you want to update to a newer version of Keeweb or use the development version, you also need to modify the patches for it
bin/build

# Finally, run the nextcloud server
bin/server
# Alternatively, you can build the app package to test on a running nextcloud by doing
cd keeweb
make dist
# The package that can be installed in the nextcloud app folder is here: ./build/artifacts/appstore/keeweb.tar.gz

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].