mirror of
https://github.com/CarelessInternet/Insight.git
synced 2026-07-30 14:51:54 +00:00
No description
- TypeScript 95.3%
- CSS 4.5%
- Dockerfile 0.2%
| .devcontainer | ||
| public | ||
| src | ||
| .env.example | ||
| .gitignore | ||
| biome.json | ||
| bun.lock | ||
| components.json | ||
| drizzle.config.ts | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| vite.config.ts | ||
Todo:
- Explain that deploying to the same server as the mail server may require adding the mail server network to the Insight container.
- Debugging: if facing this error:
Error [ERR_TLS_CERT_ALTNAME_INVALID]: Hostname/IP does not match certificate's altnames: Cert does not contain a DNS name, check that your IP is not banned on the mail-server.
Add the following admin settings to the application:
- Whitelist of domain names.
- Toggle if preloading is enabled (it can create many unnecessary IMAP calls).
/workspaces/Insight
To install dependencies:
bun install
To run:
bun run index.ts
This project was created using bun init in bun v1.3.10. Bun is a fast all-in-one JavaScript runtime.