mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-01-13 00:58:34 +00:00
feat: local paths/users
This commit is contained in:
@@ -326,7 +326,7 @@ storage/
|
||||
├── config/ # Server configuration files
|
||||
├── logs/ # Server log files
|
||||
├── modules/ # Module source code and configs
|
||||
├── mysql-data/ # Database files
|
||||
├── mysql-data/ # Database files (now under ./local-storage)
|
||||
└── backups/ # Automated database backups
|
||||
```
|
||||
|
||||
@@ -809,6 +809,12 @@ rm -f storage/modules/.requires_rebuild
|
||||
|
||||
---
|
||||
|
||||
## 🧭 Ownership Hardening TODO
|
||||
|
||||
- [ ] MySQL container: prototype running as `${CONTAINER_USER}` (or via Docker userns remap/custom entrypoint) so shared `${STORAGE_PATH}` data stays user-owned while preserving required init privileges.
|
||||
|
||||
---
|
||||
|
||||
## 🎯 Next Steps After Installation
|
||||
|
||||
1. **Test Client Connection** - Connect with WoW 3.3.5a client using configured realmlist
|
||||
|
||||
Reference in New Issue
Block a user