Added Spooky-friendly names in Glance

This commit is contained in:
2025-11-11 21:52:38 +02:00
parent d1cfc2c2ea
commit 627000c03d

View File

@@ -58,47 +58,47 @@
url = "http://192.168.0.131:3010/user/login"; url = "http://192.168.0.131:3010/user/login";
} }
{ {
title = "Jellyfin"; title = "Jellyfin (media)";
url = "http://192.168.0.131:8096/web/#/home.html"; url = "http://192.168.0.131:8096/web/#/home.html";
} }
{ {
title = "Invidious"; title = "Invidious (YouTube)";
url = "http://192.168.0.131:4000"; url = "http://192.168.0.131:4000";
} }
{ {
title = "Transmission"; title = "Transmission (Torrents)";
url = "http://192.168.0.131:9091"; url = "http://192.168.0.131:9091";
} }
{ {
title = "OpenWebUI"; title = "OpenWebUI (AI)";
url = "http://192.168.0.131:3005/auth?redirect=%2F"; url = "http://192.168.0.131:3005/auth?redirect=%2F";
} }
{ {
title = "FreshRSS"; title = "FreshRSS (News)";
url = "http://192.168.0.131:8011"; url = "http://192.168.0.131:8011";
} }
{ {
title = "Karakeep"; title = "Karakeep (Bookmarks)";
url = "http://192.168.0.131:5000"; url = "http://192.168.0.131:5000";
} }
{ {
title = "Syncthing"; title = "Syncthing (Syncthing)";
url = "http://192.168.0.131:8384"; url = "http://192.168.0.131:8384";
} }
{ {
title = "Gossa"; title = "Gossa (File server)";
url = "http://192.168.0.131:9000"; url = "http://192.168.0.131:9000";
} }
{ {
title = "Radicale"; title = "Radicale (Calendar, Contacts, Tasks...)";
url = "http://192.168.0.101:5232"; url = "http://192.168.0.101:5232";
} }
{ {
title = "NetData"; title = "NetData (BigBox perf monitor)";
url = "http://192.168.0.131:19999/v3"; url = "http://192.168.0.131:19999/v3";
} }
{ {
title = "Keybr"; title = "Keybr (Touchtyping)";
url = "http://192.168.0.131:3000"; url = "http://192.168.0.131:3000";
} }
{ {
@@ -106,15 +106,15 @@
url = "http://192.168.0.131:8765/"; url = "http://192.168.0.131:8765/";
} }
{ {
title = "PiHole"; title = "PiHole (DNS)";
url = "http://192.168.0.101:8085"; url = "http://192.168.0.101:8085";
} }
{ {
title = "Dozzle"; title = "Dozzle (Docker logs)";
url = "http://192.168.0.131:8009"; url = "http://192.168.0.131:8009";
} }
{ {
title = "TP-Link"; title = "TP-Link (Router)";
url = "http://192.168.0.1"; url = "http://192.168.0.1";
} }
]; ];