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

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

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

5 个仓库

Awesome GitHub RepositoriesDeployment Tools

Utilities for compiling and transmitting smart contracts to network nodes.

Distinguishing note: Focuses on smart contract deployment workflows rather than general infrastructure deployment.

Explore 5 awesome GitHub repositories matching devops & infrastructure · Deployment Tools. Refine with filters or upvote what's useful.

Awesome Deployment Tools GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • ethereum/go-ethereumethereum 的头像

    ethereum/go-ethereum

    51,178在 GitHub 上查看↗

    Geth is a comprehensive execution client for the Ethereum network, serving as a foundational node implementation that processes transactions, maintains the distributed ledger state, and participates in peer-to-peer consensus. It provides a robust infrastructure for synchronizing, validating, and serving blockchain data, utilizing a persistent Merkle Patricia Trie database to ensure the cryptographic integrity of historical records. As a sandboxed smart contract runtime, it executes bytecode according to deterministic protocol rules, enabling the deployment and interaction of decentralized appl

    Facilitates the compilation and transmission of smart contracts to local nodes.

    Goblockchainethereumgeth
    在 GitHub 上查看↗51,178
  • lissy93/web-checkLissy93 的头像

    Lissy93/web-check

    33,721在 GitHub 上查看↗

    Web-check is a self-hosted diagnostic platform designed to perform comprehensive technical reconnaissance and security audits on web domains. It functions as a network scanner that inspects infrastructure by querying IP addresses, DNS records, SSL certificate chains, and server headers to identify potential misconfigurations or vulnerabilities. The platform is built to run within private infrastructure, ensuring that site investigations remain independent of external tracking or third-party data logging. By utilizing server-side request proxying, the tool bypasses client-side security restric

    Supports publishing the application to cloud platforms and containerized runtimes.

    TypeScriptosintprivacysecurity
    在 GitHub 上查看↗33,721
  • hwdsl2/setup-ipsec-vpnhwdsl2 的头像

    hwdsl2/setup-ipsec-vpn

    27,378在 GitHub 上查看↗

    This project is an automated command-line tool designed to install and configure a secure network gateway on a host machine. By utilizing established open-source security protocols, it establishes a private tunnel endpoint that encrypts internet traffic and facilitates remote access connectivity for authorized users. The tool functions as an infrastructure lifecycle manager, streamlining the deployment of private network services through shell-script-based orchestration. It distinguishes itself by integrating directly with the Linux kernel to manage packet filtering rules and providing creden

    Installs a secure network gateway on a host machine using an automated script to establish encrypted connections.

    Shellcisco-ipsecdockerencryption
    在 GitHub 上查看↗27,378
  • vapor/vaporvapor 的头像

    vapor/vapor

    26,138在 GitHub 上查看↗

    Vapor is a comprehensive server-side web framework designed for building scalable, high-performance applications and APIs in Swift. It provides a non-blocking, event-loop-based runtime that manages concurrent task processing, background job queues, and asynchronous request handling. The framework is built around a dependency injection container that manages the lifecycle and resolution of services, configurations, and database connections throughout the request pipeline. The framework distinguishes itself through a protocol-oriented design that emphasizes type safety across all layers of the

    Supports server startup via CLI with graceful shutdown handling.

    Swiftframeworkhttphttp2
    在 GitHub 上查看↗26,138
  • valkey-io/valkeyvalkey-io 的头像

    valkey-io/valkey

    24,875在 GitHub 上查看↗

    Valkey is an in-memory, NoSQL database server designed for high-performance data storage and real-time state management. It operates as a distributed key-value store, maintaining datasets entirely within system memory to facilitate sub-millisecond response times for read and write operations. The system distinguishes itself through a single-threaded event loop that utilizes asynchronous I/O multiplexing to ensure high throughput. It supports high availability via master-replica replication and provides a decoupled communication model through a built-in publish-subscribe messaging pattern. To

    Facilitates the deployment of distributed key-value storage across multiple nodes.

    Ccachedatabasekey-value
    在 GitHub 上查看↗24,875
  1. Home
  2. DevOps & Infrastructure
  3. Deployment Tools