Repository files navigation
pnpm install
Start a Postgres server: podman run -p 5432:5432 -e POSTGRES_PASSWORD=mysecretpassword -d postgres
Copy apps/dashboard/.env.example to apps/dashboard/.env
Add secrets to apps/dashboard/.env
Set up the database: pnpm --filter stack-dashboard db:push
pnpm --filter stack-dashboard dev
If you want the data to persist:
podman volume create postgres_volume
podman run -p 5432:5432 --replace --name dashboard_postgres -e POSTGRES_PASSWORD=mysecretpassword -v postgres_volume:/var/lib/postgresql -d postgres
More detailed guide: https://orm.drizzle.team/docs/guides/postgresql-local-setup
Required:
Generate Better Auth
Autumn
Postgres connection URL
if you use the podman command(s) listed above, the connection string is postgres://postgres:mysecretpassword@127.0.0.1:5432/postgres
Highly recommended:
Optional:
VyOS
GitHub
Google
Billing meter secret
Cloudflare email key
About
dashboard repo dashpoboard
Resources
License
Stars
Watchers
Forks
You can’t perform that action at this time.