blob: eda57c49288e6dc8f7033a494a041beb19ab9082 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
|
server:
host: 0.0.0.0
port: ${node.metadata.get("glance/port")}
assets-path: /var/lib/glance/assets/
branding:
custom-footer: " "
logo-url: /assets/hex.svg
favicon-url: /assets/hex.png
theme: # kanagawa dark
background-color: 240 13 14
primary-color: 51 33 68
negative-color: 358 100 68
contrast-multiplier: 1.2
pages:
- name: Home
columns:
- size: small
widgets:
- type: calendar
- type: html
source: |
<div>
<span class="color-primary">TODO:</span> miniflux widget
</div>
- size: full
widgets:
- type: search
search-engine: duckduckgo
- type: monitor
cache: 1m
title: Services
sites:
- title: Jellyfin
url: https://tv.gzr.im
icon: /assets/jellyfin.svg
- title: Vaultwarden
url: https://vault.gzr.im
icon: /assets/vaultwarden.svg
- title: Miniflux
url: https://rss.gzr.im
icon: /assets/miniflux.svg
- title: Paperless
url: https://paper.gzr.im
icon: /assets/paperless.svg
- title: Immich
url: https://photos.gzr.im
icon: /assets/immich.svg
- title: Home Assistant
url: http://home.gzr.im
icon: /assets/home-assistant.svg
- type: bookmarks
groups:
- 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: Wikipedia
url: https://en.wikipedia.org/
- title: Entertainment
color: 10 70 50
links:
- title: Netflix
url: https://www.netflix.com/
- title: Disney+
url: https://www.disneyplus.com/
- title: YouTube
url: https://www.youtube.com/
- title: Prime Video
url: https://www.primevideo.com/
- title: Social
color: 200 50 50
links:
- title: Reddit
url: https://www.reddit.com/
- title: Twitter
url: https://twitter.com/
- title: Instagram
url: https://www.instagram.com/
- size: small
widgets:
- type: clock
hour-format: 24h
timezones:
- timezone: UTC
label: UTC
- timezone: Europe/Berlin
label: Berlin
- timezone: Europe/Istanbul
label: Istanbul
- type: weather
location: Berlin, Germany
- type: markets
markets:
- symbol: OTLY
name: Oatly
- name: News
columns:
- size: small
widgets:
- type: hacker-news
- type: reddit
subreddit: selfhosted
- size: full
widgets:
- type: rss
limit: 10
collapse-after: 3
cache: 3h
feeds:
- url: https://ciechanow.ski/atom.xml
- url: https://www.joshwcomeau.com/rss.xml
title: Josh Comeau
- url: https://samwho.dev/rss.xml
- url: https://awesomekling.github.io/feed.xml
- url: https://ishadeed.com/feed.xml
title: Ahmad Shadeed
|