Nia propra versio de Linkwarden, kun redaktoj por el.xwx.moe https://el.xwx.moe/
Iri al dosiero
Daniel ddc02bf9b0
Update README.md
2023-01-05 10:21:43 +03:30
.github Small change. 2022-06-27 18:06:44 +04:30
api Small change. 2022-07-19 21:23:24 -04:00
assets Add files via upload 2022-06-10 00:40:57 +04:30
public UI improvements. 2022-06-26 00:08:37 +04:30
src Small change. 2022-07-19 21:23:24 -04:00
.dockerignore Added volume to MongoDB container. 2022-06-21 23:10:48 +04:30
.env Improved README + Easier configuration. 2022-07-19 21:19:40 -04:00
.env.sample A few small changes. 2022-09-20 11:51:28 +04:00
.gitignore A few small changes. 2022-09-20 11:51:28 +04:00
Dockerfile Add support for different Docker versions 2022-06-21 22:54:16 +04:00
Dockerfile.prod Dockerize the app 2022-06-18 14:14:46 +12:00
LICENSE Update LICENSE 2022-10-05 17:20:16 +04:00
README.md Update README.md 2023-01-05 10:21:43 +03:30
SECURITY.md Create SECURITY.md 2022-12-13 09:45:32 +03:30
docker-compose.yml Small change. 2022-07-19 21:23:24 -04:00
package-lock.json UI Redesign! 2022-06-29 23:32:19 +04:30
package.json UI Redesign! 2022-06-29 23:32:19 +04:30

Note: I'm doing a full rebuild of this project with much more features... Committing to the ver3 branch, stay tuned!

LinkWarden

A place for your useful links.

LinkWarden.png

Twitter Follow

GitHub GitHub top language GitHub last commit Netlify GitHub Repo stars

Demo (v1.0.0) | Intro & Motivation | Features | Roadmap | 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

  • 📷 Auto-capture a screenshot and PDF from each website.

  • 🔥 Sleek, minimalist design.

  • 🌤 Dark/Light mode support.

  • ↔️ Responsive design.

  • 🔎 Search, filter and sorting functionality.

  • 🚀 Lazy loading (for better performance).

  • 🏷 Set multiple tags to each link.

  • 🗂 Assign each link to a collection where we can further group links.

Installation

  1. Make sure docker is installed.

  2. Clone this repository.

  3. Head to the main folder and run docker compose up -d.

The app will be deployed on port 3000.

Configuration

To configure the app create a .env file (in the main folder), here are the available variables:

CLIENT_PORT=2500           # Default: 3000
API_PORT=5700              # Default: 5500
API_ADDRESS=192.168.1.14   # Default: localhost

If you want to use this app across the network set API_ADDRESS as the computer (where LinkWarden is hosted) IP address.

Manual Setup

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

  2. Edit URI, Database name and Collection name accordingly.

  3. [Optional] If you want to use this app across the network change API_HOST address with the computer IP and API port.

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

  5. Run npm start to start the application.

LinkWarden Development

All contributions are welcomed! But first 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).