From e8f29719b28f0eadf1d1c3cd481577f1b6bd0ff2 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Thu, 2 Jan 2025 15:10:02 +0200 Subject: [PATCH] Got wakapi working, added password salt --- nixosModules/wakapi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixosModules/wakapi.yml b/nixosModules/wakapi.yml index bbe67c0..313c10e 100644 --- a/nixosModules/wakapi.yml +++ b/nixosModules/wakapi.yml @@ -64,13 +64,13 @@ db: automigrate_fail_silently: false # whether to ignore schema auto-migration failures when starting up security: - password_salt: # change this + password_salt: "ada8dauda87dar83rAOKaka9d(@**r*oeA" insecure_cookies: true # should be set to 'false', except when not running with HTTPS (e.g. on localhost) cookie_max_age: 172800 allow_signup: true signup_captcha: false invite_codes: true # whether to enable invite codes for overriding disabled signups - disable_frontpage: false + disable_frontpage: true expose_metrics: false enable_proxy: false # only intended for production instance at wakapi.dev trusted_header_auth: false # whether to enable trusted header auth for reverse proxies, use with caution!! (https://github.com/muety/wakapi/issues/534)