Fix Coolify startup and add GitHub-to-Gitea deploy walkthrough

This commit is contained in:
dwindown
2026-03-15 06:46:36 +07:00
parent 661da7a0fe
commit 540e4200bb
4 changed files with 56 additions and 5 deletions

2
app.js
View File

@@ -30,8 +30,6 @@ app.use("/js", express.static(path.join(__dirname, "public/js")));
app.use("/", apiRouter);
app.use("/v1", apiV1Router);
// PW: dykq bppc wkon llmh
// catch 404 and forward to error handler
app.use((req, res, next) => {
next(createError(404));