diff --git a/status.md b/status.md index 3d3e3de..a9454a3 100644 --- a/status.md +++ b/status.md @@ -7,17 +7,40 @@ --- +## Todo List + +### Completed +- [x] Flatten pages structure (remove extra pages/ level) +- [x] Update setup.php to use correct path +- [x] Commit and push changes to remote +- [x] Copy setup.php to Cloudron (`/app/data/user/setup.php`) +- [x] Configure Git Sync plugin +- [x] Initial sync (content pulled but wiped user/ folder) +- [x] Reinstall admin plugin + +### In Progress +- [ ] Create admin user (run `php bin/grav newuser`) + +### Pending +- [ ] Fix Git Sync configuration to only sync `pages/` folder (prevent future wipes) +- [ ] Clear Grav cache +- [ ] Test multi-site routing at staticsites.turnsys.com +- [ ] Add domain aliases in Cloudron for all 21 sites +- [ ] Test each domain resolves to correct content + +--- + ## Completed -- [x] All 21 sites converted from mdbook to Grav format -- [x] All repos merged into monorepo (preserves history) -- [x] Repository structure flattened: `pages/{fqdn}/*` (not `pages/{fqdn}/pages/*`) -- [x] setup.php created for hostname-based routing -- [x] Changes committed and pushed to remote -- [x] Cloudron: setup.php placed at `/app/data/user/setup.php` -- [x] Cloudron: Git Sync plugin installed and configured -- [x] Cloudron: Git Sync successfully pulled content -- [x] Cloudron: Admin plugin reinstalled after Git Sync wipe +- All 21 sites converted from mdbook to Grav format +- All repos merged into monorepo (preserves history) +- Repository structure flattened: `pages/{fqdn}/*` (not `pages/{fqdn}/pages/*`) +- setup.php created for hostname-based routing +- Changes committed and pushed to remote +- Cloudron: setup.php placed at `/app/data/user/setup.php` +- Cloudron: Git Sync plugin installed and configured +- Cloudron: Git Sync successfully pulled content +- Cloudron: Admin plugin reinstalled after Git Sync wipe ## Current State