No description
Find a file
2025-12-26 17:36:26 +01:00
api removed dns entries, error prone and already handled by the underlying host dns. 2025-12-26 17:36:26 +01:00
cron removed dns entries, error prone and already handled by the underlying host dns. 2025-12-26 17:36:26 +01:00
db Completed TCP service and fixed bugs 2025-12-25 04:39:38 +01:00
.gitignore Added other env files to gitignore 2025-04-29 22:10:58 +02:00
docker-compose.yml removed dns entries, error prone and already handled by the underlying host dns. 2025-12-26 17:36:26 +01:00
Readme.md Added list of secrets 2025-11-30 17:34:15 +01:00

BeeKeeper

Service to monitor all the bees.

Building

To start the frontend run docker compose up. This will start the api on port 8001. The secrets required are detailed on the wiki.

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
HEARTBEAT_REFERENCE

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.

Current status

Current Status