You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow users to specify a custom base URL for downloading rulebooks,
skills, and playbooks. This enables private/internal repositories,
custom CDNs, and air-gapped environments while maintaining full
backward compatibility with Stakpak's default API.
Changes:
- New config field: rulebook_base_url (optional, defaults to
api_endpoint)
- New env var: STAKPAK_RULEBOOK_BASE_URL
- Separate control plane (api_endpoint) from data plane
(rulebook_base_url)
- Backward compatible: defaults to https://apiv2.stakpak.dev if not
set
- All existing configs continue to work without modification
Environment Variables:
- STAKPAK_RULEBOOK_BASE_URL - Override rulebook base URL globally
Config File Examples:
[settings]
rulebook_base_url = "https://rules.example.com"
[profiles.corporate]
rulebook_base_url = "http://local-rules:8080"
0 commit comments