From 909c271547fce37c157fd8de36940b9caa192422 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 9 May 2024 03:31:58 -0400 Subject: [PATCH] Infini-DL360/forgejo: set UI metadata --- hosts/Infini-DL360/forgejo.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/Infini-DL360/forgejo.nix b/hosts/Infini-DL360/forgejo.nix index 136d9dd..cb4ffe4 100644 --- a/hosts/Infini-DL360/forgejo.nix +++ b/hosts/Infini-DL360/forgejo.nix @@ -41,6 +41,10 @@ in indexer = { REPO_INDEXER_ENABLED = true; }; + "ui.meta" = { + AUTHOR = "Infinidoge's Void"; + DESCRIPTION = "A Forgejo instance hosting Infinidoge's personal repositories"; + }; }; };