@@ -28,6 +28,7 @@ within Homer:
28
28
- [ Medusa] ( #medusa )
29
29
- [ Nextcloud] ( #nextcloud )
30
30
- [ OctoPrint / Moonraker] ( #octoprintmoonraker )
31
+ - [ Olivetin] ( #olivetin )
31
32
- [ OpenHAB] ( #openhab )
32
33
- [ OpenWeatherMap] ( #openweathermap )
33
34
- [ PaperlessNG] ( #paperlessng )
@@ -45,7 +46,9 @@ within Homer:
45
46
- [ Speedtest Tracker] ( #speedtesttracker )
46
47
- [ Tautulli] ( #tautulli )
47
48
- [ Tdarr] ( #tdarr )
49
+ - [ Traefik] ( #traefik )
48
50
- [ Uptime Kuma] ( #uptime-kuma )
51
+ - [ Wallabag] ( #wallabag )
49
52
- [ What's Up Docker] ( #whats-up-docker )
50
53
51
54
> [ !IMPORTANT]
@@ -307,6 +310,17 @@ Moonraker's API mimmicks a few of OctoPrint's endpoints which makes these servic
307
310
type : " OctoPrint"
308
311
` ` `
309
312
313
+ ## Olivetin
314
+
315
+ This service displays a version string instead of a subtitle. Example configuration:
316
+
317
+ ` ` ` yaml
318
+ - name : Olivetin
319
+ type : Olivetin
320
+ logo : assets/tools/sample.png
321
+ url : https://olivetin.example.com
322
+ ` ` `
323
+
310
324
## OpenHAB
311
325
312
326
You need to set the type to OpenHAB, provide an api key and enable cors on OpenHAB.
@@ -594,6 +608,17 @@ for transcoding on your Tdarr instance as well as the number of errored items.
594
608
checkInterval: 5000 # (Optional) Interval (in ms) for updating the queue & error counts
595
609
` ` `
596
610
611
+ # # Traefik
612
+
613
+ This service displays a version string instead of a subtitle. Example configuration :
614
+
615
+ ` ` ` yaml
616
+ - name: Traefik
617
+ type: Traefik
618
+ logo: assets/tools/sample.png
619
+ url: http://traefik.example.com
620
+ ` ` `
621
+
597
622
# # Uptime Kuma
598
623
599
624
Using the Uptime Kuma service you can display info about your instance uptime right on your Homer dashboard.
@@ -609,6 +634,17 @@ The following configuration is available for the UptimeKuma service. Needs v1.13
609
634
type: "UptimeKuma"
610
635
` ` `
611
636
637
+ # # Wallabag
638
+
639
+ This service displays a version string instead of a subtitle. Example configuration :
640
+
641
+ ` ` ` yaml
642
+ - name: Wallabag
643
+ type: Wallabag
644
+ logo: assets/tools/sample.png
645
+ url: https://wallabag.example.com
646
+ ` ` `
647
+
612
648
# # What's up Docker
613
649
614
650
What's up Docker allow to display info about the number of container running and the number for which an update is available on your Homer dashboard.
0 commit comments