98 lines
3.1 KiB
YAML
98 lines
3.1 KiB
YAML
# 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.internal
|
||
icon: mdi:television-play
|
||
- title: Seer
|
||
url: https://seerr.internal
|
||
icon: mdi:movie-search
|
||
- title: Radarr
|
||
url: https://radarr.internal
|
||
icon: mdi:film
|
||
- title: Sonarr
|
||
url: https://sonarr.internal
|
||
icon: mdi:television
|
||
- title: Lidarr
|
||
url: https://lidarr.internal
|
||
icon: mdi:music
|
||
- title: Prowlarr
|
||
url: https://prowlarr.internal
|
||
icon: mdi:radar
|
||
- title: qBittorrent
|
||
url: https://qbit.internal
|
||
icon: mdi:download
|
||
- title: Portainer
|
||
url: https://portainer.internal
|
||
icon: mdi:docker
|
||
- title: Immich
|
||
url: https://photo.internal
|
||
icon: mdi:image-multiple
|
||
- title: Navidrome
|
||
url: https://music.internal
|
||
icon: mdi:music-box-multiple
|
||
- title: CopyParty
|
||
url: https://copyparty.internal
|
||
icon: mdi:folder-multiple
|
||
- title: Gitea
|
||
url: https://git.internal
|
||
icon: mdi:git
|
||
- title: Grafana
|
||
url: https://grafana.internal
|
||
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
|