From 02347713d758f5cb2ef8b0e78dea0a989ce4a548 Mon Sep 17 00:00:00 2001 From: Gal Date: Wed, 3 Jan 2024 00:22:40 +0700 Subject: [PATCH] Add services --- homepage/config/services.yaml | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/homepage/config/services.yaml b/homepage/config/services.yaml index 9d340bc..fed97b9 100644 --- a/homepage/config/services.yaml +++ b/homepage/config/services.yaml @@ -1,7 +1,14 @@ -- openmeteo: - label: Berlin # optional - latitude: 52.50 - longitude: 13.40 - timezone: Europe/Berlin # optional - units: metric # or imperial - cache: 5 # Time in minutes to cache API responses, to stay within limits +- Group A: + - Sonarr: + href: http://sonarr.host/ + description: Series management + +- Group B: + - Radarr: + href: http://radarr.host/ + description: Movie management + +- Group C: + - Service: + href: http://service.host/ + description: My cool service \ No newline at end of file