Commit Graph

10 Commits

Author SHA1 Message Date
Deckard
8b2eeff3fd add module functionality, untested 2025-10-04 20:44:07 -04:00
Deckard
b4a763a883 post-install updates 2025-10-03 22:05:39 -04:00
Deckard
10e08f791a fix container startup 2025-10-03 20:48:26 -04:00
Deckard
e34cea0a2b backup functionality and documentation 2025-10-03 16:34:18 -04:00
Deckard
b5ef1d8a61 Updades to post-install process 2025-10-03 13:44:01 -04:00
uprightbass360
48b1b5b0af Organize module management documentation and scripts into proper directories
This commit reorganizes the project structure for better maintainability:

Structure changes:
- docs/ - All documentation consolidated
  - README.md - Overview and quick start guide
  - MODULE_MANAGEMENT.md - Complete system documentation
  - MODULE_COMPATIBILITY.md - Module compatibility matrix
- scripts/ - All automation scripts
  - rebuild-with-modules.sh - Automated rebuild script

Updated references:
- All documentation now references correct script paths
- Docker compose notifications updated
- Cross-references between docs maintained

Benefits:
- Clear separation of documentation and scripts
- Better project organization and navigation
- Consistent with standard project structure conventions
- Easier maintenance and contribution

🤖 Generated with [Claude Code](https://claude.ai/code)
2025-10-01 20:24:20 -04:00
uprightbass360
e7b3fcdce2 adding module functionality and final setup 2025-10-01 03:26:18 -04:00
uprightbass360
4db8db23dc fixing variable naming 2025-09-30 05:10:53 -04:00
uprightbass360
c21b364faf cleanup 2025-09-30 04:30:03 -04:00
uprightbass360
fdd23c7fb7 Improve database timeout handling and add local testing setup
- Update database timeout values for better Portainer/NFS compatibility
- Add .env-database-local for local testing with reduced resource requirements
- Create local data directories and backup script validation
- Split compose validation confirms proper service dependency configuration
- Increase MySQL health check timeouts: start_period 60s→120s, timeout 10s→15s
- Extend database wait times: retries 30→60, sleep 5→10 (total 150s→600s)

🤖 Generated with [Claude Code](https://claude.com/claude-code)
2025-09-29 21:14:46 -04:00