Skip to content

1 use api backed deletion rather than ssh backed#2

Merged
runleveldev merged 2 commits intomainfrom
1-use-api-backed-deletion-rather-than-ssh-backed
Nov 24, 2025
Merged

1 use api backed deletion rather than ssh backed#2
runleveldev merged 2 commits intomainfrom
1-use-api-backed-deletion-rather-than-ssh-backed

Conversation

@runleveldev
Copy link
Copy Markdown
Collaborator

@runleveldev runleveldev commented Nov 18, 2025

This pull request updates the container management GitHub Action to use a new web-based API for container operations and rebrands the action for the MIEWeb organization. The most significant changes are the switch from SSH-based deletion to HTTP API calls and the renaming of the action.

Rebranding and metadata updates:

  • Changed the action name, description, and author in action.yml to reflect the new MIEWeb branding and organization.

Container deletion workflow changes:

  • Replaced the SSH-based container deletion logic with HTTP API calls to the new MIEWeb LaunchPad service, including authentication, querying for container ID, and issuing a DELETE request to remove the container.
  • Added logic to clean up authentication cookies after API operations are complete.

Pending mieweb/opensource-server#132

Copy link
Copy Markdown
Collaborator

@cmyers-mieweb cmyers-mieweb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@runleveldev runleveldev merged commit a57711b into main Nov 24, 2025
@runleveldev runleveldev deleted the 1-use-api-backed-deletion-rather-than-ssh-backed branch November 24, 2025 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use API-backed deletion rather than SSH-backed

2 participants