Initial commit

This commit is contained in:
2026-02-24 16:34:39 +03:00
commit ea8fff629c
38 changed files with 4045 additions and 0 deletions

View File

@@ -0,0 +1,97 @@
# Glance main config
# See: https://github.com/glanceapp/glance/blob/main/docs/configuration.md
server:
assets-path: /app/assets
proxied: true
theme:
custom-css-file: /assets/user.css
pages:
- name: Home
columns:
- size: small
widgets:
- type: clock
- type: calendar
first-day-of-week: monday
- type: releases
cache: 1d
repositories:
- glanceapp/glance
- immich-app/immich
- size: full
widgets:
- type: hacker-news
limit: 15
collapse-after: 5
- type: lobsters
sort-by: hot
limit: 15
collapse-after: 5
- type: reddit
subreddit: unixporn
limit: 15
collapse-after: 5
- size: small
widgets:
- type: bookmarks
title: Services
groups:
- same-tab: true
links:
- title: Jellyfin
url: https://jellyfin.home
icon: mdi:television-play
- title: Seer
url: https://jellyseerr.home
icon: mdi:movie-search
- title: Radarr
url: https://radarr.home
icon: mdi:film
- title: Sonarr
url: https://sonarr.home
icon: mdi:television
- title: Lidarr
url: https://lidarr.home
icon: mdi:music
- title: Prowlarr
url: https://prowlarr.home
icon: mdi:radar
- title: qBittorrent
url: https://qbit.home
icon: mdi:download
- title: Portainer
url: https://portainer.home
icon: mdi:docker
- title: Immich
url: https://photo.home
icon: mdi:image-multiple
- title: Navidrome
url: https://music.home
icon: mdi:music-box-multiple
- title: CopyParty
url: https://copyparty.home
icon: mdi:folder-multiple
- title: Gitea
url: https://git.home
icon: mdi:git
- title: Grafana
url: https://grafana.home
icon: mdi:chart-line
- name: Media
columns:
- size: full
widgets:
- type: group
widgets:
- $include: widgets/arr-radarr-upcoming.yml
- $include: widgets/arr-radarr-recent.yml
- $include: widgets/arr-radarr-missing.yml
- $include: widgets/arr-sonarr-upcoming.yml
- $include: widgets/arr-sonarr-recent.yml
- $include: widgets/arr-sonarr-missing.yml
- $include: widgets/monitor-media.yml
- $include: pages/services.yml
- $include: pages/gaming.yml