awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesUnix Socket HTTP APIs

Exposes an HTTP endpoint on a Unix socket to retrieve runtime information, container details, configuration, and debug data.

Distinct from HTTP API Integrations: Distinct from HTTP API Integrations: exposes a runtime status API over a Unix socket, not general HTTP integration patterns.

Explore 2 awesome GitHub repositories matching web development · Unix Socket HTTP APIs. Refine with filters or upvote what's useful.

Awesome Unix Socket HTTP APIs GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • cri-o/cri-oAvatar cri-o

    cri-o/cri-o

    5,629Vezi pe GitHub↗

    CRI-O is an open-source container runtime that implements the Kubernetes Container Runtime Interface (CRI) to manage container images, pods, and containers on cluster nodes using OCI-compatible runtimes. It serves as a node-level container manager that handles image pulling, container lifecycle, and resource monitoring for Kubernetes clusters, running containers according to the Open Container Initiative specifications. The runtime distinguishes itself through live configuration reloading that applies changes to runtime definitions, registry mirrors, and TLS certificates without restarting th

    Exposes an HTTP endpoint on a Unix socket to retrieve runtime information, container details, configuration, and debug data.

    Go
    Vezi pe GitHub↗5,629
  • lxc/lxdAvatar lxc

    lxc/lxd

    5,554Vezi pe GitHub↗

    LXD is a unified platform for managing both system containers and virtual machines through a single REST API and command-line interface. It provides a programmatic HTTP interface for controlling the full lifecycle of instances, enabling automation and integration with external tools. The system runs unprivileged containers with per-instance UID/GID mappings, seccomp filters, and AppArmor profiles for kernel-level isolation, while supporting multiple storage backends including directory, Btrfs, LVM, ZFS, Ceph, LINSTOR, and TrueNAS through a unified driver interface. The platform distinguishes

    Exposes a full management API over both local Unix sockets and remote HTTPS with TLS client authentication.

    Go
    Vezi pe GitHub↗5,554
  1. Home
  2. Web Development
  3. HTTP API Integrations
  4. Unix Socket HTTP APIs

Explorează sub-etichetele

  • Dual Socket APIsExposes a full management API over both local Unix sockets and remote HTTPS, using TLS client certificates for authentication. **Distinct from Unix Socket HTTP APIs:** Distinct from Unix Socket HTTP APIs: supports both Unix socket and HTTPS access, not just Unix socket.