This guide covers administrative functions: managing task templates, settings, and maintaining the application.
Task templates define what tasks are auto-generated when a new location is created. Go to Task Templates in the sidebar.
Archived locations are hidden from the dashboard but remain in the database for historical reference. They can be viewed from the Locations page.
Go to Settings in the sidebar. Authentication settings, Zero Trust configuration, and environment variables are managed through the Cloudflare Dashboard — not within the app itself.
If you need to reset the seed data (e.g., for a new deployment or testing):
wrangler d1 execute sonan-location-launchpad --remote --file=db/seed/seed.sql
wrangler d1 execute sonan-location-launchpad --remote --command="DELETE FROM task_templates"
wrangler d1 execute sonan-location-launchpad --remote --file=db/seed/seed.sql
If you are using the fallback password method (not Zero Trust):
ADMIN_PASSWORD and click Edit