Jump to content

Linkding 1.24.0


Recommended Posts

linkding is a bookmark manager that you can host yourself. It's designed be to be minimal, fast, and easy to set up using Docker.

The name comes from:

  • link which is often used as a synonym for URLs and bookmarks in common language
  • Ding which is German for thing
  • ...so basically something for managing your links

Feature Overview:

  • Clean UI optimized for readability
  • Organize bookmarks with tags
  • Add notes using Markdown
  • Read it later functionality
  • Share bookmarks with other users
  • Bulk editing
  • Automatically provides titles, descriptions and icons of bookmarked websites
  • Automatically creates snapshots of bookmarked websites on 

    Hidden Content

      Give reaction to this post to see the hidden content.
  • Import and export bookmarks in Netscape HTML format
  • Extensions for 

    Hidden Content

      Give reaction to this post to see the hidden content.
     and 

    Hidden Content

      Give reaction to this post to see the hidden content.
    , as well as a bookmarklet
  • Light and dark themes
  • REST API for developing 3rd party apps
  • Admin panel for user self-service and raw data access
  • Easy setup using Docker and a SQLite database, with PostgreSQL as an option

Demo: 

Hidden Content

    Give reaction to this post to see the hidden content.
 (

Hidden Content

    Give reaction to this post to see the hidden content.
 if you have trouble accessing it)

Screenshot:

Hidden Content

    Give reaction to this post to see the hidden content.

 

Info:

Quote

Hidden Content

    Give reaction to this post to see the hidden content.

Docker Compose:

Quote

version: '3'

services:
  linkding:
    container_name: "${LD_CONTAINER_NAME:-linkding}"
    image: sissbruecker/linkding:latest
    ports:
      - "${LD_HOST_PORT:-9090}:9090"
    volumes:
      - "${LD_HOST_DATA_DIR:-./data}:/etc/linkding/data"
    env_file:
      - .env
    restart: unless-stopped

 

Link to comment

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...