{"id":13465893,"url":"https://github.com/jhass/nextcloud-keeweb","last_synced_at":"2025-04-09T05:01:30.968Z","repository":{"id":10242676,"uuid":"65054602","full_name":"jhass/nextcloud-keeweb","owner":"jhass","description":"Integrate Keeweb into Nextcloud","archived":false,"fork":false,"pushed_at":"2025-03-26T19:42:54.000Z","size":1531,"stargazers_count":418,"open_issues_count":53,"forks_count":47,"subscribers_count":37,"default_branch":"master","last_synced_at":"2025-04-01T18:09:41.724Z","etag":null,"topics":["keeweb","nextcloud"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jhass.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-05T23:12:10.000Z","updated_at":"2025-03-31T08:57:18.000Z","dependencies_parsed_at":"2024-11-30T07:01:04.401Z","dependency_job_id":"d5eb8d17-285a-4115-8978-90d3cfd2e88e","html_url":"https://github.com/jhass/nextcloud-keeweb","commit_stats":{"total_commits":165,"total_committers":26,"mean_commits":6.346153846153846,"dds":0.6181818181818182,"last_synced_commit":"6fe0294664acbc99be3288edd63307b48922d28f"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhass%2Fnextcloud-keeweb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhass%2Fnextcloud-keeweb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhass%2Fnextcloud-keeweb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhass%2Fnextcloud-keeweb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jhass","download_url":"https://codeload.github.com/jhass/nextcloud-keeweb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247980815,"owners_count":21027804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["keeweb","nextcloud"],"created_at":"2024-07-31T15:00:36.675Z","updated_at":"2025-04-09T05:01:30.886Z","avatar_url":"https://github.com/jhass.png","language":"PHP","funding_links":[],"categories":["Apps","PHP","others"],"sub_categories":["Unofficial"],"readme":"# Keeweb for Nextcloud\n\n**WARNING: KeeWeb itself is not maintained any longer (see note about NC 28 and newer below) and future versions of Nextcloud may not be supported any longer!**\n\n**Clarification about the KeeWeb upstream for July 2024: eventhough there is some recent activity in the upstream project, the issue\nhttps://github.com/keeweb/keeweb/issues/2022 is still not closed and there is also no new release of KeeWeb yet\n(see https://github.com/keeweb/keeweb/releases).**\n\n**Also keep in mind that KeeWeb only supports files in KDBX 3 format. Files in KDBX 4 format will get corrupted when opening and editing them in KeeWeb,\nsee [https://github.com/keeweb/keeweb/issues/2001](https://github.com/keeweb/keeweb/issues/2001)! So keep your files in KDBX 3 format if you want to\nuse them in KeeWeb as well!**\n\n[Nextcloud](https://nextcloud.com/) is an open source, self-hosted file sync and share and communication app platform.\n[Keeweb](https://keeweb.info/) is a web application for working with databases of the Keepass password manager.\n\nThis integrates the two with each other. Just click on a \\*.kdbx file in Your Nextcloud to open it.\n\n![demo](https://arnowelzel.de/download/nextcloud-keeweb.gif)\n\n**Note about Nextcloud 28 and newer:**\n\nThanks to the help by @florian-forestier, in January 2024 a new release was published which supports Nextcloud 28.\n\nHowever as of July 2024 the upstream project \"KeeWeb\" did not get any official new release since\nJuly 2021 (also see https://github.com/keeweb/keeweb/releases).\n\nYou may have a look at https://github.com/jhass/nextcloud-keeweb/issues/204 (KeeWeb upstream maintenance) and/or\nhttps://github.com/jhass/nextcloud-keeweb/issues/221 (Maintainers for KeeWeb for Nextcloud).\n\nAny help is appreciated!\n\n## Install\n\n1. Go to the releases page, download the latest version.\n1. Extract it to `your_nextcloud/custom_apps`, for example with `tar xvf keeweb-0.6.21.tar.gz -C /path/to/your/nextcloud/custom_apps`.\n1. Go to \"Apps\" and then \"Not enabled\", scroll down to \"Experimental\" and enable it.\n\nTo update to a new version, simply repeat these steps.\n\n## Development setup\n\n```\ngit clone https://github.com/jhass/nextcloud-keeweb.git\ncd nextcloud-keeweb\n\n# You can skip this if you only want to build the appstore or source packages\ngit clone -b stable20 https://github.com/nextcloud/server.git nextcloud\nln -sf \"$(pwd)/keeweb\" nextcloud/apps\ncd nextcloud \u0026\u0026 git submodule update --init \u0026\u0026 cd -\n\ngit clone https://github.com/keeweb/keeweb.git keeweb-source\n\n# Install npm -- this might require a more recent npm than your distro's, see https://github.com/nodesource/distributions on how to deploy it\n# Once npm is installed, install grunt and bower; instead of relying on your distro's, you can do\nsudo npm install -g grunt\n\n# Build nextcloud-keeweb - this will build with the current tested release\n# 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\nbin/build\n\n# Finally, run the nextcloud server\nbin/server\n# Alternatively, you can build the app package to test on a running nextcloud by doing\ncd keeweb\nmake dist\n# The package that can be installed in the nextcloud app folder is here: ./build/artifacts/appstore/keeweb.tar.gz\n```\n\n## Contributing\n\n1. Fork the repository and clone your fork.\n1. Create a new branch.\n1. Commit your patch.\n1. Push the branch and open a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjhass%2Fnextcloud-keeweb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjhass%2Fnextcloud-keeweb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjhass%2Fnextcloud-keeweb/lists"}