Deckard
4b036f101a
Fix script execution compatibility with Alpine containers
...
- Add bash and full wget packages for script compatibility
- Change script execution from /script to bash /script
- Ensures GNU wget features work properly instead of busybox limitations
- Scripts can now execute properly with PUID/PGID user mapping
2025-10-13 01:39:02 -04:00
Deckard
9fe4a2b00a
Fix container permissions and update timezone default
...
Container fixes:
- Remove complex su user switching that fails due to missing user
- Run scripts as root but ensure file ownership matches NFS mapping
- Simplifies deployment and allows package installation to succeed
Setup script:
- Change default timezone from UTC to America/New_York
2025-10-13 01:07:25 -04:00
Deckard
c90d777f2c
user permission alignment
2025-10-13 00:44:10 -04:00
Deckard
a4dacf89e0
fix container ownership for shared mounts
2025-10-12 23:51:16 -04:00
Deckard
feb9a63620
adds new resources to cleanup
2025-10-12 03:04:00 -04:00
Deckard
ed1251d0df
updates to use hosted scripts
2025-10-07 14:01:44 -04:00
Deckard
a089136a04
Update images with liyunfan1223 fork
2025-10-05 05:45:06 -04:00
Deckard
13fc1b7e66
eluna fixes
2025-10-04 22:35:48 -04:00
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