awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 रिपॉजिटरी

Awesome GitHub RepositoriesLocal Development HTTPS

Configuration of SSL/TLS for local servers to enable secure connections during development.

Distinct from Self-Hosted HTTPS Configurations: Focuses on development-time local HTTPS setup rather than production self-hosted service certificates.

Explore 5 awesome GitHub repositories matching security & cryptography · Local Development HTTPS. Refine with filters or upvote what's useful.

Awesome Local Development HTTPS GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • browsersync/browser-syncBrowserSync का अवतार

    BrowserSync/browser-sync

    12,289GitHub पर देखें↗

    BrowserSync is a web development synchronization tool and live reload server. It functions as a local static web server, a reverse proxy server for existing sites, and a browser testing orchestrator that coordinates page state across different browsers and physical devices. The tool is distinguished by its ability to mirror user interactions, such as clicks, scrolls, and form inputs, in real time across all connected devices. It also provides a web-based device control interface and the capability to create public URL tunnels for remote testing of local sites. The system covers a broad range

    Enables local HTTPS encryption to test features requiring secure connections on a development machine.

    JavaScript
    GitHub पर देखें↗12,289
  • typicode/hoteltypicode का अवतार

    typicode/hotel

    10,005GitHub पर देखें↗

    Hotel is a reverse proxy and process manager for local development. It maps custom local domains and subdomains to specific ports or remote servers, removing the need for manual host file modifications. The project provides a web interface to manage the lifecycle of background processes and application servers. It includes on-demand process activation, which starts and stops servers automatically when accessed via a browser to conserve system resources. The tool generates self-signed SSL certificates to enable encrypted HTTPS connections for local environments. It also supports routing traff

    Configures local SSL/TLS certificates to establish secure HTTPS connections for services running on a local machine.

    JavaScriptdevtoolsfront-endhttps
    GitHub पर देखें↗10,005
  • orbstack/orbstackorbstack का अवतार

    orbstack/orbstack

    8,903GitHub पर देखें↗

    OrbStack is a native macOS application that replaces Docker Desktop, providing an all-in-one environment for running Docker containers, full Linux virtual machines, and local Kubernetes clusters. It runs Linux VMs directly on the macOS hypervisor framework for near-native performance, uses VirtioFS for fast bidirectional file sharing between macOS and Linux, and leverages Rosetta for near-native x86 emulation on Apple Silicon. The system assigns predictable local domain names to containers and VMs with automatic HTTPS certificate generation, forwards ports via event-driven updates, and stores

    Generates and installs TLS certificates automatically for container domains, enabling secure HTTPS without manual setup.

    Shellcolimadockerdocker-desktop
    GitHub पर देखें↗8,903
  • cytopia/devilboxcytopia का अवतार

    cytopia/devilbox

    4,470GitHub पर देखें↗

    Devilbox एक कंटेनराइज्ड डेवलपमेंट एनवायरनमेंट है जो एक एकीकृत कॉन्फ़िगरेशन के माध्यम से प्रबंधित वेब सर्वर, डेटाबेस और भाषा रनटाइम्स का एक पुनरुत्पादनीय (reproducible) सुइट प्रदान करता है। यह LAMP और MEAN सॉफ़्टवेयर स्टैक के लिए Docker-बेस्ड लोकल डेवलपमेंट स्टैक के रूप में और विशिष्ट प्रोजेक्ट आवश्यकताओं से मेल खाने के लिए इन सर्विसेज के विभिन्न संस्करणों के बीच स्विच करने के लिए एक मैनेजर के रूप में कार्य करता है। यह सिस्टम लोकल नेटवर्क ऑर्केस्ट्रेशन को स्वचालित करके खुद को अलग करता है। इसमें एक Docker-बेस्ड वर्चुअल होस्ट मैनेजर शामिल है जो स्वचालित रूप से लोकल डायरेक्टरीज़ को कस्टम डोमेन से मैप करता है, और एक लोकल DNS व SSL ऑर्केस्ट्रेटर जो आंतरिक डोमेन रिज़ॉल्यूशन को संभालता है और HTTPS डेवलपमेंट के लिए विश्वसनीय प्रमाणपत्र जनरेट करता है। यह प्रोजेक्ट वेब इंटरफ़ेस के माध्यम से डेटाबेस और सर्विस एडमिनिस्ट्रेशन, भाषा रनटाइम वर्ज़निंग और मल्टी-प्रोजेक्ट साइट होस्टिंग सहित क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है। यह आउटगोइंग ईमेल को इंटरसेप्ट करने, डैशबोर्ड के माध्यम से सर्विस स्टेटस की निगरानी करने और सीधे कंटेनर्स के भीतर डेवलपमेंट टूलचेन को निष्पादित करने के लिए टूल्स भी प्रदान करता है।

    Configures SSL/TLS certificates for local servers to enable secure HTTPS connections during development.

    PHP
    GitHub पर देखें↗4,470
  • sprintcube/docker-compose-lampsprintcube का अवतार

    sprintcube/docker-compose-lamp

    2,842GitHub पर देखें↗

    This project provides a containerized development environment designed to standardize web server stacks, including Apache, MySQL, and PHP. It orchestrates these services into a consistent, portable setup that ensures reliable behavior across different machines and team members. The environment distinguishes itself by integrating production-grade security and traffic management tools directly into the local workflow. It automates the generation and application of SSL and TLS certificates to enable encrypted connections for local domains, while utilizing a reverse proxy to route traffic and sim

    Automates the generation and application of SSL and TLS certificates to enable secure HTTPS connections for local development domains.

    Dockerfileapache2dockerdocker-compose
    GitHub पर देखें↗2,842
  1. Home
  2. Security & Cryptography
  3. Reverse Proxy Security
  4. Self-Hosted HTTPS Configurations
  5. Local Development HTTPS

सब-टैग एक्सप्लोर करें

  • Container Domain HTTPSGenerates and installs TLS certificates automatically for container domains, enabling secure HTTPS without manual setup. **Distinct from Local Development HTTPS:** Distinct from Local Development HTTPS: focuses on automatic TLS for container domains, not general local server HTTPS configuration.