diff --git a/roles/docker/templates/glance-compose.yml.j2 b/roles/docker/templates/glance-compose.yml.j2 index 4d4966b..4d1c392 100644 --- a/roles/docker/templates/glance-compose.yml.j2 +++ b/roles/docker/templates/glance-compose.yml.j2 @@ -6,6 +6,8 @@ services: - /etc/timezone:/etc/timezone:ro - /etc/localtime:/etc/localtime:ro restart: unless-stopped + extra_hosts: + - 'thesatelliteoflove.com:172.20.0.5' networks: default: diff --git a/roles/docker/templates/glance.yml.j2 b/roles/docker/templates/glance.yml.j2 index 1b83cb2..abead81 100644 --- a/roles/docker/templates/glance.yml.j2 +++ b/roles/docker/templates/glance.yml.j2 @@ -50,8 +50,8 @@ pages: markets: - symbol: SPY name: S&P 500 - - symbol: BTC-USD - name: Bitcoin + - symbol: VTSAX + name: Vanguard Total Stock Market - symbol: NVDA name: NVIDIA - symbol: AAPL @@ -63,4 +63,17 @@ pages: - symbol: AMD name: AMD - symbol: RDDT - name: Reddit \ No newline at end of file + name: Reddit + - name: Mini Painting + columns: + - size: full + widgets: + - type: rss + limit: 10 + collapse-after: 3 + cache: 3h + feeds: + - url: https://thesatelliteoflove.com/feeds/warhammer_rss_feed.xml + title: Warhammer Community + + \ No newline at end of file