Video coming soon…
⚙️ Setup Glance — Self-Hosted Dashboard & Feed Aggregator
Deploy Glance on Ubuntu — a fast, YAML-configured dashboard that pulls RSS feeds, service status, weather, markets, and more into one clean home page.
⚠️ 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/management/glance/glance-ubuntu.sh
chmod +x glance-ubuntu.sh
sudo bash glance-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/management/glance/glance-ubuntu.sh
2 Make it Executable
chmod +x glance-ubuntu.sh
3 Run the Installer
The script installs Docker if needed, pulls the glanceapp/glance image, and starts it on port 8160 with a persistent ./config volume holding glance.yml.
sudo bash glance-ubuntu.sh
4 Access the Dashboard
Open your browser and navigate to Glance, then edit config/glance.yml to build your own dashboard:
http://<your-server-ip>:8160
Ports Used
| Port | Purpose |
|---|---|
| 8160 | Dashboard Web UI (host → container 8080) |