Commit graph

14 commits

Author SHA1 Message Date
Claude
aef2b64d4e feat: Add SMB network share auto-mounting support
- Create entrypoint.sh to handle SMB mount on container startup
- Read credentials from settings.json and mount //172.18.210.5/ame
- Bind-mount subdirectories (watch, output, logs) to container paths
- Update Dockerfile with cifs-utils and entrypoint script
- Update docker-compose.yml with SYS_ADMIN capability for mounting
- Add comprehensive SMB configuration section to README
- Include troubleshooting guide and alternative approaches
- Maintain backward compatibility with local volumes
- Never expose passwords to browser (server-side storage only)

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-03-31 16:03:40 -04:00
b1abafd1de Update README.md with documentation 2026-03-31 15:35:26 -04:00
837df373ce Add public/index.html 2026-03-31 15:29:50 -04:00
86086cfc93 Add test-remap.js 2026-03-31 15:29:50 -04:00
8caaeaf13c Add server.js 2026-03-31 15:29:49 -04:00
47ad07366d Add prproj-remapper.js 2026-03-31 15:29:49 -04:00
e90ef6951f Add package.json 2026-03-31 15:29:49 -04:00
a1f839438e Add package-lock.json 2026-03-31 15:29:49 -04:00
9f961ba286 Add Dockerfile 2026-03-31 15:29:48 -04:00
79e2b959e2 Add docker-compose.yml 2026-03-31 15:29:48 -04:00
44c82fdffa Add ame-log-parser.js 2026-03-31 15:29:48 -04:00
e3efa14cd7 Add .env.example 2026-03-31 15:29:48 -04:00
27506fc6ff Add .dockerignore 2026-03-31 15:29:48 -04:00
1bf1ed093c Initial commit 2026-03-31 15:26:09 -04:00