Configuration
drone-tui is configured through environment variables.
Required Variables
| Variable | Description |
|---|---|
DRONE_SERVER |
URL of your Drone CI server (e.g., https://drone.example.com) |
DRONE_TOKEN |
Your Drone API token |
Getting Your Token
- Log into your Drone CI instance
- Navigate to your account settings
- Copy the API token shown on the page
Shell Configuration
Add to your shell profile (~/.bashrc, ~/.zshrc, etc.):
export DRONE_SERVER=https://drone.example.com
export DRONE_TOKEN=your-api-token