How do i add Lidarr and prowlarr to my template, id also like for an "adventure time" theme, Proxmox Ve helper script #1007
Unanswered
IUsePiholeBecauseIcan
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
GNU nano 8.4 glance.yml
theme:
background-color: 0 0 16
primary-color: 43 59 81
positive-color: 61 66 44
negative-color: 6 96 59
pages:
name: Startpage
width: slim
hide-desktop-navigation: false
center-vertically: true
columns:
size: small
widgets:
repository: TechHutTV/homelab
pull-requests-limit: 5
issues-limit: 3
commits-limit: 3
size: full
widgets:
type: search
autofocus: true
search-engine: google
new-tab: true
bangs:
shortcut: "!yt"
url: https://www.youtube.com/results?search_query={QUERY}
shortcut: "!gh"
url: https://github.com/search?q={QUERY}&type=repositories
type: monitor
cache: 1m
title: Services
sites:
url: https://192.168.1.251:8006
allow-insecure: true
icon: di:proxmox
url: http://100.64.77.66:32400
icon: di:plex
alt-status-codes:
url: https://xxxxx-macbook-pro.xxxxx/apps/files/files
check-url: https://192.168.1.170:11000
icon: di:nextcloud
url: https://192.168.1.12
icon: di:pi-hole
url: https://192.168.1.56/#/login
icon: di:vaultwarden-light
url: http://192.168.1.222:8123/home/overview
icon: di:home-assistant
url: https://music.tailb0e643.ts.net
check-url: http://192.168.1.145:8200
icon: di:navidrome
alt-status-codes:
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:
title: OmgUbuntu
limit: 4
title: 9to5Linux
limit: 4
type: twitch-channels
channels:
size: full
widgets:
type: group
widgets:
type: videos
channels:
type: group
widgets:
subreddit: technology
show-thumbnails: true
subreddit: selfhosted
show-thumbnails: true
size: small
widgets:
type: weather
location: 75033
units: imperial
hour-format: 12h # alternatively "24h"
Optionally hide the location from being displayed in the widget
hide-location: true
type: markets
The link to go to when clicking on the symbol in the UI,
{SYMBOL} will be substituded with the symbol for each market
symbol-link-template: https://www.tradingview.com/symbols/{SYMBOL}/news
markets:
name: Litecoin
name: Ripple
name: Apple
name: Microsoft
type: releases
cache: 1d
Without authentication the Github API allows for up to 60 requests per hour. You can create a
read-only token from your Github account settings and use it here to increase the limit.
token: ...
repositories:
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
All reactions