mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 01:10:23 +08:00
chore: 更新 README 链接与清理 generate_keys 冗余输出
- 修正 aether-proxy README 中 Releases 为完整 URL,优化描述文案 - 移除 generate_keys.py 中不再需要的 hmac_key 配置提示
This commit is contained in:
@@ -6,8 +6,7 @@ Aether 正向代理节点,部署在海外 VPS 上,为墙内的 Aether 实例
|
|||||||
|
|
||||||
### 下载预编译二进制
|
### 下载预编译二进制
|
||||||
|
|
||||||
在 [GitHub Releases](../../releases) 页面下载对应平台的预编译文件,无需安装 Rust 环境。
|
在 [GitHub Releases](https://github.com/fawney19/Aether/releases) 页面下载对应平台的预编译文件,无需安装 Rust 环境。
|
||||||
|
|
||||||
|
|
||||||
## 快速开始
|
## 快速开始
|
||||||
|
|
||||||
@@ -29,7 +28,8 @@ sudo aether-proxy setup
|
|||||||
# 4. 彻底卸载
|
# 4. 彻底卸载
|
||||||
sudo aether-proxy uninstall
|
sudo aether-proxy uninstall
|
||||||
```
|
```
|
||||||
保存后配置写入 `aether-proxy.toml`,如果启用了 Install Service,将自动注册并启动 systemd 服务。
|
|
||||||
|
完成向导后, 配置自动保存到 `aether-proxy.toml`,如果启用了 Install Service,将自动注册并启动 systemd 服务。
|
||||||
|
|
||||||
### 直接运行
|
### 直接运行
|
||||||
|
|
||||||
|
|||||||
@@ -25,9 +25,6 @@ def main():
|
|||||||
print(f"REDIS_PASSWORD={redis_password}")
|
print(f"REDIS_PASSWORD={redis_password}")
|
||||||
print(f"PROXY_HMAC_KEY={proxy_hmac_key}")
|
print(f"PROXY_HMAC_KEY={proxy_hmac_key}")
|
||||||
print()
|
print()
|
||||||
print("将以下内容配置到 aether-proxy.toml:\n")
|
|
||||||
print(f'hmac_key = "{proxy_hmac_key}"')
|
|
||||||
print()
|
|
||||||
print("注意:")
|
print("注意:")
|
||||||
print(" - JWT_SECRET_KEY 用于用户登录 token 签名")
|
print(" - JWT_SECRET_KEY 用于用户登录 token 签名")
|
||||||
print(" - ENCRYPTION_KEY 用于敏感数据加密(如 Provider API Keys)")
|
print(" - ENCRYPTION_KEY 用于敏感数据加密(如 Provider API Keys)")
|
||||||
|
|||||||
Reference in New Issue
Block a user