application rewrite. #1

Merged
cortex merged 9 commits from wizard_switchup into main 2026-05-21 07:08:14 +00:00
Showing only changes of commit 047d2a314a - Show all commits
+1 -1
View File
@@ -15,7 +15,7 @@ mimic is an interactive deployment wizard for self-hosting a Matrix homeserver s
### How it works
The `setup.sh` wizard collects your preferences, writes a `.env`, then orchestrates four stages: compose file generation (`compose_gen.sh`), database and config initialisation (`config_gen.sh`) and worker generation (`worker_gen.sh`). Everything is template-driven — no hand-editing of YAML required.
The `setup.sh` wizard collects your preferences, writes a `.env`, then orchestrates three stages: compose file generation (`compose_gen.sh`), database and config initialisation (`config_gen.sh`) and worker generation (`worker_gen.sh`). Everything is template-driven — no hand-editing of YAML required.
---