From 801495c0e98609192cfa60dc56a509f3e7171e5e Mon Sep 17 00:00:00 2001 From: Gal Date: Wed, 3 Jan 2024 00:33:52 +0700 Subject: [PATCH] Add services --- homepage/config/services.yaml | 32 ++++++++++++++++++++------------ 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/homepage/config/services.yaml b/homepage/config/services.yaml index fed97b9..b01b3b7 100644 --- a/homepage/config/services.yaml +++ b/homepage/config/services.yaml @@ -1,14 +1,22 @@ -- Group A: - - Sonarr: - href: http://sonarr.host/ - description: Series management +- Base: + - Traefik: + href: https://traefik.velouria.dev + icon: si-traefikproxy + - Syncthing: + href: http://100.104.163.2:8384/ -- Group B: - - Radarr: - href: http://radarr.host/ - description: Movie management +- Files and Links: + - Nextcloud: + href: http://100.104.163.2:8080/login/ + icon: si-nextcloud + - PhotoPrism: + href: http://100.104.163.2:2342/ + - Linkding: + href: http://100.104.163.2:9090/bookmarks + - Blog: + href: https://notes.velouria.dev + icon: si-obsidian -- Group C: - - Service: - href: http://service.host/ - description: My cool service \ No newline at end of file +- Development: + - Gitea: + href: https://git.velouria.dev \ No newline at end of file