Video coming soon…
💰 Setup InvoiceShelf — Simple Self-Hosted Invoicing
Deploy InvoiceShelf on Ubuntu with Docker — a clean, self-hosted invoicing app for freelancers and small businesses, with SQLite pre-configured so there's no database to set up, on port 8193.
⚠️ 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/accounting/invoiceshelf/invoiceshelf-ubuntu.sh
chmod +x invoiceshelf-ubuntu.sh
./invoiceshelf-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/accounting/invoiceshelf/invoiceshelf-ubuntu.sh
2 Make it Executable
chmod +x invoiceshelf-ubuntu.sh
3 Run the Installer
./invoiceshelf-ubuntu.sh
4 Open the Web UI and Complete Setup
http://your-server-ip:8193
Ports Used
| Port | Purpose |
|---|---|
| 8193 | InvoiceShelf web interface (mapped from container port 80) |