Video coming soon…
💳 Setup Wallos — Self-Hosted Subscription Tracker
Deploy Wallos on Ubuntu — an open-source dashboard to track your recurring subscriptions and spending, with renewal reminders, categories, and multi-currency support.
⚠️ 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/finance/wallos/wallos-ubuntu.sh
chmod +x wallos-ubuntu.sh
sudo bash wallos-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/finance/wallos/wallos-ubuntu.sh
2 Make it Executable
chmod +x wallos-ubuntu.sh
3 Run the Installer
The script installs Docker if needed, pulls the bellamy/wallos image, and starts it on port 8156 with a persistent ./db volume for its SQLite database and a ./logos volume for uploaded logos.
sudo bash wallos-ubuntu.sh
4 Register Your Account
Open your browser, navigate to Wallos, and register the first account on the sign-up screen. That account becomes your admin login:
http://<your-server-ip>:8156
Ports Used
| Port | Purpose |
|---|---|
| 8156 | Web UI (host → container 80) |