mirror of
https://github.com/glanceapp/glance.git
synced 2024-11-25 01:44:47 +01:00
Add preconfigured pages
This commit is contained in:
parent
3e0f57d0c7
commit
26716d0b89
@ -1,6 +1,6 @@
|
|||||||
<p align="center"><em>What if you could see everything at a...</em></p>
|
<p align="center"><em>What if you could see everything at a...</em></p>
|
||||||
<h1 align="center">Glance</h1>
|
<h1 align="center">Glance</h1>
|
||||||
<p align="center"><a href="#installation">Install</a> • <a href="docs/configuration.md">Configuration</a> • <a href="docs/themes.md">Themes</a></p>
|
<p align="center"><a href="#installation">Install</a> • <a href="docs/configuration.md">Configuration</a> • <a href="docs/preconfigured-pages.md">Preconfigured pages</a> • <a href="docs/themes.md">Themes</a></p>
|
||||||
|
|
||||||
![example homepage](docs/images/readme-main-image.png)
|
![example homepage](docs/images/readme-main-image.png)
|
||||||
|
|
||||||
|
BIN
docs/images/gaming-page-preview.png
Normal file
BIN
docs/images/gaming-page-preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 946 KiB |
BIN
docs/images/markets-page-preview.png
Normal file
BIN
docs/images/markets-page-preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 637 KiB |
BIN
docs/images/startpage-preview.png
Normal file
BIN
docs/images/startpage-preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
222
docs/preconfigured-pages.md
Normal file
222
docs/preconfigured-pages.md
Normal file
@ -0,0 +1,222 @@
|
|||||||
|
# Preconfigured pages
|
||||||
|
|
||||||
|
Don't want to spend time configuring pages from scratch? No problem! Simply copy the config from the ones below.
|
||||||
|
|
||||||
|
Pull requests with your page configurations are welcome!
|
||||||
|
|
||||||
|
## Startpage
|
||||||
|
|
||||||
|
![](images/startpage-preview.png)
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>View config (requires Glance <code>v0.6.0</code> or higher)</summary>
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
- name: Startpage
|
||||||
|
width: slim
|
||||||
|
hide-desktop-navigation: true
|
||||||
|
center-vertically: true
|
||||||
|
columns:
|
||||||
|
- size: full
|
||||||
|
widgets:
|
||||||
|
- type: search
|
||||||
|
autofocus: true
|
||||||
|
|
||||||
|
- type: monitor
|
||||||
|
cache: 1m
|
||||||
|
title: Services
|
||||||
|
sites:
|
||||||
|
- title: Jellyfin
|
||||||
|
url: https://yourdomain.com/
|
||||||
|
icon: si:jellyfin
|
||||||
|
- title: Gitea
|
||||||
|
url: https://yourdomain.com/
|
||||||
|
icon: si:gitea
|
||||||
|
- title: qBittorrent # only for Linux ISOs, of course
|
||||||
|
url: https://yourdomain.com/
|
||||||
|
icon: si:qbittorrent
|
||||||
|
- title: Immich
|
||||||
|
url: https://yourdomain.com/
|
||||||
|
icon: si:immich
|
||||||
|
- title: AdGuard Home
|
||||||
|
url: https://yourdomain.com/
|
||||||
|
icon: si:adguard
|
||||||
|
- title: Vaultwarden
|
||||||
|
url: https://yourdomain.com/
|
||||||
|
icon: si:vaultwarden
|
||||||
|
|
||||||
|
- type: bookmarks
|
||||||
|
groups:
|
||||||
|
- title: General
|
||||||
|
links:
|
||||||
|
- title: Gmail
|
||||||
|
url: https://mail.google.com/mail/u/0/
|
||||||
|
- title: Amazon
|
||||||
|
url: https://www.amazon.com/
|
||||||
|
- title: Github
|
||||||
|
url: https://github.com/
|
||||||
|
- title: Entertainment
|
||||||
|
links:
|
||||||
|
- title: YouTube
|
||||||
|
url: https://www.youtube.com/
|
||||||
|
- title: Prime Video
|
||||||
|
url: https://www.primevideo.com/
|
||||||
|
- title: Disney+
|
||||||
|
url: https://www.disneyplus.com/
|
||||||
|
- title: Social
|
||||||
|
links:
|
||||||
|
- title: Reddit
|
||||||
|
url: https://www.reddit.com/
|
||||||
|
- title: Twitter
|
||||||
|
url: https://twitter.com/
|
||||||
|
- title: Instagram
|
||||||
|
url: https://www.instagram.com/
|
||||||
|
```
|
||||||
|
</details>
|
||||||
|
|
||||||
|
## Markets
|
||||||
|
|
||||||
|
![](images/markets-page-preview.png)
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>View config (requires Glance <code>v0.6.0</code> or higher)</summary>
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
- name: Markets
|
||||||
|
columns:
|
||||||
|
- size: small
|
||||||
|
widgets:
|
||||||
|
- type: markets
|
||||||
|
title: Indices
|
||||||
|
markets:
|
||||||
|
- symbol: SPY
|
||||||
|
name: S&P 500
|
||||||
|
- symbol: DX-Y.NYB
|
||||||
|
name: Dollar Index
|
||||||
|
|
||||||
|
- type: markets
|
||||||
|
title: Crypto
|
||||||
|
markets:
|
||||||
|
- symbol: BTC-USD
|
||||||
|
name: Bitcoin
|
||||||
|
- symbol: ETH-USD
|
||||||
|
name: Ethereum
|
||||||
|
|
||||||
|
- type: markets
|
||||||
|
title: Stocks
|
||||||
|
sort-by: absolute-change
|
||||||
|
markets:
|
||||||
|
- symbol: NVDA
|
||||||
|
name: NVIDIA
|
||||||
|
- symbol: AAPL
|
||||||
|
name: Apple
|
||||||
|
- symbol: MSFT
|
||||||
|
name: Microsoft
|
||||||
|
- symbol: GOOGL
|
||||||
|
name: Google
|
||||||
|
- symbol: AMD
|
||||||
|
name: AMD
|
||||||
|
- symbol: RDDT
|
||||||
|
name: Reddit
|
||||||
|
- symbol: AMZN
|
||||||
|
name: Amazon
|
||||||
|
- symbol: TSLA
|
||||||
|
name: Tesla
|
||||||
|
- symbol: INTC
|
||||||
|
name: Intel
|
||||||
|
- symbol: META
|
||||||
|
name: Meta
|
||||||
|
|
||||||
|
- size: full
|
||||||
|
widgets:
|
||||||
|
- type: rss
|
||||||
|
title: News
|
||||||
|
style: horizontal-cards
|
||||||
|
feeds:
|
||||||
|
- url: https://feeds.bloomberg.com/markets/news.rss
|
||||||
|
title: Bloomberg
|
||||||
|
- url: https://moxie.foxbusiness.com/google-publisher/markets.xml
|
||||||
|
title: Fox Business
|
||||||
|
- url: https://moxie.foxbusiness.com/google-publisher/technology.xml
|
||||||
|
title: Fox Business
|
||||||
|
|
||||||
|
- type: group
|
||||||
|
widgets:
|
||||||
|
- type: reddit
|
||||||
|
show-thumbnails: true
|
||||||
|
subreddit: technology
|
||||||
|
- type: reddit
|
||||||
|
show-thumbnails: true
|
||||||
|
subreddit: wallstreetbets
|
||||||
|
|
||||||
|
- type: videos
|
||||||
|
style: grid-cards
|
||||||
|
collapse-after-rows: 3
|
||||||
|
channels:
|
||||||
|
- UCvSXMi2LebwJEM1s4bz5IBA # New Money
|
||||||
|
- UCV6KDgJskWaEckne5aPA0aQ # Graham Stephan
|
||||||
|
- UCAzhpt9DmG6PnHXjmJTvRGQ # Federal Reserve
|
||||||
|
|
||||||
|
- size: small
|
||||||
|
widgets:
|
||||||
|
- type: rss
|
||||||
|
title: News
|
||||||
|
limit: 30
|
||||||
|
collapse-after: 13
|
||||||
|
feeds:
|
||||||
|
- url: https://www.ft.com/technology?format=rss
|
||||||
|
title: Financial Times
|
||||||
|
- url: https://feeds.a.dj.com/rss/RSSMarketsMain.xml
|
||||||
|
title: Wall Street Journal
|
||||||
|
```
|
||||||
|
</details>
|
||||||
|
|
||||||
|
## Gaming
|
||||||
|
|
||||||
|
![](images/gaming-page-preview.png)
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>View config (requires Glance <code>v0.6.0</code> or higher)</summary>
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
- name: Gaming
|
||||||
|
columns:
|
||||||
|
- size: small
|
||||||
|
widgets:
|
||||||
|
- type: twitch-top-games
|
||||||
|
limit: 20
|
||||||
|
collapse-after: 13
|
||||||
|
exclude:
|
||||||
|
- just-chatting
|
||||||
|
- pools-hot-tubs-and-beaches
|
||||||
|
- music
|
||||||
|
- art
|
||||||
|
- asmr
|
||||||
|
|
||||||
|
- size: full
|
||||||
|
widgets:
|
||||||
|
- type: group
|
||||||
|
widgets:
|
||||||
|
- type: reddit
|
||||||
|
show-thumbnails: true
|
||||||
|
subreddit: pcgaming
|
||||||
|
- type: reddit
|
||||||
|
subreddit: games
|
||||||
|
|
||||||
|
- type: videos
|
||||||
|
style: grid-cards
|
||||||
|
collapse-after-rows: 3
|
||||||
|
channels:
|
||||||
|
- UCNvzD7Z-g64bPXxGzaQaa4g # gameranx
|
||||||
|
- UCZ7AeeVbyslLM_8-nVy2B8Q # Skill Up
|
||||||
|
- UCHDxYLv8iovIbhrfl16CNyg # GameLinked
|
||||||
|
- UC9PBzalIcEQCsiIkq36PyUA # Digital Foundry
|
||||||
|
|
||||||
|
- size: small
|
||||||
|
widgets:
|
||||||
|
- type: reddit
|
||||||
|
subreddit: gamingnews
|
||||||
|
limit: 7
|
||||||
|
style: vertical-cards
|
||||||
|
```
|
||||||
|
</details>
|
Loading…
Reference in New Issue
Block a user