5 个仓库
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.
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.
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.
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.
Devilbox is a containerized development environment that provides a reproducible suite of web servers, databases, and language runtimes managed through a unified configuration. It functions as a Docker-based local development stack for LAMP and MEAN software stacks and as a manager for switching between different versions of these services to match specific project requirements. The system distinguishes itself by automating local network orchestration. It includes a Docker-based virtual host manager that automatically maps local directories to custom domains and a local DNS and SSL orchestrat
Configures SSL/TLS certificates for local servers to enable secure HTTPS connections during development.
该项目提供了一个容器化的开发环境,旨在标准化 Web 服务器栈,包括 Apache、MySQL 和 PHP。它将这些服务编排成一个一致的、可移植的设置,确保在不同机器和团队成员之间实现可靠的行为。 该环境的特色在于将生产级的安全和流量管理工具直接集成到本地工作流中。它自动化了 SSL 和 TLS 证书的生成与应用,以实现本地域名的加密连接,同时利用反向代理来路由流量并模拟生产级的负载均衡。 该栈包含一套全面的管理和诊断实用程序,例如用于数据库管理的基于 Web 的图形界面,以及支持连接远程调试器以检查应用状态的功能。开发者可以通过集中式配置文件和环境变量来管理基础设施,同时通过映射的主机目录保持持久化数据存储和实时代码同步。 该项目通过声明式文件格式进行配置,并包含用于直接 Shell 访问隔离服务容器的命令行实用程序。
Automates the generation and application of SSL and TLS certificates to enable secure HTTPS connections for local development domains.