An open API service indexing awesome lists of open source software.

https://github.com/pianopia/nextjs-drizzle-turso-next-auth-sample

NextJS上でDrizzleとTursoとNextAuthを使ってログイン認証を行うサンプル
https://github.com/pianopia/nextjs-drizzle-turso-next-auth-sample

Last synced: over 1 year ago
JSON representation

NextJS上でDrizzleとTursoとNextAuthを使ってログイン認証を行うサンプル

Awesome Lists containing this project

README

          

## Token create
```bash
openssl rand -base64 32
```

## Deploy
```bash
docker buildx build -t gcr.io//:latest --platform linux/amd64 .

docker push gcr.io//

gcloud run deploy --image gcr.io//:latest --platform managed --set-env-vars NODE_ENV=production --region=asia-east1
```

## No Left Space
```bash
docker system df

docker system prune -a

docker system prune --volumes
```