Update glance configuration files for theme customization and DNS stats integration
This commit is contained in:
@@ -2,8 +2,11 @@ server:
|
|||||||
assets-path: /app/assets
|
assets-path: /app/assets
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
# Note: assets are cached by the browser, changes to the CSS file
|
background-color: 240 21 15
|
||||||
# will not be reflected until the browser cache is cleared (Ctrl+F5)
|
contrast-multiplier: 1.2
|
||||||
|
primary-color: 217 92 83
|
||||||
|
positive-color: 115 54 76
|
||||||
|
negative-color: 347 70 65
|
||||||
custom-css-file: /assets/user.css
|
custom-css-file: /assets/user.css
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
|
|||||||
@@ -61,7 +61,7 @@
|
|||||||
units: metric # alternatively "imperial"
|
units: metric # alternatively "imperial"
|
||||||
hour-format: 12h # alternatively "24h"
|
hour-format: 12h # alternatively "24h"
|
||||||
# Optionally hide the location from being displayed in the widget
|
# Optionally hide the location from being displayed in the widget
|
||||||
# hide-location: true
|
hide-location: true
|
||||||
|
|
||||||
- type: markets
|
- type: markets
|
||||||
markets:
|
markets:
|
||||||
@@ -75,6 +75,11 @@
|
|||||||
name: Apple
|
name: Apple
|
||||||
- symbol: MSFT
|
- symbol: MSFT
|
||||||
name: Microsoft
|
name: Microsoft
|
||||||
|
- type: dns-stats
|
||||||
|
service: adguard
|
||||||
|
url: https://adguard.workstation/
|
||||||
|
username: forust
|
||||||
|
password: ${ADGUARD_PASSWORD}
|
||||||
|
|
||||||
- type: releases
|
- type: releases
|
||||||
cache: 1d
|
cache: 1d
|
||||||
|
|||||||
Reference in New Issue
Block a user