Update homer images
This commit is contained in:
parent
ba194ad517
commit
2f061bee51
|
@ -147,13 +147,13 @@ in
|
|||
{
|
||||
name = "Qbittorrent";
|
||||
subtitle = "Torrent client";
|
||||
logo = icon "jellyfin.png";
|
||||
logo = icon "qbittorrent.png";
|
||||
url = "https://qbit.moonythm.dev";
|
||||
}
|
||||
{
|
||||
name = "Jellyfin";
|
||||
subtitle = "Media server";
|
||||
logo = icon "qbittorrent.png";
|
||||
logo = icon "jellyfin.png";
|
||||
url = "https://media.moonythm.dev";
|
||||
}
|
||||
];
|
||||
|
|
|
@ -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, ... }:
|
||||
let
|
||||
port = 8417;
|
||||
|
|
Loading…
Reference in a new issue