changed how caddy works

This commit is contained in:
2025-05-22 13:25:57 +02:00
parent af966ab2f3
commit 9fd98e97fe
14 changed files with 105 additions and 88 deletions

View File

@@ -28,5 +28,11 @@ in {
FORGEJO__service__ENABLE_PASSWORD_SIGNIN_FORM = false;
};
};
settings.containers.caddy.routes.tbmrs.routes = [{
name = "forgejo";
host = "git";
url = "forgejo:3000";
}];
};
}