a simple status monitoring service built with sveltekit and bun.
- TypeScript 49.8%
- Svelte 33.6%
- CSS 15.7%
- JavaScript 0.4%
- Dockerfile 0.3%
- Other 0.2%
| .zed | ||
| scripts | ||
| src | ||
| static | ||
| .env.example | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .npmrc | ||
| bun.lock | ||
| Dockerfile | ||
| eslint.config.js | ||
| LICENSE | ||
| logger.json | ||
| package.json | ||
| README.md | ||
| svelte.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||
atums/status
a simple status monitoring service built with sveltekit and bun.
view todo
requirements
- bun
- postgresql
setup
bun install
cp .env.example .env
edit .env with your database credentials and settings.
development
bun run dev
this starts both the api server and the web frontend.
production
bun run build
bun run start
docker
docker pull registry.heliopolis.live/atums/status:latest
license
bsd-3-clause