chore: align with nm visitenkarte standard #3

Merged
skr merged 2 commits from chore/nm-visitenkarte into main 2026-05-08 10:21:52 +00:00
Owner

Aligns the migrated repo with the nm public-repo standard: english README in mint-mcp style, MIT LICENSE, .gitignore block, .forgejo CI workflows, issue templates.

Aligns the migrated repo with the nm public-repo standard: english README in mint-mcp style, MIT LICENSE, .gitignore block, .forgejo CI workflows, issue templates.
chore: align with nm visitenkarte standard
Some checks failed
CI / frontend (push) Successful in 17s
CI / frontend (pull_request) Successful in 17s
CI / backend (pull_request) Failing after 27s
CI / backend (push) Failing after 28s
CI / docker (push) Has been skipped
CI / release (push) Has been skipped
CI / docker (pull_request) Has been skipped
CI / release (pull_request) Has been skipped
90305cc057
- README polished, Forgejo registry as primary docker source
- LICENSE copyright bumped to 2026 NeoMINT Research
- .gitignore extended (.env block, IDE, OS)
- .forgejo/workflows/ci.yml: bun frontend + go backend + docker push to git.neomint.com + release-on-tag
- .forgejo/issue_template/ for bugs and features
- removed .github/workflows/docker-publish.yml (replaced by .forgejo)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
fix: sanitizeFilename strips Windows-style backslash paths
All checks were successful
CI / frontend (push) Successful in 18s
CI / docker (push) Has been skipped
CI / backend (push) Successful in 27s
CI / frontend (pull_request) Successful in 17s
CI / backend (pull_request) Successful in 27s
CI / release (push) Has been skipped
CI / docker (pull_request) Has been skipped
CI / release (pull_request) Has been skipped
6c3dfac17d
filepath.Base on Linux only treats '/' as separator, so a payload like
'C:\Users\evil\file.txt' from a Windows client was kept verbatim.
Normalize '\' to '/' before calling filepath.Base so the leaf is
extracted regardless of the source platform.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
skr merged commit 8eefe75b57 into main 2026-05-08 10:21:52 +00:00
skr deleted branch chore/nm-visitenkarte 2026-05-08 10:21:52 +00:00
Sign in to join this conversation.
No description provided.