feat: add Glance service and configuration files for deployment
This commit is contained in:
@@ -0,0 +1,88 @@
|
||||
# glance.yml - source of truth lives in git, deployed by update_glance.yml
|
||||
|
||||
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
|
||||
first-day-of-week: monday
|
||||
|
||||
- type: rss
|
||||
limit: 10
|
||||
collapse-after: 3
|
||||
cache: 12h
|
||||
feeds:
|
||||
- url: https://www.root.cz/rss/clanky/
|
||||
title: root clanky
|
||||
limit: 6
|
||||
- url: https://www.root.cz/rss/zpravicky/
|
||||
title: root zpravy
|
||||
limit: 6
|
||||
|
||||
- type: twitch-channels
|
||||
channels:
|
||||
- theprimeagen
|
||||
- j_blow
|
||||
- piratesoftware
|
||||
- cohhcarnage
|
||||
- christitustech
|
||||
- EJ_SA
|
||||
|
||||
- size: full
|
||||
widgets:
|
||||
- type: group
|
||||
widgets:
|
||||
- type: hacker-news
|
||||
- type: lobsters
|
||||
|
||||
- type: videos
|
||||
channels:
|
||||
- UCXuqSBlHAE6Xw-yeJA0Tunw # Linus Tech Tips
|
||||
- UCR-DXc1voovS8nhAvccRZhg # Jeff Geerling
|
||||
- UCsBjURrPoezykLs9EqgamOA # Fireship
|
||||
- UCBJycsmduvYEL83R_U4JriQ # Marques Brownlee
|
||||
- UCHnyfMqiRRG1u-2MsSQLbXA # Veritasium
|
||||
|
||||
- type: group
|
||||
widgets:
|
||||
- type: reddit
|
||||
subreddit: technology
|
||||
show-thumbnails: true
|
||||
- type: reddit
|
||||
subreddit: selfhosted
|
||||
show-thumbnails: true
|
||||
|
||||
- size: small
|
||||
widgets:
|
||||
- type: weather
|
||||
location: Ceske Budejovice, Czechia
|
||||
units: metric # alternatively "imperial"
|
||||
hour-format: 24h # alternatively "12h"
|
||||
# Optionally hide the location from being displayed in the widget
|
||||
# hide-location: true
|
||||
|
||||
- type: markets
|
||||
markets:
|
||||
- symbol: SPY
|
||||
name: S&P 500
|
||||
- symbol: BTC-USD
|
||||
name: Bitcoin
|
||||
- symbol: BTC-EUR
|
||||
name: Bitcoin
|
||||
- symbol: CZK=X
|
||||
name: USD/CZK
|
||||
|
||||
- type: releases
|
||||
cache: 1d
|
||||
# Without authentication the GitHub API allows up to 60 requests per hour.
|
||||
# Uncomment and pass GITHUB_TOKEN in as an environment variable to raise it.
|
||||
# token: ${GITHUB_TOKEN}
|
||||
repositories:
|
||||
- trezor/trezor-firmware
|
||||
- glanceapp/glance
|
||||
- go-gitea/gitea
|
||||
- immich-app/immich
|
||||
- syncthing/syncthing
|
||||
Reference in New Issue
Block a user