|
Looking for the steps how to run the app deployments on the self hosted hive console Want to store the persisted queries on the hive console and push th query and hash artificats Is there any plan to release this feature on the self hosted version Thanks |
Answered by
n1ru4l
Mar 3, 2026
Replies: 1 comment
|
Hey @ganny26 you can set the See: The documents are then available via the CDN routes. You can also deploy the CDN route handler to either AWS Lambda or Cloudflare Workers. Please us the pulumi deployment as a reference for this, as we do not yet have a guide for doing that in a self-hosted setup. |
0 replies
Answer selected by
n1ru4l
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @ganny26 you can set the
FEATURE_FLAGS_APP_DEPLOYMENTS_ENABLEDenvironment variable on the server container for enabling that feature on your instance.See:
console/packages/services/server/README.md
Line 67 in b91f849
The documents are then available via the CDN routes.
You can also deploy the CDN route handler to either AWS Lambda or Cloudflare Workers. Please us the pulumi deployment as a reference for this, as we do not yet have a guide for doing that in a self-hosted setup.