Video coming soon…
🛠️ Setup Linkding — Minimal Self-Hosted Bookmark Manager
Deploy Linkding on Ubuntu with Docker — a fast, minimal bookmark manager with tags, full-text search, and browser extensions, on port 9095.
⚠️ This script is provided for demo and testing purposes only. Not intended for production use.
📦 Resources & Setup Scripts
Grab the automated bash script from GitHub to follow along with the video.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/tools/linkding/linkding-ubuntu.sh
chmod +x linkding-ubuntu.sh
sudo bash linkding-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/tools/linkding/linkding-ubuntu.sh
2 Make it Executable
chmod +x linkding-ubuntu.sh
3 Run the Installer
The script installs Docker if needed, creates an admin user with LD_SUPERUSER_NAME set to admin and a generated 20-character password, and starts Linkding on port 9095 with data in ./data.
sudo bash linkding-ubuntu.sh
4 Log In
Open Linkding and log in as admin with the generated password the installer prints:
http://<your-server-ip>:9095
Ports Used
| Port | Purpose |
|---|---|
| 9095 | Web UI (host → container 9090) — admin + generated password |
| ./data | SQLite database and archived snapshots |