chore(config): add initial config files and docker compose setup

This commit is contained in:
Prad Nukala
2026-05-28 10:22:05 -04:00
parent a2b3b56d2b
commit cefe6ffabd
25 changed files with 1791 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
- size: small
widgets:
- type: twitch-top-games
limit: 20
collapse-after: 13
exclude:
- just-chatting
- pools-hot-tubs-and-beaches
- music
- art
- asmr
+22
View File
@@ -0,0 +1,22 @@
- size: full
widgets:
- type: group
widgets:
- type: reddit
show-thumbnails: true
subreddit: commandline
- type: reddit
subreddit: selfhosted
- type: reddit
subreddit: tui
- type: videos
style: grid-cards
collapse-after-rows: 3
channels:
- UCNvzD7Z-g64bPXxGzaQaa4g # gameranx
- UCZ7AeeVbyslLM_8-nVy2B8Q # Skill Up
- UCHDxYLv8iovIbhrfl16CNyg # GameLinked
- UC9PBzalIcEQCsiIkq36PyUA # Digital Foundry
+6
View File
@@ -0,0 +1,6 @@
- size: small
widgets:
- type: reddit
subreddit: gamingnews
limit: 7
style: vertical-cards
+16
View File
@@ -0,0 +1,16 @@
- type: extension
url: http://localhost:8181/graph/prnk28
allow-potentially-dangerous-html: true
parameters:
background-color: "#1d2025" # cell background
primary-color: "#f3afaf" # cell foreground
svg-height: 150 # height for graph svg
show-months: true # show months on the graph
show-weekdays: true # show weekdays on the graph
font-size: 9 # size of weekdays & months text on graph
# if true, it will transition the hue from background
# to primary color per the number of commits.
# otherwise it will just use the background hue for
# 0 commits and the foreground hue for all others
transition-hue: false