[Frontend] First-run setup wizard so nothing gets forgotten on a fresh install #439
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Backlog — a direction to consider, not scoped work.
What
A guided first-run flow that walks a new operator through everything an instance needs before it can be trusted, instead of leaving each setting to be discovered separately in Admin.
Why
Configuration that is technically available but never visited behaves exactly like configuration that does not exist. Several real incidents came from a setting nobody knew to set:
backup_logswas empty; every dump that existed had been taken by hand. Found while working #414.Each was a default nobody chose. A wizard turns "you should have found this" into "you were asked".
Rough shape
Steps a fresh instance genuinely cannot do without:
SECRET_KEYcustody — state plainly that it is not in the database and a dump without it cannot recover encrypted settings (#430)Worth deciding when this is picked up
Related
#427, #428, #429, #430, #436, #437, #414 — each is a case where the default or the absence of a prompt was the actual defect.