No description
- TypeScript 88.8%
- Shell 9.5%
- Dockerfile 1%
- JavaScript 0.7%
| api | ||
| cron | ||
| db | ||
| .gitignore | ||
| docker-compose.yml | ||
| Readme.md | ||
BeeKeeper
Service to monitor all the bees.
Building
To start the frontend run docker compose up. This will start the api.
Required secrets:
DOCTL_TOKEN
PRIVATE_TOKEN
DB
DB_HOST
DB_USER
DB_PASSWORD
BASE_URL
CLIENT_ID
CLIENT_SECRET
REDIRECT_URI
BEEKEEPER_URL
AUTHENTIK_TOKEN
BTG_TOKEN
CRITICAL_ROLE
CRITICAL_DEVELOPMENT_ROLE
WEBHOOK_URL
TRAFFIC_SECRET
BeeKeeper API
This is the API for Beekeeper. BeeKeeper is a subsystem of QueenBee. It previously shipped its own frontend, but this has since been moved to QueenBee.
