System Requirements
Honeyframe is packaged as Python services with static frontends, fronted by an nginx reverse proxy. The default deployment runs all services on a single Linux host.
Standard Install
The standard install runs the core Honeyframe services (Platform, plus the optional Vertical App and Hub Cloud tiers) on a single Linux host with PostgreSQL local or remote. Provisioning is driven by the setup-customer.sh script.
License Activation
From v0.0.31 Honeyframe ships with a per-org license gate. Each license is a vendor-issued, Ed25519-signed JSON document that names the customer org, the licensed tier, the licensed products, an expiry date, and an optional user limit. The backend validates the signature on every request through licensegatemiddleware; an expired or invalid license returns 403.
Custom
4 items