-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathdefault.yml
268 lines (258 loc) Β· 8.63 KB
/
default.yml
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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
# This is the default Hubleys configuration
# the examples below show all possible options
# access to each config entry can be controlled with `allow` and `deny`,
# e.g. accessible to admins but not to user1 (even if user1 is an admin):
# allow: [group:admins]
# deny: [user:user1]
search_engines:
- title: DuckDuckGo
search_url: https://duckduckgo.com/
autocomplete_url: https://duckduckgo.com/ac/
allow: true # shown to everybody
- title: Startpage
search_url: https://www.startpage.com/sp/search
allow: true
- title: Wikipedia
search_url: https://wikipedia.org/w/index.php
search_parameter: search # the url parameter which holds the query term (default: "q")
allow: true
- title: Wolfram Alpha # calculator
search_url: https://www.wolframalpha.com/input
search_parameter: i
allow: true
# target: 'new-tab' # the default, will open search results in a new tab
# target: 'same-tab' # will replace the hubleys tab with the search results
# calendars:
# - url: https://onlinekalender.info/feiertage/deutschland/berlin.ics
# allow: true
# - url: https://username:[email protected]/calendar.ical
# allow: [user:me]
messages:
- html: |
<h1 style="font-size: 18pt">Welcome to hubleys!</h1>
<p>What you see here is the default example configuration.</p>
<p>Edit the <code>config.yml</code> file to customize your setup <b>:)</b></p>
<hr style="border-style: dotted">
<footer style="font-size: 11pt; text-align: right">
Find hubleys documentation on
<a href="https://github.com/knrdl/hubleys-dashboard" target="_blank" rel="noopener noreferrer">Github</a>.
</footer>
allow: true # show to everyone
sections: # divides your tiles into sections (optional)
- allow: true # show this section to anyone
tiles:
- title: Logout
url: https://example.org/logout/
logo: authelia # a tile can have a `logo` (image) and an `emoji` (text). Logos have precedence. At least a `logo` or an `emoji` should be present for a tile
- title: Hidden
url: https://example.org
emoji: Secret
allow: false # always hidden
- title: Animals
# allow: [user:example-user1, group:example-group1, email:[email protected]] # user must fulfill at least on condition to see tile
menu: # tiles can have nested menus
- title: Cats
deny: [group:dog-lovers]
menu:
- title: Tiger
emoji: π
url: https://http.cat/
- title: Blacky
emoji: πββ¬
url: https://http.cat/
- title: Svelty
emoji: π±
url: https://http.cat/
- title: Kitty
emoji: πΊ
url: https://http.cat/
- title: Dogs
deny: [group:cat-lovers]
menu:
- title: Dog1
emoji: πΆ
url: https://httpstatusdogs.com/
- title: Dog2
emoji: π
url: https://httpstatusdogs.com/
- title: Fishs
menu:
title: Aquarium
tiles:
- title: Fish 1
emoji: π
only_icon: true # hide `title` and `subtitle`
url: https://github.com/cmatsuoka/asciiquarium
- title: Fish 2
emoji: π
only_icon: true
url:
value: https://github.com/cmatsuoka/asciiquarium
# target: 'new-tab' # the default, will open the link in a new tab
target: 'same-tab' # will open the link in the current tab
- title: Sverdle
url: /sverdle/
- title: Admin # sections can have titles
allow: true # allow: [group:admins]
tiles:
- title: DB
emoji: β
menu:
titles: DB Tools
tiles:
- title: Chronograf
subtitle: InfluxDB
url: https://www.influxdata.com/
logo: influxdb
- title: PgAdmin
subtitle: Postgres
url: https://www.pgadmin.org/
logo: postgres
- title: PhpMyAdmin
subtitle: MariaDB
url: https://www.phpmyadmin.net/
logo: phpmyadmin
- title: DNS
menu:
- title: Adguard
url: https://adguard.com
logo: adguard
- title: PiHole
url: https://pi-hole.net/
logo: pihole
- title: Gotify
logo: gotify
url: https://gotify.net/
- title: Grafana
subtitle: Monitoring
logo: grafana # or: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/grafana.png
url: https://grafana.com/
menu:
title: Grafana Dashboards
tiles:
- title: Dashboard 1
emoji: π
url: https://example.org/dashboard1/
- title: Dashboard 2
emoji: π
url: https://example.org/dashboard2/
- title: Dashboard 3
emoji: π
url: https://example.org/dashboard3/
- title: Dashboard 4
emoji: πΉ
url: https://example.org/dashboard4/
- title: LibreSpeed
subtitle: SpeedTest
url: https://librespeed.org/
logo: librespeed
- title: Portainer
url: https://www.portainer.io/
logo: portainer
- title: Traefik
subtitle: Reverse Proxy
url: https://doc.traefik.io/traefik/
logo: traefik
menu:
title: Proxy Tools
tiles:
- title: GoAccess
subtitle: Log Analyzer
url: https://goaccess.io/
logo: goaccess
- title: Dev
allow: true
tiles:
- title: Gitea
logo: gitea
url: https://about.gitea.com/
menu:
- title: Drone
logo: drone
url: https://www.drone.io/
- title: Docker Images
logo: docker-registry
url: https://hub.docker.com/_/registry
- title: Gitlab
logo: gitlab
url: https://about.gitlab.com/install/
- title: JuiceShop
logo: juiceshop
url: https://owasp.org/www-project-juice-shop/
- title: VS Code
logo: vscode
url: https://docs.linuxserver.io/images/docker-code-server/
- title: Work
allow: true
tiles:
- title: Drawing
menu:
- title: Draw.io
logo: drawio
url: https://app.diagrams.net/
- title: Excalidraw
logo: excalidraw
url: https://excalidraw.com/
- title: HedgeDoc
logo: hedgedoc
url: https://hedgedoc.org/
- title: LanguageTool
logo: languagetool
url: https://languagetool.org
- title: NextCloud
logo: nextcloud
url: https://nextcloud.com
- title: StirlingPDF
logo: stirlingpdf
url: https://github.com/Stirling-Tools/Stirling-PDF
- title: File Transfer
menu:
- title: PSI Transfer
logo: psitransfer
url: https://github.com/psi-4ward/psitransfer
- title: SnapDrop
logo: snapdrop
url: https://snapdrop.net/
- title: Media
menu:
- title: Jellyfin
logo: jellyfin
url: https://jellyfin.org/
- title: Navidrome
logo: navidrome
url: https://www.navidrome.org/
- title: News
emoji: π°
menu:
- title: Invidious
subtitle: YouTube
logo: invidious
url: https://invidious.io/
- title: Miniflux
logo: miniflux
url: https://miniflux.app/
menu:
title: News Tools
tiles:
- title: Linkwarden
logo: linkwarden
url: https://linkwarden.app/
- title: RSS Bridge
logo: rssbridge
url: https://github.com/RSS-Bridge/rss-bridge
- title: Nitter
subtitle: Twitter
logo: nitter
url: https://github.com/zedeus/nitter
- title: Libreddit
subtitle: Reddit
emoji: /r/
url: https://github.com/libreddit/libreddit
- title: Recipes
menu:
- title: Mealie
logo: mealie
url: https://mealie.io/
- title: Tandoor
logo: tandoor
url: https://docs.tandoor.dev/