From 325e80caaaaa202a71bc1111d3e19a92d99e7ada Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 22 Sep 2018 15:05:16 +0200 Subject: Update Gitea config --- host/automatix.nix | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'host') diff --git a/host/automatix.nix b/host/automatix.nix index 87ac16a..9724b95 100644 --- a/host/automatix.nix +++ b/host/automatix.nix @@ -28,9 +28,18 @@ httpPort = 3000; extraConfig = '' - [service] - DISABLE_REGISTRATION = true - SHOW_REGISTRATION_BUTTON = false + [server] + LANDING_PAGE = "explore" + [service] + DISABLE_REGISTRATION = true + SHOW_REGISTRATION_BUTTON = false + [api] + ENABLE_SWAGGER_ENDPOINT = false + [picture] + DISABLE_GRAVATAR = true + [other] + SHOW_FOOTER_VERSION = false + SHOW_FOOTER_TEMPLATE_LOAD_TIME = false ''; }; -- cgit v1.2.3