awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesWebhook-Triggered SSH Commands

Execution of commands on remote servers via SSH, triggered by incoming webhooks, with output capture.

Distinct from SSH-Based Remote Execution: Distinct from SSH-Based Remote Execution: focuses on event-driven execution triggered by webhooks, not general SSH task execution.

Explore 2 awesome GitHub repositories matching devops & infrastructure · Webhook-Triggered SSH Commands. Refine with filters or upvote what's useful.

  1. Home
  2. DevOps & Infrastructure
  3. Execution Environments
  4. Remote Workspace Command Execution
  5. SSH-Based Remote Execution
  6. Webhook-Triggered SSH Commands

Awesome Webhook-Triggered SSH Commands GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • webhooksite/webhook.sitewebhooksite 的头像

    webhooksite/webhook.site

    6,620在 GitHub 上查看↗

    Webhook.site is a web-based tool that captures, inspects, and debugs incoming HTTP requests and emails sent to a unique URL, without requiring any server setup. It also functions as an API mocking and response modification tool, capable of generating mock APIs from OpenAPI specifications and altering HTTP responses, headers, and status codes for testing purposes. Beyond inspection, it serves as a platform for webhook automation and workflow orchestration, triggering multi-step automations—including database queries, SSH commands, and HTTP calls—when a webhook is received. The service distingu

    Provides a custom action to execute SSH commands on a remote server when a webhook is received.

    JavaScriptangularfrontendlaravel
    在 GitHub 上查看↗6,620
  • appleboy/ssh-actionappleboy 的头像

    appleboy/ssh-action

    6,113在 GitHub 上查看↗

    This is a GitHub Action that executes shell commands on remote servers over SSH as part of a CI/CD pipeline. It supports authentication using passwords, private keys, or private keys with passphrases, and can verify the SHA256 fingerprint of the remote host's public key before connecting to prevent man-in-the-middle attacks. The action can connect to multiple remote hosts in a single workflow step, optionally executing commands synchronously across all of them. It also supports routing SSH connections through an intermediate jump host to reach target servers in restricted networks. Environmen

    Executes shell commands on remote servers over SSH from within a GitHub Actions workflow.

    Shell
    在 GitHub 上查看↗6,113