Commit Graph

79 Commits

Author SHA1 Message Date
Deckard
e10faa1f7c user wrangling 2025-10-13 02:14:04 -04:00
Deckard
ed35f3734d fix deployment script to use current directory paths 2025-10-13 01:58:05 -04:00
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
535d062bc3 Add PUID/PGID environment variables
- Add PUID=1001 and PGID=1000 variables to match working deployment pattern
- Add SHARING_USER variable for reference
- Maintain backward compatibility with CONTAINER_USER variables
- Prepares for simplified user mapping approach
2025-10-13 01:29:49 -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
88dcb4e7f1 creates folders addressing nfs permission issues 2025-10-13 00:11:23 -04:00
Deckard
a4dacf89e0 fix container ownership for shared mounts 2025-10-12 23:51:16 -04:00
Deckard
7d9fbc29fd remove orphans has issues 2025-10-12 21:46:38 -04:00
Deckard
d621188eee fixes for portainer init 2025-10-12 15:23:13 -04:00
Deckard
529fc42a6d removes local refs 2025-10-12 15:04:01 -04:00
Deckard
6cf73ef9ad adds better backup restoration 2025-10-12 14:55:08 -04:00
Deckard
0e2c82629e adds backup detection on start 2025-10-12 14:25:02 -04:00
Deckard
42f7dc1f04 adds functionality 2025-10-12 06:49:01 -04:00
Deckard
42a43b6a2a fix db import bugs 2025-10-12 06:15:17 -04:00
Deckard
feb9a63620 adds new resources to cleanup 2025-10-12 03:04:00 -04:00
Deckard
a8b612109e Fix backup container restart issue 2025-10-12 02:57:50 -04:00
uprightbass360
7d77a1a056 Remove unsupported pull_policy directives for podman compatibility
Docker Compose v3 pull_policy is not supported by podman-compose.
This causes warnings and potential issues during container deployment.

Removed pull_policy from:
- ac-mysql service
- ac-backup service
- ac-db-init service
- ac-db-import service

This improves compatibility with podman while maintaining full Docker support.
2025-10-11 14:13:20 -04:00
uprightbass360
78a4bca6a1 Add script to wait for client data and start world server
- Monitors client data download progress
- Automatically starts world server when data is ready
- Verifies all required data directories exist
- Shows progress updates every 30 seconds
- Includes comprehensive error handling and status reporting
2025-10-11 02:25:25 -04:00
uprightbass360
825cb7b5fe Add distrobox-compatible deployment script
- Created deploy-and-check-distrobox.sh for deploying in distrobox environment
- Uses distrobox-host-exec to run podman commands on host
- Automatically handles container creation with proper networking
- Includes comprehensive health checks for all services
- Supports --skip-deploy and --quick-check options
- Handles client data download in background
2025-10-11 02:18:17 -04:00
uprightbass360
7b256e7571 Merge playerbot backup support from modules branch
- Add automatic detection of acore_playerbots database in all backup scripts
- Improve restore script with better error handling
- Add logging of databases being backed up
- Include test-backup-detection.sh script
2025-10-11 02:09:46 -04:00
Deckard
ed1251d0df updates to use hosted scripts 2025-10-07 14:01:44 -04:00
Deckard
291e1e8393 add updated container scripts 2025-10-07 13:51:55 -04:00
Deckard
238ee39234 add inline scripts as standalone scritps for automations 2025-10-07 13:25:35 -04:00
MuchDev
0852ffedb7 Merge pull request #1 from uprightbass360/modules
Adds full module configuration and setup via setup-server.sh
2025-10-05 23:40:41 -04:00
uprightbass360
c523a20d78 better wizard logic and toggling 2025-10-05 23:38:33 -04:00
uprightbass360
3482a7a8d8 wizard tweaks 2025-10-05 23:08:27 -04:00
Deckard
02c6f00b6d add new images 2025-10-05 05:54:14 -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
f51d8554ab docs 2025-10-04 02:13:04 -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
71038930a7 add wizzard 2025-10-03 17:07:45 -04:00
Deckard
bb64493d98 doc updates 2025-10-03 16:50:14 -04:00
Deckard
0da4b19b08 update dependency graph 2025-10-03 16:44:59 -04:00
Deckard
0fc7908470 doc updates with realm configuration 2025-10-03 16:41:49 -04:00
Deckard
e34cea0a2b backup functionality and documentation 2025-10-03 16:34:18 -04:00
Deckard
1dbf406217 update docs on backups 2025-10-03 13:55:33 -04:00
Deckard
beafe708e2 Remove grafana/influxdb processes and docs 2025-10-03 13:52:35 -04:00
Deckard
b5ef1d8a61 Updades to post-install process 2025-10-03 13:44:01 -04:00
uprightbass360
fe1efc1c16 enhance backup process and remove dashboards 2025-10-03 02:13:59 -04:00
uprightbass360
4a5b7c80b5 env cleanups 2025-10-02 00:41:40 -04:00
uprightbass360
80af54180f Organization and docs 2025-10-02 00:41:14 -04:00
uprightbass360
ba541fbf78 add post install configuration 2025-10-01 20:58:13 -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
0196a23458 Finalize automated AzerothCore module management system
This commit completes the implementation of comprehensive module management
with automatic rebuild detection and source-based compilation integration.

Features implemented:
-  Automatic module state tracking with hash-based change detection
-  Comprehensive rebuild notifications and user guidance
-  Automated rebuild script (rebuild-with-modules.sh) with error handling
-  SQL script execution for automatic database setup
-  Module compatibility analysis and documentation
-  Source-based Docker build integration and testing
-  Environment configuration management for builds

Testing results:
-  Successfully built authserver with module integration
-  Confirmed module compilation and linking process works
-  Identified and documented mod-ahbot compatibility issue
-  All 28 modules downloaded and analyzed

Configuration changes:
- All modules disabled for stable baseline (ready for selective testing)
- mod-ahbot marked as incompatible due to linking errors
- Comprehensive compatibility matrix created
- Documentation updated with testing procedures

The system fulfills the core requirement: "ensure that the installer
executes a rebuild when modules are added or removed" with automatic
detection, notifications, and streamlined rebuild automation.

🤖 Generated with [Claude Code](https://claude.ai/code)
2025-10-01 20:21:11 -04:00
uprightbass360
b573bf1f7c remove secrets 2025-10-01 03:40:44 -04:00
uprightbass360
2b1183689d module compilation stack 2025-10-01 03:33:07 -04:00