1
Fork 0

Update homer images

This commit is contained in:
prescientmoon 2024-04-28 01:48:00 +02:00
parent ba194ad517
commit 2f061bee51
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
2 changed files with 5 additions and 2 deletions

View file

@ -147,13 +147,13 @@ in
{ {
name = "Qbittorrent"; name = "Qbittorrent";
subtitle = "Torrent client"; subtitle = "Torrent client";
logo = icon "jellyfin.png"; logo = icon "qbittorrent.png";
url = "https://qbit.moonythm.dev"; url = "https://qbit.moonythm.dev";
} }
{ {
name = "Jellyfin"; name = "Jellyfin";
subtitle = "Media server"; subtitle = "Media server";
logo = icon "qbittorrent.png"; logo = icon "jellyfin.png";
url = "https://media.moonythm.dev"; url = "https://media.moonythm.dev";
} }
]; ];

View file

@ -1,3 +1,6 @@
# Sources:
# https://github.com/nickkjolsing/dockerMullvadVPN
# https://www.reddit.com/r/HomeServer/comments/xapl93/a_minimal_configuration_stepbystep_guide_to_media/
{ config, pkgs, ... }: { config, pkgs, ... }:
let let
port = 8417; port = 8417;