initial commit

This commit is contained in:
2026-02-16 00:41:55 +03:00
commit 73abb199ed
11 changed files with 1088 additions and 0 deletions

78
config/glance.yml Normal file
View File

@@ -0,0 +1,78 @@
server:
assets-path: /app/assets
branding:
hide-footer: true
theme:
background-color: 203 27 9
contrast-multiplier: 1.2
primary-color: 165 78 51
positive-color: 165 78 51
negative-color: 360 100 71
disable-picker: true
custom-css-file: /global.css
pages:
- name: Home
# Optionally, if you only have a single page you can hide the desktop navigation for a cleaner look
hide-desktop-navigation: true
columns:
- size: small
widgets:
- type: calendar
hide-header: true
first-day-of-week: sunday
- $include: bookmarks.yml
- size: full
widgets:
- type: split-column
max-columns: 4
widgets:
- $include: plausible.yml
css-class: widget-type-plausible-prowlarr-custom
- $include: uptime.yml
css-class: widget-type-uptime-custom
- $include: services.yml
- $include: raindrop.yml
css-class: widget-type-raindrop-custom
- size: small
widgets:
- type: clock
hide-header: true
time-format: 24h
date-format: d MMMM yyyy
show-seconds: true
show-timezone: true
timezone: Europe/Istanbul
- type: weather
hide-header: true
location: ${WEATHER_LOCATION}
units: metric
hour-format: 24h
# Add more pages here:
# - name: Your page name
# columns:
# - size: small
# widgets:
# # Add widgets here
# - size: full
# widgets:
# # Add widgets here
# - size: small
# widgets:
# # Add widgets here