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.

Automated install script — one command deploys Glance on port 8160 with a ready-to-edit glance.yml config.
View on GitHub

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

PortPurpose
8160Dashboard Web UI (host → container 8080)

Overview

Why Use It

When You Need It

    Who Should Use It

      Real Use Cases

        Main Features

          How to Use After Installation

            Security Best Practices

              Ports and Firewall Notes

              Backup and Maintenance

                Common Mistakes

                  Troubleshooting

                    Alternatives

                    When Not to Use It

                    PrismaTechWork Professional Help

                      Contact Us

                      Frequently Asked Questions