From 7c0f73beb86ca5007509aea0c4b5916bb65a783f Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Tue, 29 Jul 2025 14:11:27 +1000 Subject: [PATCH] rename forgejo banner to "tearforge" --- hosts/hyrule/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/hyrule/default.nix b/hosts/hyrule/default.nix index 465d4c0..12c96ab 100755 --- a/hosts/hyrule/default.nix +++ b/hosts/hyrule/default.nix @@ -295,7 +295,7 @@ in { }; DEFAULT = { - APP_NAME = "Do butterflies cry when they're sad?"; + APP_NAME = "tearforge"; APP_SLOGIN = "but cozy"; APP_DISPLAY_NAME_FORMAT = "{APP_NAME} ::{APP_SLOGAN}::"; }; @@ -349,7 +349,7 @@ in { # When set to “true”, the installation page is not accessible. #INSTALL_LOCK = false; - PASSWORD_HASH_ALGO = "argon2"; # ARGON2 BEST ALGO FR!! + PASSWORD_HASH_ALGO = "argon2"; # ARGON2 BEST ALGO FR!! (default: argon2$2$65536$8$50) MIN_PASSWORD_LENGTH = 12; PASSWORD_COMPLEXITY = "lower,upper,digit,spec"; PASSWORD_CHECK_PWN = true;