Compare commits
2 Commits
006d91eedd
...
e195cb7712
Author | SHA1 | Date | |
---|---|---|---|
e195cb7712 | |||
5448c22383 |
@ -58,4 +58,4 @@
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
bun dev
|
bun dev
|
||||||
```
|
```
|
||||||
|
@ -81,4 +81,4 @@ A Docker setup requires both Docker *and* Docker Compose.
|
|||||||
you will also need to set up the following repositories and edit this project to work with *your* setup.
|
you will also need to set up the following repositories and edit this project to work with *your* setup.
|
||||||
|
|
||||||
* [mail-connect](https://git.pontusmail.org/librecloud/mail-connect)
|
* [mail-connect](https://git.pontusmail.org/librecloud/mail-connect)
|
||||||
* [docker-mailserver](https://github.com/docker-mailserver/docker-mailserver)
|
* [docker-mailserver](https://github.com/docker-mailserver/docker-mailserver)
|
||||||
|
@ -7,4 +7,4 @@ Each update to this file is guaranteed to work with the previous version of the
|
|||||||
```bash
|
```bash
|
||||||
npx prisma migrate dev --name update-schema # Migrate
|
npx prisma migrate dev --name update-schema # Migrate
|
||||||
npx prisma migrate deploy # Deploy
|
npx prisma migrate deploy # Deploy
|
||||||
```
|
```
|
||||||
|
@ -17,14 +17,14 @@ You might want to serve the docs you've edited to see how they'll look on [docs.
|
|||||||
|
|
||||||
Do this with the `docsify-cli`, which can be installed like so:
|
Do this with the `docsify-cli`, which can be installed like so:
|
||||||
|
|
||||||
**Bun**
|
### Bun
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# This will be installed globally
|
# This will be installed globally
|
||||||
bun i docsify-cli -g
|
bun i docsify-cli -g
|
||||||
```
|
```
|
||||||
|
|
||||||
**NPM**
|
### NPM
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# This will be installed globally
|
# This will be installed globally
|
||||||
@ -35,4 +35,4 @@ Finally, you can serve the docs with this command:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
docsify serve docs
|
docsify serve docs
|
||||||
```
|
```
|
||||||
|
@ -93,4 +93,4 @@ If you would like to simply test or bypass Cloudflare Turnstile, you can use one
|
|||||||
| Environment Variable | Description | Example |
|
| Environment Variable | Description | Example |
|
||||||
|------------------------|-------------------------------------------|---------------------------------------|
|
|------------------------|-------------------------------------------|---------------------------------------|
|
||||||
| NEXT_PUBLIC_CF_SITEKEY | Cloudflare Turnstile site key (public) | `1x00000000000000000000AA` |
|
| NEXT_PUBLIC_CF_SITEKEY | Cloudflare Turnstile site key (public) | `1x00000000000000000000AA` |
|
||||||
| CF_SECRETKEY | Cloudflare Turnstile secret key (private) | `0xXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX` |
|
| CF_SECRETKEY | Cloudflare Turnstile secret key (private) | `0xXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX` |
|
||||||
|
21
package.json
21
package.json
@ -32,12 +32,12 @@
|
|||||||
"clsx": "^2.1.1",
|
"clsx": "^2.1.1",
|
||||||
"cmdk": "1.0.0",
|
"cmdk": "1.0.0",
|
||||||
"cookies-next": "^5.1.0",
|
"cookies-next": "^5.1.0",
|
||||||
"framer-motion": "^12.6.3",
|
"framer-motion": "^12.7.4",
|
||||||
"geist": "^1.3.1",
|
"geist": "^1.3.1",
|
||||||
"js-cookie": "^3.0.5",
|
"js-cookie": "^3.0.5",
|
||||||
"lucide-react": "^0.487.0",
|
"lucide-react": "^0.487.0",
|
||||||
"motion": "^12.6.3",
|
"motion": "^12.7.4",
|
||||||
"next": "^15.3.0",
|
"next": "^15.3.1",
|
||||||
"next-auth": "^5.0.0-beta.25",
|
"next-auth": "^5.0.0-beta.25",
|
||||||
"next-themes": "^0.4.6",
|
"next-themes": "^0.4.6",
|
||||||
"password-validator": "^5.3.0",
|
"password-validator": "^5.3.0",
|
||||||
@ -51,20 +51,23 @@
|
|||||||
"tailwind-merge": "^3.2.0",
|
"tailwind-merge": "^3.2.0",
|
||||||
"tw-animate-css": "^1.2.5",
|
"tw-animate-css": "^1.2.5",
|
||||||
"validator": "^13.15.0",
|
"validator": "^13.15.0",
|
||||||
"zod": "^3.24.2"
|
"zod": "^3.24.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@eslint/eslintrc": "^3.3.1",
|
"@eslint/eslintrc": "^3.3.1",
|
||||||
"@tailwindcss/postcss": "^4.1.3",
|
"@tailwindcss/postcss": "^4.1.4",
|
||||||
"@types/js-cookie": "^3.0.6",
|
"@types/js-cookie": "^3.0.6",
|
||||||
"@types/node": "^20.17.30",
|
"@types/node": "^20.17.30",
|
||||||
"@types/react": "^19.1.0",
|
"@types/react": "^19.1.2",
|
||||||
"@types/react-dom": "^19.1.2",
|
"@types/react-dom": "^19.1.2",
|
||||||
"@types/validator": "^13.12.3",
|
"@types/validator": "^13.15.0",
|
||||||
"eslint": "^9.24.0",
|
"eslint": "^9.24.0",
|
||||||
"eslint-config-next": "15.1.6",
|
"eslint-config-next": "15.1.6",
|
||||||
"postcss": "^8.5.3",
|
"postcss": "^8.5.3",
|
||||||
"tailwindcss": "^4.1.3",
|
"tailwindcss": "^4.1.4",
|
||||||
"typescript": "^5.8.3"
|
"typescript": "^5.8.3"
|
||||||
}
|
},
|
||||||
|
"trustedDependencies": [
|
||||||
|
"altcha"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user