This is an online tool to manage your fleets.
create the sqlite3 db file
touch ./data/fleets.db
create the .env file and update the properties
cp .env.local .env
NOTE: the callback URL is at /api/auth/callback/eveonline
create the config.yaml file and update the properties
cp config.example.yaml config.yaml
docker compose -f docker-compose.yml up --build -d