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

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

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

10 个仓库

Awesome GitHub RepositoriesHTTPS Configuration

Configuration of Hypertext Transfer Protocol Secure to encrypt web traffic using TLS certificates.

Distinguishing note: The candidates are limited to specific non-web protocols like MQTT or SMTP; a general web HTTPS tag is needed.

Explore 10 awesome GitHub repositories matching web development · HTTPS Configuration. Refine with filters or upvote what's useful.

Awesome HTTPS Configuration GitHub Repositories

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

    BrowserSync/browser-sync

    12,289在 GitHub 上查看↗

    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

    Provides built-in HTTPS configuration to secure local development traffic using TLS certificates.

    JavaScript
    在 GitHub 上查看↗12,289
  • runtipi/runtipiruntipi 的头像

    runtipi/runtipi

    9,499在 GitHub 上查看↗

    Runtipi is a home server dashboard and orchestration tool designed for deploying and managing containerized applications. It provides a web-based interface for discovering and installing software from a curated app store, utilizing a Docker Compose orchestrator to handle the deployment of self-hosted services. The system integrates a reverse proxy and SSL manager to route external traffic to internal containers, automating HTTPS certificate renewal and domain assignment. It also features a built-in backup and update manager that uses cron-based scheduling to perform automatic security patchin

    Ensures encrypted communication by configuring automatic SSL certificates for individual hosted applications.

    TypeScripthomeserverlinuxself-hosted
    在 GitHub 上查看↗9,499
  • lgwebdream/fe-interviewlgwebdream 的头像

    lgwebdream/FE-Interview

    7,203在 GitHub 上查看↗

    This project is a comprehensive frontend interview preparation resource built around a question bank of over 1000 curated questions. It covers HTML, CSS, JavaScript, Vue, React, Node, TypeScript, Webpack, algorithms, and network security, with each question accompanied by a detailed answer explanation. The content is organized into a hierarchical category tree for browsable exploration, and a daily question rotation algorithm presents one question per day for systematic review. A client-side search index enables instant filtering of questions by title or tag, and the entire question bank is p

    Explains the differences between HTTP and HTTPS, why HTTPS is more secure, and how to configure it.

    JavaScriptangularcssfe-interview
    在 GitHub 上查看↗7,203
  • onlyoffice/documentserverONLYOFFICE 的头像

    ONLYOFFICE/DocumentServer

    6,633在 GitHub 上查看↗

    ONLYOFFICE DocumentServer is a self-hosted online office suite that provides browser-based document, spreadsheet, and presentation editing with real-time collaborative capabilities. It natively supports Office Open XML formats (.docx, .xlsx, .pptx) and can be deployed on Linux servers, either through Docker containerization or direct installation. The server includes a cooperative editing engine that coordinates simultaneous changes across multiple users using operational transformation, with a WebSocket synchronization layer for instant state propagation. Security is handled through JWT auth

    Supports HTTPS configuration for encrypted communication between clients and the document server.

    Shellcollaborationcollaborativedoc
    在 GitHub 上查看↗6,633
  • thelounge/theloungethelounge 的头像

    thelounge/thelounge

    6,274在 GitHub 上查看↗

    The Lounge is a self-hosted, web-based IRC client that functions as a persistent bouncer replacement, keeping users connected to IRC servers even when their browser is closed or device is offline. It runs as a Node.js backend with a WebSocket bridge that relays IRC events and commands between the server and browser, and includes a built-in HTTP and HTTPS server for direct TLS termination without an external reverse proxy. The client supports multiple user accounts on a shared server installation, with LDAP authentication for credential validation. It maintains persistent server-side IRC conne

    Terminates TLS encryption at the application layer using built-in certificate and key configuration.

    TypeScriptchatircirc-client
    在 GitHub 上查看↗6,274
  • gilbertchen/duplicacygilbertchen 的头像

    gilbertchen/duplicacy

    5,656在 GitHub 上查看↗

    Duplicacy is a cross-platform, deduplicated backup tool that stores encrypted snapshots to local disks and cloud storage services. It operates through both a command-line executable and a web-based graphical interface, enabling backup, restore, and repository management in scripts or through a browser. The software splits files into variable-size chunks identified by their hash, enabling cross-machine deduplication without a central database or chunk index. Each backup creates an immutable snapshot that stores file metadata and chunk references, supporting incremental updates and point-in-tim

    Configures the web GUI listening address, HTTPS with Let's Encrypt, and administration password.

    Go
    在 GitHub 上查看↗5,656
  • raspap/raspap-webguiRaspAP 的头像

    RaspAP/raspap-webgui

    5,184在 GitHub 上查看↗

    本项目是一个针对 Debian 设备的无线热点管理界面。它提供了一个基于 Web 的控制器,用于管理无线接入点、无线中继器、VPN 网关以及 DNS 广告拦截过滤器。 该系统包含一个强制门户(Captive Portal)框架,可通过自定义启动页拦截网络流量;还包含一个支持 WireGuard 和 OpenVPN 并具备断网保护(Kill-switch)功能的 VPN 控制器。它进一步通过使用精选黑名单的 DNS 广告拦截过滤器,以及在多种网络模式(包括桥接接入点与无线中继器)下运行的能力而脱颖而出。 其能力范围扩展至网络监控与诊断,包括实时带宽追踪与数据包捕获。它涵盖了通过 MAC 地址过滤与基于角色的认证实现的网络访问控制,以及针对 DHCP、移动数据配置与动态 DNS 的通用网络管理。 该应用栈通过容器化部署模型交付,并支持通过环境变量进行引导配置。

    Secures the web management interface using SSL/TLS certificates for encrypted communication.

    PHParmbiandebiandnsmasq
    在 GitHub 上查看↗5,184
  • dnscontrol/dnscontrolDNSControl 的头像

    DNSControl/dnscontrol

    3,863在 GitHub 上查看↗

    DNSControl is an infrastructure-as-code tool designed to manage DNS records and zones across multiple providers through a unified, programmable configuration language. By treating DNS as code, it enables teams to maintain consistent infrastructure state, automate record updates, and perform version-controlled management of network settings across diverse cloud, registrar, and network DNS services. The system functions as a multi-provider orchestrator that uses a declarative reconciliation engine to compare local configurations against live remote states. It employs a provider-agnostic abstrac

    Defines HTTPS resource records with priority, target address, and connection parameters for service binding.

    Go
    在 GitHub 上查看↗3,863
  • gofiber/recipesgofiber 的头像

    gofiber/recipes

    3,427在 GitHub 上查看↗

    This project is a comprehensive library of reference implementations and patterns for building web applications using the Go Fiber framework. It provides curated templates and implementation guides for creating REST APIs, web servers, and structured backend services. The repository serves as a practical resource for applying architectural patterns, including Clean and Hexagonal architectures, as well as port-and-adapter decoupling. It offers detailed examples for integrating common web features such as OAuth2 authentication, JWT verification, WebSockets for real-time communication, and server

    The project's ability to encrypt network traffic using certificates to provide a private and authenticated connection.

    Gocookbookexamplesfiber
    在 GitHub 上查看↗3,427
  • slskd/slskdslskd 的头像

    slskd/slskd

    2,784在 GitHub 上查看↗

    slskd is a headless network daemon and peer-to-peer file-sharing server for the Soulseek network. It functions as a network client and API gateway, allowing users to search for and share files via a web interface or a REST API. The project distinguishes itself through a focus on automation and remote management, featuring event-driven triggers that can execute system scripts or send webhooks. It supports advanced network routing via SOCKS5 proxies and provides a flexible deployment model that includes a dockerized client with volume mapping and environment-based configuration. The system cov

    Implements secure server settings including custom TLS certificate management and HTTP-to-HTTPS redirection.

    C#hacktoberfestsoulseeksoulseek-network
    在 GitHub 上查看↗2,784
  1. Home
  2. Web Development
  3. HTTPS Configuration

探索子标签

  • Web GUI Access ConfigurationsConfigures the web interface listening address, enables HTTPS with automatic Let's Encrypt certificates, and sets an administration password. **Distinct from HTTPS Configuration:** Distinct from HTTPS Configuration: focuses on configuring web GUI access for a backup tool, not general HTTPS setup for web servers.