文件名称:wg-web:用于管理WireGuard对等点(例如,用于动态对等点管理)的CRUD应用程序-WiP
文件大小:29KB
文件格式:ZIP
更新时间:2024-05-31 18:34:05
Python
网页 用于管理WireGuard对等点(例如,用于动态对等点管理)的CRUD应用程序-WiP 重要信息 该软件正在开发中。 我不建议将其用于生产中,因为它可能会导致数据丢失或更糟。 所提供的内容没有任何保证。 先决条件 Ubuntu作为客户端分发 jq(易于安装jq) 安装了线卫软件包 卷发包装已安装 安装了Python3 pip3 install -r requirements.txt (在服务器端) 服务器端安装(TBD) apt install python3 转到结帐目录 输入venv python3 -mvenv venv && source venv/bin/activate 安装要求pip install -r requirements.txt 输入FLASK_APP=app.py flask initdb 输入FLASK_APP=app.py flask ad
【文件预览】:
wg-web-master
----client()
--------register.sh(3KB)
----.gitignore(74B)
----templates()
--------wireguard_config.tpl(289B)
--------peers_pretty.html(3KB)
--------base.html(2KB)
--------peer_keygen.html(3KB)
--------user_register.html(1KB)
----requirements.txt(452B)
----LICENSE(34KB)
----static()
--------js()
--------css()
----README.md(2KB)
----venv()
--------pip-selfcheck.json(60B)
--------pyvenv.cfg(75B)
----app.py(12KB)