GithubHelp home page GithubHelp logo

rmensing / link-warden Goto Github PK

View Code? Open in Web Editor NEW

This project forked from linkwarden/linkwarden

0.0 0.0 0.0 1.44 MB

A self-hosted bookmark + archive manager to store your useful links.

License: MIT License

JavaScript 76.18% CSS 19.43% HTML 2.36% Dockerfile 1.70% SCSS 0.21% Shell 0.11%

link-warden's Introduction

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

Using Docker Compose V2 (Recommended)

  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).

link-warden's People

Contributors

daniel31x13 avatar gardner avatar qts8n avatar rmensing avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.