Compare commits

...

2 Commits

Author SHA1 Message Date
yukkop c0c024dcfd fix: lab: mechabellum ssl 2026-06-02 20:33:19 +00:00
yukkop 0023e27110 feat: lab: disable gitea auth 2026-06-02 20:32:48 +00:00
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -257,7 +257,7 @@ in {
gitea = {
enable = true;
package = pkgs.hectic.gitea-heatmap;
settings.service.DISABLE_REGISTRATION = false;
settings.service.DISABLE_REGISTRATION = true;
settings.server = {
HTTP_PORT = 11011;
#SSH_PORT = 22;
+2 -1
View File
@@ -29,7 +29,8 @@ in {
enable = true;
};
services.nginx.virtualHosts."${mechDomain}" = sslOpts // {
services.nginx.virtualHosts."${mechDomain}" = {
enableACME = true;
forceSSL = true;
root = inputs.mechabellum-replay-analysis.packages.${system}.frontend;