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:
It is built for low maintenance, running as a single Docker container with an SQLite database and automated migrations.
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-stoppedLD_SUPERUSER_NAME=admin
LD_SUPERUSER_PASSWORD=your_secure_passwordAuto-fetched about 23 hours ago
Auto-fetched about 23 hours ago