Server Operations
houmgaor edited this page 2026-03-20 16:56:45 +01:00
Clone

Wiki Page Revisions

4 Commits

Author SHA1 Message Date
houmgaor
90bc36ad75 docs(operations): document JSON format support for quests, scenarios, rengoku
All three file types now accept .json as a human-readable alternative
to .bin. Document the priority (.bin first), what each JSON format
covers, and update the bin/ directory tree to reflect both extensions.
2026-03-20 16:56:45 +01:00
houmgaor
afa855215a Fix guild table count and remove nonexistent Docker web service
- Database-Setup: 8 guild tables, not 14 (matches actual schema)
- Server-Operations: remove web service from Docker table (not in docker-compose.yml)
2026-02-18 14:02:58 +01:00
houmgaor
d303f98c05 Consolidate docs/ content into wiki as single source of truth
Port logging config, MHFML tags, course bitfields, security checklist,
command security classification, player commands reference, DB
troubleshooting/backup/tuning, and firewall/monitoring guides from the
v9.2.x-stable docs/ into the wiki. All schema references adapted to
current main branch field names.
2026-02-18 11:41:31 +01:00
houmgaor
4082d82b0d Add wiki pages for database setup, commands, and server operations
Expand Home.md from a one-liner into a proper landing page with getting
started guide and wiki index. Add three new pages covering the main
documentation gaps: database schema management, in-game command reference,
and server operations (quest files, saves, API, Discord, Docker).
2026-02-16 16:41:11 +01:00