This is an automated archive made by the Lemmit Bot.
The original was posted on /r/selfhosted by /u/TheyCallMeDozer on 2025-01-14 18:21:25+00:00.
Me Big Brain Dumb…
So I have been trying to get Glance up and running for ages in portainer… the config is correct, but nothing worked. Today after probably 2 months I just noticed, you need to point to a glance.yml file and when you build through portainer it creates it as a folder. So you need to delete the folder, create a glance.yml with the following starter content and then just rebuild the app, it should work straight away.
Here is the basic starting data to put in the glance.yml from here you can edit it pretty easily, after that just have a look through the docs on it to add or remove things It’s pretty easy -
pages:
- name: Home
columns:
- size: small
widgets:
- type: calendar
- type: rss
limit: 10
collapse-after: 3
cache: 3h
feeds:
- url: https://ciechanow.ski/atom.xml
- url: https://www.joshwcomeau.com/rss.xml
title: Josh Comeau
- url: https://samwho.dev/rss.xml
- url: https://awesomekling.github.io/feed.xml
- url: https://ishadeed.com/feed.xml
title: Ahmad Shadeed
- type: twitch-channels
channels:
- theprimeagen
- cohhcarnage
- christitustech
- blurbs
- asmongold
- jembawls
- size: full
widgets:
- type: hacker-news
- type: videos
channels:
- UCR-DXc1voovS8nhAvccRZhg # Jeff Geerling
- UCv6J_jJa8GJqFwQNgNrMuww # ServeTheHome
- UCOk-gHyjcWZNj3Br4oxwh0A # Techno Tim
- type: reddit
subreddit: selfhosted
- size: small
widgets:
- type: weather
location: London, United Kingdom
- type: markets
markets:
- symbol: SPY
name: S&P 500
- symbol: BTC-USD
name: Bitcoin
- symbol: NVDA
name: NVIDIA
- symbol: AAPL
name: Apple
- symbol: MSFT
name: Microsoft
- symbol: GOOGL
name: Google
- symbol: AMD
name: AMD
- symbol: RDDT
name: Reddit
You must log in or register to comment.