Files
2026-07-13 10:21:16 +00:00

160 lines
8.4 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!-- WEHUB_ZH_README -->
> [!NOTE]
> 本文档由 WeHub 基于上游 README 翻译整理,属于社区翻译,非官方中文文档。
> [English](./README.en.md) · [原始项目](https://github.com/dromara/domain-admin) · [上游 README](https://github.com/dromara/domain-admin/blob/HEAD/README.md)
> 原作者、版权与许可证归属以原始项目及本仓库 LICENSE 文件为准。
# Domain Admin
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/domain-admin)](https://pypi.org/project/domain-admin)
[![PyPI](https://img.shields.io/pypi/v/domain-admin.svg)](https://pypi.org/project/domain-admin)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/domain-admin?label=pypi%20downloads)](https://pypi.org/project/domain-admin)
[![Docker Image Version (latest semver)](https://img.shields.io/docker/v/mouday/domain-admin?label=docker%20version&sort=semver)](https://hub.docker.com/r/mouday/domain-admin)
[![Docker Pulls](https://img.shields.io/docker/pulls/mouday/domain-admin)](https://hub.docker.com/r/mouday/domain-admin)
[![Build Status](https://app.travis-ci.com/mouday/domain-admin.svg?branch=master)](https://app.travis-ci.com/mouday/domain-admin)
[![PyPI - License](https://img.shields.io/pypi/l/domain-admin)](https://github.com/mouday/domain-admin/blob/master/LICENSE)
[![Documentation Status](https://readthedocs.org/projects/domain-admin/badge/?version=latest)](https://domain-admin.readthedocs.io/zh_CN/latest/?badge=latest)
[![GitHub release](https://img.shields.io/github/v/release/dromara/domain-admin)](https://github.com/dromara/domain-admin/releases)
[![GitHub Stars](https://img.shields.io/github/stars/dromara/domain-admin?color=%231890FF&style=flat-square)](https://github.com/dromara/domain-admin)
[![宝塔服务器面板,一键全能部署及管理](https://img.shields.io/badge/BT_Deploy-Install-20a53a)](https://www.bt.cn/u/MaBJJC)
![](https://raw.githubusercontent.com/mouday/domain-admin/master/image/domain.svg)
> 该项目已加入 [Dromara开源社区](https://github.com/dromara/domain-admin)
基于 Python + Vue3.js 技术栈实现的域名和 SSL 证书监测平台
用于解决不同业务域名的 SSL 证书分散申请于各平台、到期后无法及时收到通知,进而导致线上访问异常、被老板责骂的问题
Domain Admin 是一个轻量级监控方案,占用系统资源较少。同时,Domain Admin 也可作为 Flask 与 Vue.js 前后端分离的项目模板
- 项目优势
- 集中管理:提供统一平台管理多个域名,显著提升管理效率。
- 自动提醒:支持域名到期提醒,帮助用户避免因域名过期导致的服务中断。
- 开源灵活:作为开源项目,用户可根据自身需求进行定制与扩展。
- 社区支持:拥有活跃社区,可持续获得更新与问题支持。
- 用户友好:界面简洁直观,易于上手。
- 功能描述
- 核心功能:`域名``SSL证书``托管证书文件` 的过期监控与到期提醒
- 支持证书:单域名证书、多域名证书、泛域名(通配符)证书、IP 证书、自签名证书
- 证书部署:单一主机部署、多主机部署、动态主机部署
- 通知渠道:支持邮件、Webhook、企业微信、钉钉、飞书等通知方式
- 支持平台:macOS、Linux、Windows
- 辅助功能:`Lets Encrypt` SSL 证书免费申请与 SSL 证书自动续期
- 多语言:支持中文、英文
- 项目地址:[后端代码(github](https://github.com/dromara/domain-admin)、[后端代码(国内镜像)](https://gitee.com/dromara/domain-admin)
- 发布渠道:[PyPI](https://pypi.org/project/domain-admin)、[Docker](https://hub.docker.com/r/mouday/domain-admin)、[Releases](https://github.com/mouday/domain-admin/releases)、[1Panel](https://apps.fit2cloud.com/1panel/domain-admin)、[宝塔](https://www.bt.cn/u/MaBJJC)
- 使用文档:[readthedocs](https://domain-admin.readthedocs.io/zh_CN/latest/?badge=latest)
- 接口文档:[github](https://mouday.github.io/domain-admin/)、[gitee](https://mouday.gitee.io/domain-admin/)
## 安装
请参考安装文档:[https://domain-admin.readthedocs.io/zh_CN/latest/manual/install.html](https://domain-admin.readthedocs.io/zh_CN/latest/manual/install.html)
如不想自行安装,可直接使用我们已部署的线上应用;需要体验的用户可加入 `QQ群``微信群`,提供邮箱即可
- 预览版(纯静态、无实际功能,账号密码随意):https://mouday.github.io/domain-admin-web/
- 体验版(由社区捐献的服务器提供,邮箱注册即可体验):https://demo.domain-admin.cn/(服务器已到期)
建议自行部署,更为安全
> 服务器和域名由群友赞助提供
本项目支持的安装方式
| 安装方式 | 链接 |
|--------|----------------------------------|
| 宝塔 | [链接](https://www.bt.cn/u/MaBJJC) |
| Docker | [链接](https://domain-admin.readthedocs.io/zh-cn/latest/manual/install.html#docker) |
| 源码 | [链接](https://domain-admin.readthedocs.io/zh-cn/latest/manual/install.html#id4) |
| 1Panel | [链接](https://domain-admin.readthedocs.io/zh-cn/latest/manual/install.html#panel) |
| k8s | [链接](https://domain-admin.readthedocs.io/zh-cn/latest/manual/install.html#k8s) |
| pip | [链接](https://domain-admin.readthedocs.io/zh-cn/latest/manual/install.html#pip) |
## 项目截图
账号密码随意(例如:admin/123456),预览模式仅提供模拟数据,无法操作修改
1、网页版:
![](https://gitee.com/mouday/domain-admin/raw/master/image/dashboard.png)
![](https://gitee.com/mouday/domain-admin/raw/master/image/screencapture.png)
- 预览地址:[https://mouday.github.io/domain-admin-web/](https://mouday.github.io/domain-admin-web/)
本项目采用前后端分离模式,前端代码位于另一仓库。
前端项目地址(请自行解码):aHR0cHM6Ly9naXRodWIuY29tL21vdWRheS9kb21haW4tYWRtaW4td2Vi
或者关注微信公众号:
<img src="https://gitee.com/mouday/domain-admin/raw/master/image/coding-big-tree.jpg" width="300">
回复:`domain-admin-web`,获取完整的前端代码
2、移动端版:
<img src="https://gitee.com/mouday/domain-admin/raw/master/image/screencapture-mini.png" width="220">
- 移动端预览地址(请使用移动端窗口体验):[https://mouday.github.io/domain-admin-mini/](https://mouday.github.io/domain-admin-mini/)
移动端项目地址(请自行解码):aHR0cHM6Ly9naXRodWIuY29tL21vdWRheS9kb21haW4tYWRtaW4tbWluaQ==
为让更多人参与项目,现已开放前端代码,加入 QQ 群即可获取前端项目地址
## 问题反馈交流
由于访问 GitHub 的网络不稳定,如需及时获得反馈,请通过以下方式联系
QQ 群号:
- (一群已满)731742868
- (三群)452761242
邀请码:domain-admin
<img src="https://gitee.com/mouday/domain-admin/raw/master/image/qq-group.jpeg" width="300">
微信交流群
<img src="https://gitee.com/mouday/domain-admin/raw/master/image/coding-big-tree.jpg" width="300">
回复:`domain-admin`,与众多使用者一起交流学习使用经验、反馈使用问题,获得更及时的解答与修复
提交 PR 的小伙伴,可进入 `核心开发者交流群`,与更多志同道合的朋友交流
## 更新日志
[CHANGELOG.md](https://domain-admin.readthedocs.io/zh_CN/latest/manual/changelog.html)
## 使用者
虚位以待,可将使用者公司或个人的名字放到这里
赞助者可进入 `赞助商群`,优先处理你的问题
| 时间 | 赞助者 | 金额 |
|------------| - | - |
| 2023-11-21 | [@1275788667](https://github.com/1275788667) | ¥50
| - | [@hhdebb](https://github.com/hhdebb) | 若干
| 2024-04-23 | [@1275788667](https://github.com/1275788667) | ¥50
| - | `星河 ๑. ` | 若干
| 2024-07-10 | [@1275788667](https://github.com/1275788667) | ¥50
| 2024-10-31 | ldytech | ¥200
| 2024-11-01 | [@xiaobiaozhao](https://github.com/xiaobiaozhao) | ¥50
<img src="https://gitee.com/mouday/domain-admin/raw/master/image/alipay.jpg" width="300">
[![Stargazers over time](https://starchart.cc/dromara/domain-admin.svg)](https://starchart.cc/mouday/domain-admin)
<a href="https://hellogithub.com/repository/2b44fb56aca14df7a6279b0997f7325c" target="_blank"><img src="https://api.hellogithub.com/v1/widgets/recommend.svg?rid=2b44fb56aca14df7a6279b0997f7325c&claim_uid=Hb7yUF2AEhnmSwJ" alt="FeaturedHelloGitHub" style="width: 250px; height: 54px;" width="250" height="54" /></a>