awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

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.

Awesome Webhook-Triggered SSH Commands GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • webhooksite/webhook.siteAvatar de webhooksite

    webhooksite/webhook.site

    6,620Voir sur 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
    Voir sur GitHub↗6,620
  • appleboy/ssh-actionAvatar de appleboy

    appleboy/ssh-action

    6,113Voir sur 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
    Voir sur GitHub↗6,113
  1. Home
  2. DevOps & Infrastructure
  3. Execution Environments
  4. Remote Workspace Command Execution
  5. SSH-Based Remote Execution
  6. Webhook-Triggered SSH Commands