pre-deployment: flora mode, GPS, security hardening, open-source prep#5
Merged
Conversation
Automated security infrastructure: - .github/dependabot.yml: weekly dependency update PRs for frontend and backend - .github/workflows/security.yml: npm audit (high+) + tsc type-check on every push to main/pre-deployment and weekly scheduled Monday scan - scripts/backup-db.ps1: nightly MariaDB dump → compressed .sql.gz with 30-day retention and pruning - scripts/register-scheduled-tasks.ps1: one-click admin script to register the backup as a Windows Scheduled Task (daily 02:00) Also in this commit: - fix: installer now correctly shows on fresh DB — removed auto-seed from initDatabase(); install/status now checks for actual org rows not just table existence - feat: GitHub button on landing page (Super Admin toggle + URL config) - fix: npm audit fix --force on frontend and backend (0 vulnerabilities) - .gitignore: added backups/ and *.log - CLAUDE.md: documented full maintenance plan including quarterly checklist and known hardening items Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- README.md: full rewrite with install instructions, dev environment setup, production deployment (Nginx config, pm2, Let's Encrypt), AI features, tunnel options, security checklist, and contributing guide - scripts/backup-db.ps1: remove hardcoded DB password — now reads DATABASE_PASSWORD from backend/.env at runtime - backend/.env.example: clean template for new contributors with comments Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See commit log for full details.