Conversation
added 14 commits
February 24, 2026 17:38
…ents/project/:project_id
Implements: - stacker list projects [--json] - stacker list servers [--json] - stacker list ssh-keys [--json] Each command authenticates via stored credentials, queries the Stacker server API, and supports both table and JSON output formats.
The Local orchestrator tries to run a docker install container (trydirect/install-service:latest) which hangs when unavailable. Remote orchestrator delegates to the Stacker server API, which is the standard flow for CLI users. This fixes 'stacker deploy --target cloud' hanging at 'starting...' when no orchestrator is specified in stacker.yml.
…as + status_panel - Add serde alias 'monitors' for monitoring field in StackerConfig - Inject 'statuspanel' into integrated_features when status_panel is enabled - Set connection_mode='status_panel' on server config for Ansible detection - Add nginx_proxy_manager feature to build_project_body when proxy type is nginx - Inject nginx_proxy_manager into extended_features in build_deploy_form - Add tests for all three features (monitors alias, status_panel, nginx proxy)
…ature entry
The server's Feature form flattens App which requires _id (String),
name, and restart as non-optional fields. Without them the PUT
/project/{id} endpoint returns 400 'missing field _id'.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.