Update glance configuration files for theme customization and DNS stats integration

This commit is contained in:
2025-11-13 03:16:22 +01:00
parent 1dacf1d67c
commit 71076087d2
2 changed files with 11 additions and 3 deletions
+5 -2
View File
@@ -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:
+6 -1
View File
@@ -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