From 410119959bd29adc351182ae6847429547381737 Mon Sep 17 00:00:00 2001 From: Viren070 Date: Sat, 8 Mar 2025 16:43:05 +0000 Subject: [PATCH] feat: add jellyfin, jellyseer, and vaultwarden to honey --- data/honey/config.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/data/honey/config.json b/data/honey/config.json index 8a3cefe..198a2e4 100644 --- a/data/honey/config.json +++ b/data/honey/config.json @@ -37,6 +37,24 @@ "href": "https://status.yourdomain.com", "icon": "https://raw.githubusercontent.com/louislam/uptime-kuma/refs/heads/master/public/favicon.ico" }, + { + "name": "Jellyfin", + "desc": "Media server", + "href": "https://jellyfin.yourdomain.com", + "icon": "https://raw.githubusercontent.com/jellyfin/jellyfin-ux/refs/heads/master/branding/tizen/icon.png" + }, + { + "name": "JellySeer", + "desc": "Jellyfin Media manager", + "href": "https://jellyseer.yourdomain.com", + "icon": "https://raw.githubusercontent.com/fallenbagel/jellyseerr/refs/heads/develop/public/android-chrome-512x512.png" + }, + { + "name": "Plex", + "desc": "Media server", + "href": "https://plex.yourdomain.com", + "icon": "https://global.synologydownload.com/download/Package/img/PlexMediaServer/1.40.4.8840-72008840/thumb_256.png" + }, { "name": "Seanime", "desc": "Anime streaming service.", @@ -156,6 +174,12 @@ "desc": "Privacy-friendly analytics.", "href": "https://plausible.yourdomain.com", "icon": "https://raw.githubusercontent.com/plausible/docs/master/static/img/plausible-analytics-icon-top.png" + }, + { + "name": "Vaultwarden", + "desc": "Password Manager", + "href": "https://vaultwarden.yourdomain.com", + "icon": "https://raw.githubusercontent.com/dani-garcia/vaultwarden/6edceb5f7acfee8ffe1ae2f07afd76dc588dda60/resources/vaultwarden-icon.svg" } ]