Reference

Configuration

Configuration layout for the SkyPort backend and CLI.

Backend Configuration

The backend reads environment variables and uses them to configure runtime behavior.

terminal
SKYPORT_HOST=0.0.0.0
SKYPORT_PORT=8080
SKYPORT_DB_PATH=./data/skyport.db
SKYPORT_WORKSPACE_ROOT=./workspace

CLI Configuration

The CLI stores local state under ~/.skyport/ and loads the selected server profile before executing commands.

~/.skyport/
├── config.yaml
├── data/
├── workspace/
├── logs/
├── cache/
└── tmp/

Config Rules

  • environment variables take priority for the backend
  • CLI flags select the active profile or output mode
  • keep the docs aligned to real cli/internal/config and backend/internal/config fields

Next

  1. Read CLI Reference.
  2. Read Environment Variables.
SkyPort

SkyPort Docs

Self-hosted infrastructure platform