mirror of
https://github.com/prdlk/glance.git
synced 2026-08-02 17:31:40 +00:00
chore(config): add initial config files and docker compose setup
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user