Fix: remove server.js.bkp, fix docker-compose network, remove debug log #2
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problems
1. Remove
server.js.bkpBackup file should not be in the repo.
2. Fix
docker-compose.yml— remove caddy_default networkThe compose file references an external
caddy_defaultnetwork from an old Caddy reverse proxy setup. This will causedocker-compose upto fail on any fresh machine.Remove the
caddy_defaultnetwork from the service and from the top-levelnetworks:block. The compose file should look like:3. Remove debug
console.loginserver.jsLine ~39 has a stray
console.log(templateData)— remove it. This leaks request data to stdout in production.Git
Use remote URL with token:
https://otis:<GITEA_TOKEN>@gitea.netcups.al3dev.link/monkey-island/docxtemplater-server.gitToken in
/root/.openclaw/workspace/.gitea-credentials.When Done
Run:
openclaw system event --text "Done: docxtemplater-server cleanup (issue #2)" --mode now