Commit Graph

4 Commits

Author SHA1 Message Date
cproudlock
046c11402f Add git-crypt encryption for secrets.md and config.asp
Sensitive files are now encrypted at rest in the repo, allowing them
to be committed safely and synced between machines.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 12:47:07 -05:00
cproudlock
1e17fd3026 Add config.asp to gitignore, provide example template
- Remove config.asp from tracking (contains credentials)
- Add config.asp.example with placeholder values
- Update .gitignore to exclude config.asp

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-12 08:12:47 -05:00
cproudlock
693789138d Move API credentials to secrets.md (gitignored)
- Created secrets.md for Zabbix/Gitea tokens and DB creds
- Updated CLAUDE.md to reference secrets.md
- Added secrets.md to .gitignore

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-11 17:41:32 -05:00
cproudlock
f04ac08200 Add .gitignore for logs, IIS folders, editor files
Ignores:
- logs/ directory
- aspnet_client/ (IIS generated, not needed for Classic ASP)
- test result CSV files
- editor temp files

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-11 17:39:35 -05:00