Nia propra versio de Linkwarden, kun redaktoj por el.xwx.moe https://el.xwx.moe/
Iri al dosiero
Daniel 7d264c1b77 Merge branch 'main' of https://github.com/Daniel31x13/link-warden into main 2022-06-11 10:16:00 +04:30
.github Update CONTRIBUTING.md 2022-06-11 10:06:59 +04:30
api Updated README file. 2022-06-08 22:58:44 +04:30
assets Add files via upload 2022-06-10 00:40:57 +04:30
public Update index.html 2022-06-09 23:49:14 +04:30
src Improved efficiency. 2022-06-11 10:15:56 +04:30
.gitignore Directory allocation 2022-05-10 20:05:43 +04:30
LICENSE Directory allocation 2022-05-10 20:05:43 +04:30
README.md Update README.md 2022-06-11 10:05:10 +04:30
package-lock.json Added loader + Improvements. 2022-06-03 11:56:19 +04:30
package.json Updated README file. 2022-06-08 22:58:44 +04:30

LinkWarden

A place for your useful links.

LinkWarden.png

GitHub GitHub top language GitHub commit activity GitHub last commit Netlify

Demo | Intro & Motivation | Features | Setup | Development

Intro & Motivation

LinkWarden is a self-hosted, open-source bookmark + archive manager to collect, and save websites for offline use.

The objective is to have a self-hosted place to keep useful links in one place, and since useful links can go away (see the inevitability of Link Rot), LinkWarden also saves a copy of the link as screenshot and PDF.

Features

  • Sleek, minimalist design.
  • Save a copy of each link as screenshot and PDF.
  • Dark/Light mode support.
  • Responsive design.
  • Search, filter and sorting functionality.
  • Lazy loading support (for better performance).
  • Set multiple tags to each link.

Also take a look at our planned features in the project roadmap section.

Setup

Linux/MacOS

  1. Make sure your MongoDB database and collection is up and running.

  2. Edit /src/config.js accordingly.

  3. Head to the main folder using terminal and run: (cd api && npm install) && npm install --legacy-peer-deps for the dependencies.

  4. Run npm start to start the application.

LinkWarden Development

All contributions are welcomed! Please take a look at how to contribute.

For questions/help, feature requests and bug reports please create an issue (please use the right lable).