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>
29 lines
686 B
YAML
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
|