sky-cam.conf now sources .env from the same directory at the bottom of the file, so RTSP URLs, Mattermost tokens, and notification credentials can live outside version control. Plaintext credential placeholders removed from conf. install.sh generates .env.example on every run with the correct CAM_RTSP_* variable names derived from the CAMERAS list, so users always know exactly what to put in .env for their specific camera setup. .gitignore: add .env and sunrise-sounds/ (downloaded audio library). https://claude.ai/code/session_01C4jbd3waXG3eKZYbGUjLUQ
4 lines
34 B
Plaintext
4 lines
34 B
Plaintext
__pycache__/
|
|
.env
|
|
sunrise-sounds/
|