fix/getting-started #26

Merged
nrupard merged 2 commits from fix/getting-started into main 2026-04-01 21:44:20 +02:00
Member
No description provided.
Landing page had hardcoded links to pugtsurani.net/register (SaaS).
Since static/index.html is only served in standalone mode, these now
point to /login which enters the Dioxus auth flow correctly.

Also fix the clean recipe: remove phantom app-data/db-data volumes
that don't exist in either compose file, and force-remove orphan
containers still holding a volume before attempting volume removal.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Check /api/auth/check-setup on page load and rewrite all auth links
to /setup when setup_required is true. Wrapped in DOMContentLoaded
so the query runs after the DOM is built.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
nrupard deleted branch fix/getting-started 2026-04-01 21:44:20 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
a8n-tools/rusty-links!26
No description provided.