Commit graph

14 commits

Author SHA1 Message Date
4ff60014df refactor: improve Minecraft automation scripts
Standardize shebang to #!/usr/bin/env bash
Add descriptive headers to all scripts
Make all scripts executable

Consistent with Unix best practices:
- Portable shebang usage
- Self-documenting code
- Proper file permissions
2025-12-08 10:30:00 +08:00
2e55194f5c feat: add operational utilities for monitoring and backup
Add healthcheck.sh for service status monitoring
- Check container health and port accessibility
- Support individual service or all-services check

Add backup.sh for data protection
- Backup service data and configurations
- List existing backups
- Cleanup old backups with retention policy

Unix philosophy: small sharp tools that do one thing well
2025-12-07 13:00:00 +08:00
01054f7b22 feat: add unified Makefile for service management
Provide consistent interface for all operations
Simplify common tasks across services
Support both individual and batch operations

Unix philosophy: composable tools with standard interface
Make targets: help, status, up, down, logs, restart per service
2025-12-06 16:20:00 +08:00
594cdf586d feat: add TeamSpeak environment template
Provide .env.example for TeamSpeak configuration
Ensures consistency across service deployments

All services now have .env.example files
2025-12-05 11:45:00 +08:00
5be2155b3c refactor: improve org-clone script with proper error handling
- Add comprehensive error checking and validation
- Implement proper argument parsing with usage help
- Add colored output for better readability
- Include prerequisite checks for gh CLI
- Track success/failure statistics

Unix philosophy: do one thing well, fail gracefully
2025-12-04 09:15:00 +08:00
0f71ff88ea docs: add comprehensive project README
Document project philosophy and structure
Provide clear usage instructions for all services
Follow documentation-as-code principle

Unix philosophy: be clear about what tools do
2025-12-03 14:30:00 +08:00
546a923e76 chore: add project infrastructure files
Add .gitignore to exclude sensitive and generated files
Add MIT License for open source compliance

Following Unix philosophy: clear project boundaries
2025-12-02 10:00:00 +08:00
97e44ab818
Merge pull request #1 from m1ngsama/feature/nextcloud
feat(nextcloud): add local nextcloud docker compose setup
2025-11-18 16:47:55 +08:00
35dcacdc7c feat(nextcloud): add local nextcloud docker compose setup 2025-11-18 16:47:11 +08:00
33ade46a99 upload org multi repository clone scripts 2025-11-14 11:08:39 +08:00
2207914289 update minecraft compose file and some specific config 2025-11-12 15:33:22 +08:00
dcb32e6b91 init the compose file for the establishment of teamspeak server 2025-11-06 18:44:46 +08:00
a177ec70d7 add compose.yaml 2025-11-02 18:13:50 +08:00
3bafd84230 init index and upload the scripts of minecraft 2025-10-28 11:13:41 +08:00