aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--deploy/flake.lock4
-rw-r--r--flake.lock4
-rw-r--r--flakes/flake.lock2
-rw-r--r--systems/eldiron/websites/git/default.nix2
-rw-r--r--systems/eldiron/websites/git/mantisbt.nix2
5 files changed, 8 insertions, 6 deletions
diff --git a/deploy/flake.lock b/deploy/flake.lock
index 0424355..8615135 100644
--- a/deploy/flake.lock
+++ b/deploy/flake.lock
@@ -2848,7 +2848,7 @@
2848 }, 2848 },
2849 "locked": { 2849 "locked": {
2850 "lastModified": 1, 2850 "lastModified": 1,
2851 "narHash": "sha256-2fqc9ZDvQpvgXGdT65wit8tr7Q9QeQQ5qSh2qM24mkw=", 2851 "narHash": "sha256-VC4Sv7LBxAmYzKxpBeMZmFqzfWyWdldBYctFYeGnQ5w=",
2852 "path": "../flakes", 2852 "path": "../flakes",
2853 "type": "path" 2853 "type": "path"
2854 }, 2854 },
@@ -3970,7 +3970,7 @@
3970 }, 3970 },
3971 "locked": { 3971 "locked": {
3972 "lastModified": 1, 3972 "lastModified": 1,
3973 "narHash": "sha256-DYnB2oXltA+Xqoeaz64z0e1tO5tmaqyV7jq28MK9wiM=", 3973 "narHash": "sha256-wSzIBw/JAmFJZbbwgTFblmQA/ih9V76fBNA3W1BXJWY=",
3974 "path": "../systems/eldiron", 3974 "path": "../systems/eldiron",
3975 "type": "path" 3975 "type": "path"
3976 }, 3976 },
diff --git a/flake.lock b/flake.lock
index 0ef8c4c..73616b7 100644
--- a/flake.lock
+++ b/flake.lock
@@ -2729,7 +2729,7 @@
2729 }, 2729 },
2730 "locked": { 2730 "locked": {
2731 "lastModified": 1, 2731 "lastModified": 1,
2732 "narHash": "sha256-2fqc9ZDvQpvgXGdT65wit8tr7Q9QeQQ5qSh2qM24mkw=", 2732 "narHash": "sha256-VC4Sv7LBxAmYzKxpBeMZmFqzfWyWdldBYctFYeGnQ5w=",
2733 "path": "./flakes", 2733 "path": "./flakes",
2734 "type": "path" 2734 "type": "path"
2735 }, 2735 },
@@ -3986,7 +3986,7 @@
3986 }, 3986 },
3987 "locked": { 3987 "locked": {
3988 "lastModified": 1, 3988 "lastModified": 1,
3989 "narHash": "sha256-DYnB2oXltA+Xqoeaz64z0e1tO5tmaqyV7jq28MK9wiM=", 3989 "narHash": "sha256-wSzIBw/JAmFJZbbwgTFblmQA/ih9V76fBNA3W1BXJWY=",
3990 "path": "../systems/eldiron", 3990 "path": "../systems/eldiron",
3991 "type": "path" 3991 "type": "path"
3992 }, 3992 },
diff --git a/flakes/flake.lock b/flakes/flake.lock
index b8f281f..49a0cfb 100644
--- a/flakes/flake.lock
+++ b/flakes/flake.lock
@@ -3890,7 +3890,7 @@
3890 }, 3890 },
3891 "locked": { 3891 "locked": {
3892 "lastModified": 1, 3892 "lastModified": 1,
3893 "narHash": "sha256-DYnB2oXltA+Xqoeaz64z0e1tO5tmaqyV7jq28MK9wiM=", 3893 "narHash": "sha256-wSzIBw/JAmFJZbbwgTFblmQA/ih9V76fBNA3W1BXJWY=",
3894 "path": "../systems/eldiron", 3894 "path": "../systems/eldiron",
3895 "type": "path" 3895 "type": "path"
3896 }, 3896 },
diff --git a/systems/eldiron/websites/git/default.nix b/systems/eldiron/websites/git/default.nix
index 46ba34d..27274e6 100644
--- a/systems/eldiron/websites/git/default.nix
+++ b/systems/eldiron/websites/git/default.nix
@@ -87,7 +87,7 @@ in {
87 service_description = "mantisbt website is running on git.immae.eu"; 87 service_description = "mantisbt website is running on git.immae.eu";
88 host_name = config.hostEnv.fqdn; 88 host_name = config.hostEnv.fqdn;
89 use = "external-web-service"; 89 use = "external-web-service";
90 check_command = ["check_https" "git.immae.eu" "/mantisbt/" "<title>My View - MantisBT"]; 90 check_command = ["check_https" "git.immae.eu" "/mantisbt/" "<title>Main - MantisBT"];
91 91
92 servicegroups = "webstatus-webapps"; 92 servicegroups = "webstatus-webapps";
93 _webstatus_name = "Mantisbt"; 93 _webstatus_name = "Mantisbt";
diff --git a/systems/eldiron/websites/git/mantisbt.nix b/systems/eldiron/websites/git/mantisbt.nix
index 824e2e1..0491afc 100644
--- a/systems/eldiron/websites/git/mantisbt.nix
+++ b/systems/eldiron/websites/git/mantisbt.nix
@@ -53,6 +53,8 @@ rec {
53 $g_allow_signup = OFF; 53 $g_allow_signup = OFF;
54 $g_allow_anonymous_login = ON; 54 $g_allow_anonymous_login = ON;
55 $g_anonymous_account = 'anonymous'; 55 $g_anonymous_account = 'anonymous';
56 // Default page my_view_page.php can be overwelming for newcomers
57 $g_default_home_page = 'main_page.php';
56 58
57 $g_log_level = LOG_EMAIL_VERBOSE; 59 $g_log_level = LOG_EMAIL_VERBOSE;
58 $g_phpMailer_method = PHPMAILER_METHOD_MAIL; 60 $g_phpMailer_method = PHPMAILER_METHOD_MAIL;