Commit Graph

7 Commits

Author SHA1 Message Date
06c0b14add chore: update .gitignore and add CloudronPackage artifacts
- Update .gitignore to properly exclude CloudronPackages-Workspaces/ directory while allowing CloudronPackages-Artifacts/
- Add CloudronStack/output/CloudronPackages-Artifacts/tirreno/tirreno-1761838026.tar.gz to tracking
- This ensures artifacts are tracked while temporary workspaces are ignored

This improves repository hygiene by tracking important artifacts while ignoring temporary workspaces.
2025-10-30 10:51:26 -05:00
742e3f6b97 chore: update .gitignore to exclude generated content and lock files
- Add patterns to exclude lock files (*.lock)
- Add patterns to exclude test files (*test-*)
- Add patterns to exclude Cloudron package artifacts and workspaces
- Prevent generated content from being accidentally committed

This improves repository hygiene by preventing temporary and generated files from being committed.
2025-10-30 10:48:50 -05:00
7061fbb2a9 refactor: move stack assets and wire in mailhog 2025-10-29 05:56:27 -05:00
d80d793079 feat: update prompt to specify SQLite preference for database-backed services
- Add requirement to use SQLite for every service that will support it
- Avoid heavier databases like PostgreSQL, MySQL when SQLite is adequate
- Only use heavier databases when SQLite is not supported or inadequate
- Implement proper SQLite volume management and security practices
- Configure SQLite as default database engine in environment variables
- Ensure data integrity and performance when migrating to SQLite
- Implement proper backup strategies for SQLite databases
2025-10-28 20:41:00 -05:00
ce60ffcb1f refactor: reorganize file structure and update .gitignore
- Move settings file to config/ directory
- Move control script to code/ directory
- Remove create-network.sh script as requested
- Create comprehensive .gitignore file to handle test logs and artifacts
- Update all scripts to reference new file locations
- Update STATUS.md to reflect new file structure

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2025-10-28 18:21:30 -05:00
4ad655d07f feat: add important documentation artifact VendorList-SupportStack.md
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2025-10-28 16:48:46 -05:00
87e277b7ca refactor: update git tracking after filesystem changes
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2025-10-28 16:46:30 -05:00