![]() |
1 day ago | |
---|---|---|
.github/ISSUE_TEMPLATE | 3 months ago | |
.tx | 1 year ago | |
appinfo | 2 weeks ago | |
docs | 2 weeks ago | |
img | 6 months ago | |
l10n | 1 day ago | |
lib | 2 weeks ago | |
screenshots | 1 year ago | |
src | 2 weeks ago | |
templates | 3 months ago | |
tests | 2 weeks ago | |
.eslintrc.js | 2 months ago | |
.gitignore | 2 months ago | |
.prettierrc.json | 3 months ago | |
.readthtedocs.yml | 2 months ago | |
.scrutinizer.yml | 4 years ago | |
.stylelintrc.js | 1 month ago | |
.travis.yml | 3 months ago | |
CHANGELOG.md | 1 month ago | |
CONTRIBUTING.md | 3 years ago | |
COPYING | 5 years ago | |
Makefile | 1 month ago | |
README.md | 2 weeks ago | |
composer.json | 2 weeks ago | |
composer.lock | 2 weeks ago | |
krankerl.toml | 1 year ago | |
package-lock.json | 1 month ago | |
package.json | 1 month ago | |
webpack.common.js | 2 weeks ago | |
webpack.dev.js | 2 months ago | |
webpack.prod.js | 3 months ago |
Bookmarks app for Nextcloud
This app provides you with a web interface for collecting and organizing bookmarks to the sites on the web that are precious to you. You can browse and filter your bookmarks via tags and folders and by using the built-in search feature. Furthermore, in order to access your bookmarks anywhere, it also allows you to synchronize third-party clients via a built-in REST API -- in your browsers and on your phone.
PHP extensions:
Install this app in the app store of your nextcloud instance (you must have administrator privileges). You will find it in the ‘Organization’ category.
cd /path/to/nextcloud/apps/
git clone https://github.com/nextcloud/bookmarks.git
cd bookmarks
composer install
npm install
npm run build
This app exposes a public REST API that third-party clients can interface with.
If you’d like to support the creation and maintenance of this software, consider donating.
We always welcome contributions and happily accept pull requests.
In order to make the process run more smoothly, you can make sure of the following things:
Please read the Code of Conduct. This document offers some guidance to ensure Nextcloud participants can cooperate effectively in a positive and inspiring atmosphere, and to explain how together we can strengthen and support each other.
More information on how to contribute: https://nextcloud.com/contribute/
Happy hacking :heart:
This software is licensed under the terms of the AGPL written by the Free Software Foundation and available at COPYING.