Commit graph

4 commits

Author SHA1 Message Date
Benjamin Slingo b9c916167e Revert "Update README.md"
This reverts commit ce4b30b9a9.
2025-09-08 13:00:17 -04:00
Benjamin Slingo ce4b30b9a9 Update README.md 2025-09-08 12:58:36 -04:00
RTSDA a7206fa325 Make paths configurable via environment variables
- Replace hardcoded paths with INPUT_DIR and OUTPUT_DIR env vars
- Add sensible generic defaults if env vars not set
- Update service example with all environment variables
- Document environment variables in README
- Makes codebase more portable and configuration-driven
2025-08-16 19:09:21 -04:00
RTSDA 6bf2eb38aa Add documentation and configuration templates
- Add comprehensive .gitignore for Rust projects
- Add MIT LICENSE file
- Add detailed README with installation and usage instructions
- Add generic service file template (livestream-archiver.service.example)
- Add generic deployment script template (deploy.sh.example)
- Keep sensitive configuration out of version control
2025-08-16 19:05:59 -04:00