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
|
||||
|
||||
theme:
|
||||
# Note: assets are cached by the browser, changes to the CSS file
|
||||
# will not be reflected until the browser cache is cleared (Ctrl+F5)
|
||||
background-color: 240 21 15
|
||||
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
|
||||
|
||||
pages:
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
units: metric # alternatively "imperial"
|
||||
hour-format: 12h # alternatively "24h"
|
||||
# Optionally hide the location from being displayed in the widget
|
||||
# hide-location: true
|
||||
hide-location: true
|
||||
|
||||
- type: markets
|
||||
markets:
|
||||
@@ -75,6 +75,11 @@
|
||||
name: Apple
|
||||
- symbol: MSFT
|
||||
name: Microsoft
|
||||
- type: dns-stats
|
||||
service: adguard
|
||||
url: https://adguard.workstation/
|
||||
username: forust
|
||||
password: ${ADGUARD_PASSWORD}
|
||||
|
||||
- type: releases
|
||||
cache: 1d
|
||||
|
||||
Reference in New Issue
Block a user