From e49c7e5022b10b4fb2cf9533910b11246717449e Mon Sep 17 00:00:00 2001 From: Phil Date: Thu, 17 Oct 2024 08:52:58 -0600 Subject: [PATCH] Added self hosting page to glance --- roles/docker/templates/glance.yml.j2 | 44 ++++++++++++++++++---------- 1 file changed, 29 insertions(+), 15 deletions(-) diff --git a/roles/docker/templates/glance.yml.j2 b/roles/docker/templates/glance.yml.j2 index abead81..07a5da9 100644 --- a/roles/docker/templates/glance.yml.j2 +++ b/roles/docker/templates/glance.yml.j2 @@ -5,19 +5,6 @@ pages: 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: - warhammer @@ -75,5 +62,32 @@ pages: feeds: - url: https://thesatelliteoflove.com/feeds/warhammer_rss_feed.xml title: Warhammer Community - - \ No newline at end of file + - name: Self Hosting + columns: + - size: small + widgets: + - type: releases + show-source-icon: true + repositories: + - go-gitea/gitea + - louislam/dockge + - glanceapp/glance + - hoarder-app/hoarder + - goauthentik/authentik + - superseriousbusiness/gotosocial + - stonith404/pingvin-share + - caddyserver/caddy + - size: full + widgets: + - 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 \ No newline at end of file