Clean up repo: add .gitignore, README, and modernize Docker setup #1
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?
Objective
This repo works but needs cleanup to be portfolio-ready. The Dockerfile and docker-compose exist but may be outdated. Docs are missing.
Current State
server.js— Express server with/process-templateendpointDockerfile+docker-compose.yml— exist, need reviewpackage.json— present.gitea/workflows/trigger-github.yml— old CI leftover from GitHub mirror, should be removedDeliverables
1. Add
.gitignore2. Remove
.gitea/workflows/trigger-github.ymlThis was a GitHub Actions trigger from when this was a mirror. No longer relevant.
3. Review and update Dockerfile
node:20-alpinebase4. Review and update
docker-compose.yml5. Create
README.mdDocument:
POST /process-templatetemplatefile +dataJSON field)docker-compose upornpm start)Git Setup
Use remote URL with token:
https://otis:<GITEA_TOKEN>@gitea.netcups.al3dev.link/monkey-island/docxtemplater-server.gitThe Gitea token is available in
/root/.openclaw/workspace/.gitea-credentials.Acceptance Criteria
docker build .succeedsWhen Done
Run:
openclaw system event --text "Done: docxtemplater-server cleaned up in monkey-island/docxtemplater-server" --mode now