Skip to content

Configuration

Config File

The daemon stores configuration in ~/.adhdev/config.json:

json
{
  "connectionToken": "your-cloud-token",
  "serverUrl": "https://api.adhf.dev"
}

Environment Variables

VariableDescriptionDefault
ADHDEV_PORTHTTP server port3847
ADHDEV_HOSTBind addresslocalhost
ADHDEV_TOKENAuthentication tokennone
ADHDEV_SERVER_URLCloud server URLhttps://api.adhf.dev
ADHDEV_LOG_LEVELLog verbosity (debug/info/warn/error)info

Log Files

Daemon logs are stored in ~/.adhdev/logs/:

  • daemon-YYYY-MM-DD.log — daily rotating log file
  • Logs are also printed to stdout when running in foreground

Provider Directory

Custom providers are loaded from:

  • ~/.adhdev/providers/ — user-installed providers
  • Built-in providers are bundled with the daemon

Released under the AGPL-3.0 License (OSS) / Proprietary (Cloud)