From cfa4e187c5c85316b1507f33e4fc32f2293d3cf0 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Fri, 23 Aug 2024 10:31:25 +0200 Subject: [PATCH] update --- hosts/server/modules/www/home.anotherhadi.com.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/hosts/server/modules/www/home.anotherhadi.com.nix b/hosts/server/modules/www/home.anotherhadi.com.nix index f4c594e..636a07e 100644 --- a/hosts/server/modules/www/home.anotherhadi.com.nix +++ b/hosts/server/modules/www/home.anotherhadi.com.nix @@ -33,37 +33,37 @@ let "links": [ { "title": "Jellyfin", - "url": "http://jack:8096", + "url": "http://192.168.1.99:8096", "icon": "󰼂" }, { "title": "Jellyseerr", - "url": "http://jack:5055", + "url": "http://192.168.1.99:5055", "icon": "" }, { "title": "Radarr", - "url": "http://jack:7878", + "url": "http://192.168.1.99:7878", "icon": "" }, { "title": "Sonarr", - "url": "http://jack:8989", + "url": "http://192.168.1.99:8989", "icon": "" }, { "title": "Bazarr", - "url": "http://jack:6767", + "url": "http://192.168.1.99:6767", "icon": "󰨖" }, { "title": "Transmission", - "url": "http://jack:9091", + "url": "http://192.168.1.99:9091", "icon": "󰘡" }, { "title": "Prowlarr", - "url": "http://jack:9696", + "url": "http://192.168.1.99:9696", "icon": "󱖫" } ]