Login¶
The dashboard is protected by a local password. Sign in at /login.
First sign-in¶
- The tray app prints the initial admin password on first launch
- Run
foil server resetpwfrom a terminal if you've lost it — it will generate a new one and print it to stdout - Sessions persist until you log out or clear the token from Settings
Notes¶
- Auth is enforced by the foil server itself — the app is a static export served over HTTP on localhost
- If you see the login page repeatedly, check
foil server logs --lines 100for auth errors (usually a clock skew or corrupt DB)
