Video coming soon…
🛠️ Setup Readeck — Read-Later & Bookmark Archiver
Deploy Readeck on Ubuntu with Docker — a read-it-later app that saves a clean, permanent copy of every article, so your bookmarks survive even when the original page disappears, on port 8177.
⚠️ 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/readeck/readeck-ubuntu.sh
chmod +x readeck-ubuntu.sh
sudo bash readeck-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/tools/readeck/readeck-ubuntu.sh
2 Make it Executable
chmod +x readeck-ubuntu.sh
3 Run the Installer
The script installs Docker if needed and starts Readeck on port 8177 with READECK_ALLOWED_HOSTS set to your server IP and data persisted to ./data:/readeck.
sudo bash readeck-ubuntu.sh
4 Run the First-Run Wizard
Open Readeck and create your account in the setup wizard — there are no default credentials:
http://<your-server-ip>:8177
Ports Used
| Port | Purpose |
|---|---|
| 8177 | Web UI (host → container 8000) — first-run wizard creates the account |
| READECK_ALLOWED_HOSTS | Set to your server IP — add your domain if you add one |
| ./data | Account, database, and every archived article |