new-site/infra/ansible/roles/shkeeper/defaults/main.yml
justin f8cd37ac8c Initial commit — Performance West telecom compliance platform
Includes: API (Express/TypeScript), Astro site, Python workers,
document generators, FCC compliance tools, Canada CRTC formation,
Ansible infrastructure, and deployment scripts.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-27 06:54:22 -05:00

29 lines
686 B
YAML

---
# SHKeeper — self-hosted crypto payment processor
# Deployed via Helm chart onto k3s (lightweight Kubernetes)
shkeeper_port: 5000
shkeeper_domain: pay.performancewest.net
shkeeper_admin_domain: crypto.performancewest.net
# Cryptocurrencies to enable
shkeeper_cryptos:
btc: true
eth: true
matic: true
trx: true
bnb: true
ltc: true
# k3s options
k3s_install_url: https://get.k3s.io
k3s_exec_args: "--docker --disable=traefik"
# Helm repos
shkeeper_helm_repo: https://vsys-host.github.io/helm-charts
shkeeper_secret_gen_repo: https://helm.mittwald.de
# Helm release
shkeeper_helm_release: shkeeper
shkeeper_helm_namespace: default
shkeeper_storage_class: local-path