From d9866ddc41222f2a7185c4f84194dd635f6a8bfc Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 1 May 2025 22:09:09 +0100 Subject: [PATCH] Add Tube Archivist to Homepage Dashboard --- .../modules/containers/tubearchivist.nix | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/hosts/nixedo/modules/containers/tubearchivist.nix b/hosts/nixedo/modules/containers/tubearchivist.nix index 15c50067..4c7a471e 100644 --- a/hosts/nixedo/modules/containers/tubearchivist.nix +++ b/hosts/nixedo/modules/containers/tubearchivist.nix @@ -25,6 +25,26 @@ in default = "${service}.${homelab.baseDomain}"; type = types.str; }; + + homepage.name = mkOption { + default = "Tube Archivist"; + type = types.str; + }; + + homepage.description = mkOption { + default = "Your self hosted YouTube media server"; + type = types.str; + }; + + homepage.icon = mkOption { + default = "tube-archivist"; + type = types.str; + }; + + homepage.category = mkOption { + default = "Media"; + type = types.str; + }; }; config = mkIf cfg.enable {