Video coming soon…
🎁 Setup Wishlist — Self-Hosted Gift Registry for Families
Deploy Wishlist on Ubuntu with Docker — a self-hosted wishlist and gift registry where family and friends can claim gifts without spoiling the surprise or buying duplicates, on port 3065.
⚠️ 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/wishlist/wishlist-ubuntu.sh
chmod +x wishlist-ubuntu.sh
./wishlist-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/tools/wishlist/wishlist-ubuntu.sh
2 Make it Executable
chmod +x wishlist-ubuntu.sh
3 Run the Installer
./wishlist-ubuntu.sh
4 Open Wishlist and Create Your List
http://your-server-ip:3065
Ports Used
| Port | Purpose |
|---|---|
| 3065 | Wishlist web app (mapped from container port 3280) |