Update homer images
This commit is contained in:
parent
ba194ad517
commit
2f061bee51
|
@ -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";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue