Favicon of linkding

linkding

Set up a minimal, fast, self-hosted bookmark manager. Automatically fetch metadata, archive pages, and manage links with a browser extension. Supports multiple users.

Create your own personal bookmarking service that is designed to be minimal, fast, and incredibly easy to set up. It focuses on readability, allowing you to quickly add and find bookmarks without distractions. The user interface is fully customizable, with various settings and features you can toggle on or off.

Key capabilities include:

  • Automatic Metadata: Fetches titles, descriptions, icons, and preview images for your bookmarked sites.
  • Website Archiving: Automatically creates snapshots of bookmarked websites, either as local HTML files or on the Internet Archive.
  • Bulk Editing: Apply operations to a selection of bookmarks or your entire collection at once.
  • Multi-User Support: Manage multiple user accounts and share bookmarks with other users or guests.
  • Browser Extensions: Use extensions for Firefox and Chrome to add and search bookmarks directly from your browser.
  • REST API: Provides an API for developing custom scripts or third-party applications.

It is built for low maintenance, running as a single Docker container with an SQLite database and automated migrations.

Directory Structure

linkding
data
.env
docker-compose.yml

docker-compose.yml

services:
  linkding:
    image: sissbruecker/linkding:latest
    container_name: linkding
    ports:
      - "9090:9090"
    volumes:
      - ./data:/etc/linkding/data
    environment:
      - LD_SUPERUSER_NAME=${LD_SUPERUSER_NAME}
      - LD_SUPERUSER_PASSWORD=${LD_SUPERUSER_PASSWORD}
    restart: unless-stopped

.env

LD_SUPERUSER_NAME=admin
LD_SUPERUSER_PASSWORD=your_secure_password
Categories:

Share:

Ad
Favicon

 

  
 

Similar to linkding

Favicon

 

  
  
Favicon

 

  
  
Favicon