domain-admin


Namedomain-admin JSON
Version 1.6.29 PyPI version JSON
download
home_pagehttps://github.com/mouday/domain-admin
Summarya domain ssl cert admin
upload_time2024-04-22 10:15:18
maintainerNone
docs_urlNone
authorPeng Shiyu
requires_pythonNone
licenseMIT
keywords domain ssl cert web monitor
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            # 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/mouday/domain-admin)](https://github.com/mouday/domain-admin/releases)
[![GitHub Stars](https://img.shields.io/github/stars/mouday/domain-admin?color=%231890FF&style=flat-square)](https://github.com/mouday/domain-admin)

![](https://raw.githubusercontent.com/mouday/domain-admin/master/image/domain.svg)

基于Python + Vue3.js 技术栈实现的域名和SSL证书监测平台

用于解决,不同业务域名SSL证书,申请自不同的平台,到期后不能及时收到通知,导致线上访问异常,被老板责骂的问题

Domain Admin是一个轻量级监控方案,占用系统资源较少。同时,Domain Admin也可以作为一个Flask 和 Vue.js前后端分离的项目模板

- 功能描述
    - 核心功能:`域名`、`SSL证书` 和 `托管证书文件` 的过期监控,到期提醒
    - 支持证书:单域名证书、多域名证书、通配符证书、IP证书、自签名证书
    - 证书部署: 单一主机部署、多主机部署、动态主机部署
    - 通知渠道:支持邮件、Webhook、企业微信、钉钉、飞书等通知方式
    - 支持平台:macOS、Linux、Windows
    - 辅助功能:`Let’s Encrypt` SSL证书申请和自动续期
    - 多语言:支持中文、英文

- 项目地址:[后端代码(github)](https://github.com/mouday/domain-admin)、[后端代码(国内镜像)](https://gitee.com/mouday/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)

- 使用文档:[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群,提供邮箱即可

> 服务器由群友 @Panda 赞助提供

## 项目截图

账号密码随意(例如: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

邀请码: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/wechat-group.jpg" width="300">

如果二维码过期,请先添加群主微信

<img src="https://gitee.com/mouday/domain-admin/raw/master/image/coding-big-tree.jpg" width="300">

回复备注:domain-admin

## 更新日志

[CHANGELOG.md](https://domain-admin.readthedocs.io/zh_CN/latest/manual/changelog.html)

## 使用者

虚位以待(可以将使用者公司或个人的名字放到这里)

- [@1275788667](https://github.com/1275788667)
- [@hhdebb](https://github.com/hhdebb) 
- `星河 ๑. `

<img src="https://gitee.com/mouday/domain-admin/raw/master/image/alipay.jpg" width="300">

[![Stargazers over time](https://starchart.cc/mouday/domain-admin.svg)](https://starchart.cc/mouday/domain-admin)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mouday/domain-admin",
    "name": "domain-admin",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "domain, ssl, cert, web, monitor",
    "author": "Peng Shiyu",
    "author_email": "pengshiyuyx@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/fd/f4/fbd7798b20766a407aa0f1b9f83ab1fe93de0b699406343f50aa6a38b04e/domain_admin-1.6.29.tar.gz",
    "platform": "any",
    "description": "# Domain Admin\n\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/domain-admin)](https://pypi.org/project/domain-admin)\n[![PyPI](https://img.shields.io/pypi/v/domain-admin.svg)](https://pypi.org/project/domain-admin)\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/domain-admin?label=pypi%20downloads)](https://pypi.org/project/domain-admin)\n[![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)\n[![Docker Pulls](https://img.shields.io/docker/pulls/mouday/domain-admin)](https://hub.docker.com/r/mouday/domain-admin)\n[![Build Status](https://app.travis-ci.com/mouday/domain-admin.svg?branch=master)](https://app.travis-ci.com/mouday/domain-admin)\n[![PyPI - License](https://img.shields.io/pypi/l/domain-admin)](https://github.com/mouday/domain-admin/blob/master/LICENSE)\n[![Documentation Status](https://readthedocs.org/projects/domain-admin/badge/?version=latest)](https://domain-admin.readthedocs.io/zh_CN/latest/?badge=latest)\n[![GitHub release](https://img.shields.io/github/v/release/mouday/domain-admin)](https://github.com/mouday/domain-admin/releases)\n[![GitHub Stars](https://img.shields.io/github/stars/mouday/domain-admin?color=%231890FF&style=flat-square)](https://github.com/mouday/domain-admin)\n\n![](https://raw.githubusercontent.com/mouday/domain-admin/master/image/domain.svg)\n\n\u57fa\u4e8ePython + Vue3.js \u6280\u672f\u6808\u5b9e\u73b0\u7684\u57df\u540d\u548cSSL\u8bc1\u4e66\u76d1\u6d4b\u5e73\u53f0\n\n\u7528\u4e8e\u89e3\u51b3\uff0c\u4e0d\u540c\u4e1a\u52a1\u57df\u540dSSL\u8bc1\u4e66\uff0c\u7533\u8bf7\u81ea\u4e0d\u540c\u7684\u5e73\u53f0\uff0c\u5230\u671f\u540e\u4e0d\u80fd\u53ca\u65f6\u6536\u5230\u901a\u77e5\uff0c\u5bfc\u81f4\u7ebf\u4e0a\u8bbf\u95ee\u5f02\u5e38\uff0c\u88ab\u8001\u677f\u8d23\u9a82\u7684\u95ee\u9898\n\nDomain Admin\u662f\u4e00\u4e2a\u8f7b\u91cf\u7ea7\u76d1\u63a7\u65b9\u6848\uff0c\u5360\u7528\u7cfb\u7edf\u8d44\u6e90\u8f83\u5c11\u3002\u540c\u65f6\uff0cDomain Admin\u4e5f\u53ef\u4ee5\u4f5c\u4e3a\u4e00\u4e2aFlask \u548c Vue.js\u524d\u540e\u7aef\u5206\u79bb\u7684\u9879\u76ee\u6a21\u677f\n\n- \u529f\u80fd\u63cf\u8ff0\n    - \u6838\u5fc3\u529f\u80fd\uff1a`\u57df\u540d`\u3001`SSL\u8bc1\u4e66` \u548c `\u6258\u7ba1\u8bc1\u4e66\u6587\u4ef6` \u7684\u8fc7\u671f\u76d1\u63a7\uff0c\u5230\u671f\u63d0\u9192\n    - \u652f\u6301\u8bc1\u4e66\uff1a\u5355\u57df\u540d\u8bc1\u4e66\u3001\u591a\u57df\u540d\u8bc1\u4e66\u3001\u901a\u914d\u7b26\u8bc1\u4e66\u3001IP\u8bc1\u4e66\u3001\u81ea\u7b7e\u540d\u8bc1\u4e66\n    - \u8bc1\u4e66\u90e8\u7f72\uff1a \u5355\u4e00\u4e3b\u673a\u90e8\u7f72\u3001\u591a\u4e3b\u673a\u90e8\u7f72\u3001\u52a8\u6001\u4e3b\u673a\u90e8\u7f72\n    - \u901a\u77e5\u6e20\u9053\uff1a\u652f\u6301\u90ae\u4ef6\u3001Webhook\u3001\u4f01\u4e1a\u5fae\u4fe1\u3001\u9489\u9489\u3001\u98de\u4e66\u7b49\u901a\u77e5\u65b9\u5f0f\n    - \u652f\u6301\u5e73\u53f0\uff1amacOS\u3001Linux\u3001Windows\n    - \u8f85\u52a9\u529f\u80fd\uff1a`Let\u2019s Encrypt` SSL\u8bc1\u4e66\u7533\u8bf7\u548c\u81ea\u52a8\u7eed\u671f\n    - \u591a\u8bed\u8a00\uff1a\u652f\u6301\u4e2d\u6587\u3001\u82f1\u6587\n\n- \u9879\u76ee\u5730\u5740\uff1a[\u540e\u7aef\u4ee3\u7801\uff08github\uff09](https://github.com/mouday/domain-admin)\u3001[\u540e\u7aef\u4ee3\u7801\uff08\u56fd\u5185\u955c\u50cf\uff09](https://gitee.com/mouday/domain-admin)\n\n- \u53d1\u5e03\u6e20\u9053\uff1a[PyPI](https://pypi.org/project/domain-admin)\u3001[Docker](https://hub.docker.com/r/mouday/domain-admin)\u3001[Releases](https://github.com/mouday/domain-admin/releases)\u3001[1Panel](https://apps.fit2cloud.com/1panel/domain-admin)\n\n- \u4f7f\u7528\u6587\u6863\uff1a[readthedocs](https://domain-admin.readthedocs.io/zh_CN/latest/?badge=latest)\n\n- \u63a5\u53e3\u6587\u6863\uff1a[github](https://mouday.github.io/domain-admin/)\u3001[gitee](https://mouday.gitee.io/domain-admin/)\n\n## \u5b89\u88c5\n\n\u8bf7\u53c2\u8003\u5b89\u88c5\u6587\u6863\uff1a[https://domain-admin.readthedocs.io/zh_CN/latest/manual/install.html](https://domain-admin.readthedocs.io/zh_CN/latest/manual/install.html)\n\n\u5982\u679c\u4e0d\u60f3\u5b89\u88c5\uff0c\u53ef\u4ee5\u76f4\u63a5\u4f7f\u7528\u6211\u4eec\u90e8\u7f72\u597d\u7684\u7ebf\u4e0a\u5e94\u7528\uff0c\u9700\u8981\u4f53\u9a8c\u7684\u7528\u6237\u53ef\u4ee5\u52a0\u5165QQ\u7fa4\uff0c\u63d0\u4f9b\u90ae\u7bb1\u5373\u53ef\n\n> \u670d\u52a1\u5668\u7531\u7fa4\u53cb @Panda \u8d5e\u52a9\u63d0\u4f9b\n\n## \u9879\u76ee\u622a\u56fe\n\n\u8d26\u53f7\u5bc6\u7801\u968f\u610f\uff08\u4f8b\u5982\uff1aadmin/123456\uff09\uff0c\u9884\u89c8\u6a21\u5f0f\u4ec5\u63d0\u4f9b\u6a21\u62df\u6570\u636e\uff0c\u65e0\u6cd5\u64cd\u4f5c\u4fee\u6539\n\n1\u3001\u7f51\u9875\u7248\uff1a\n\n![](https://gitee.com/mouday/domain-admin/raw/master/image/dashboard.png)\n\n![](https://gitee.com/mouday/domain-admin/raw/master/image/screencapture.png)\n\n- \u9884\u89c8\u5730\u5740\uff1a[https://mouday.github.io/domain-admin-web/](https://mouday.github.io/domain-admin-web/)\n\n\u672c\u9879\u76ee\u91c7\u7528\u7684\u662f\u524d\u540e\u7aef\u5206\u79bb\u6a21\u5f0f\uff0c\u524d\u7aef\u4ee3\u7801\u5728\u53e6\u5916\u4e00\u4e2a\u4ed3\u5e93\u3002\n\n\u524d\u7aef\u9879\u76ee\u5730\u5740\uff08\u8bf7\u81ea\u884c\u89e3\u7801\uff09\uff1aaHR0cHM6Ly9naXRodWIuY29tL21vdWRheS9kb21haW4tYWRtaW4td2Vi\n\n\u6216\u8005\u5173\u6ce8\u5fae\u4fe1\u516c\u4f17\u53f7\uff1a\n\n<img src=\"https://gitee.com/mouday/domain-admin/raw/master/image/coding-big-tree.jpg\" width=\"300\">\n\n\u56de\u590d\uff1a`domain-admin-web`\uff0c\u83b7\u53d6\u5b8c\u6574\u7684\u524d\u7aef\u4ee3\u7801\n\n2\u3001\u79fb\u52a8\u7aef\u7248\uff1a\n\n<img src=\"https://gitee.com/mouday/domain-admin/raw/master/image/screencapture-mini.png\" width=\"220\">\n\n- \u79fb\u52a8\u7aef\u9884\u89c8\u5730\u5740(\u8bf7\u4f7f\u7528\u79fb\u52a8\u7aef\u7a97\u53e3\u4f53\u9a8c)\uff1a[https://mouday.github.io/domain-admin-mini/](https://mouday.github.io/domain-admin-mini/)\n\n\u79fb\u52a8\u7aef\u9879\u76ee\u5730\u5740\uff08\u8bf7\u81ea\u884c\u89e3\u7801\uff09\uff1aaHR0cHM6Ly9naXRodWIuY29tL21vdWRheS9kb21haW4tYWRtaW4tbWluaQ==\n\n\u4e3a\u4e86\u66f4\u591a\u5730\u4eba\u53c2\u4e0e\u5230\u9879\u76ee\u4e2d\u6765\uff0c\u73b0\u5df2\u5f00\u653e\u524d\u7aef\u4ee3\u7801\uff0c\u52a0\u5165QQ\u7fa4\u5373\u53ef\u83b7\u53d6\u524d\u7aef\u9879\u76ee\u5730\u5740\n\n## \u95ee\u9898\u53cd\u9988\u4ea4\u6d41\n\n\u7531\u4e8e\u8bbf\u95eegithub\u7684\u7f51\u7edc\u4e0d\u7a33\u5b9a\uff0c\u5982\u679c\u9700\u8981\u53ca\u65f6\u83b7\u5f97\u53cd\u9988\uff0c\u8bf7\u901a\u8fc7\u4ee5\u4e0b\u65b9\u5f0f\u8054\u7cfb\n\nQQ\u7fa4\u53f7: 731742868\n\n\u9080\u8bf7\u7801\uff1adomain-admin\n\n<img src=\"https://gitee.com/mouday/domain-admin/raw/master/image/qq-group.jpeg\" width=\"300\">\n\n\u5fae\u4fe1\u4ea4\u6d41\u7fa4\n\n<img src=\"https://gitee.com/mouday/domain-admin/raw/master/image/wechat-group.jpg\" width=\"300\">\n\n\u5982\u679c\u4e8c\u7ef4\u7801\u8fc7\u671f\uff0c\u8bf7\u5148\u6dfb\u52a0\u7fa4\u4e3b\u5fae\u4fe1\n\n<img src=\"https://gitee.com/mouday/domain-admin/raw/master/image/coding-big-tree.jpg\" width=\"300\">\n\n\u56de\u590d\u5907\u6ce8\uff1adomain-admin\n\n## \u66f4\u65b0\u65e5\u5fd7\n\n[CHANGELOG.md](https://domain-admin.readthedocs.io/zh_CN/latest/manual/changelog.html)\n\n## \u4f7f\u7528\u8005\n\n\u865a\u4f4d\u4ee5\u5f85\uff08\u53ef\u4ee5\u5c06\u4f7f\u7528\u8005\u516c\u53f8\u6216\u4e2a\u4eba\u7684\u540d\u5b57\u653e\u5230\u8fd9\u91cc\uff09\n\n- [@1275788667](https://github.com/1275788667)\n- [@hhdebb](https://github.com/hhdebb) \n- `\u661f\u6cb3 \u0e51. `\n\n<img src=\"https://gitee.com/mouday/domain-admin/raw/master/image/alipay.jpg\" width=\"300\">\n\n[![Stargazers over time](https://starchart.cc/mouday/domain-admin.svg)](https://starchart.cc/mouday/domain-admin)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "a domain ssl cert admin",
    "version": "1.6.29",
    "project_urls": {
        "Homepage": "https://github.com/mouday/domain-admin"
    },
    "split_keywords": [
        "domain",
        " ssl",
        " cert",
        " web",
        " monitor"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f912c1ee58e48bed8cc35e464f6887a8566ee6dca8b015da3013ecfa04d0c314",
                "md5": "f4df38c53038afad1dc9a07d7fea6e0b",
                "sha256": "24d5daca88f76dcbd1b5750341f02e3ba02e3f33627bb1adeae2aeed96dead6d"
            },
            "downloads": -1,
            "filename": "domain_admin-1.6.29-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f4df38c53038afad1dc9a07d7fea6e0b",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 1827739,
            "upload_time": "2024-04-22T10:15:14",
            "upload_time_iso_8601": "2024-04-22T10:15:14.512889Z",
            "url": "https://files.pythonhosted.org/packages/f9/12/c1ee58e48bed8cc35e464f6887a8566ee6dca8b015da3013ecfa04d0c314/domain_admin-1.6.29-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fdf4fbd7798b20766a407aa0f1b9f83ab1fe93de0b699406343f50aa6a38b04e",
                "md5": "803ceb1089305e0127672238a730d652",
                "sha256": "bad0205b366fd613d9b057e3784baf44d5078e1379ee485d20aaa2950e0e049a"
            },
            "downloads": -1,
            "filename": "domain_admin-1.6.29.tar.gz",
            "has_sig": false,
            "md5_digest": "803ceb1089305e0127672238a730d652",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1697216,
            "upload_time": "2024-04-22T10:15:18",
            "upload_time_iso_8601": "2024-04-22T10:15:18.209073Z",
            "url": "https://files.pythonhosted.org/packages/fd/f4/fbd7798b20766a407aa0f1b9f83ab1fe93de0b699406343f50aa6a38b04e/domain_admin-1.6.29.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-22 10:15:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mouday",
    "github_project": "domain-admin",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "lcname": "domain-admin"
}
        
Elapsed time: 0.31863s