Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 807 Bytes

linkding.md

File metadata and controls

36 lines (31 loc) · 807 Bytes

Linkding

  • Looks very similar to pinboard

  • Very simple and fast

  • nice dark theme

  • Firefox & Chrome extensions for adding bookmarks

  • Github repo

  • Demo

Screenshot

docker-compose.yml

---
version: '3.3'
services:
  linkding:
    image: sissbruecker/linkding:latest
    container_name: linkding
    restart: unless-stopped
    ports:
      - 3123:9090
    volumes:
      - ./data:/etc/linkding/data

Once it starts, create admin user:

docker-compose exec linkding python manage.py createsuperuser --username=joe --email=joe@example.com

Tips & Tricks

Change password for a user

docker-compose exec linkding python manage.py changepassword <username>