27 lines
1.1 KiB
Plaintext
27 lines
1.1 KiB
Plaintext
Source: 7z-encrypt-server
|
|
Section: utils
|
|
Priority: optional
|
|
Maintainer: edgevoid <edgevoid@users.noreply.gitee.com>
|
|
Build-Depends: debhelper-compat (= 13)
|
|
Standards-Version: 4.6.2
|
|
|
|
Package: 7z-encrypt-server
|
|
Architecture: all
|
|
Depends: python3 (>= 3.10), python3-venv, aria2, p7zip-full
|
|
Description: 端到端加密文件传输服务端 (源码版, 手机/容器用)
|
|
零知识 + 零合并的服务端: 只存卷/传卷, 不合并不解密, 不持有密钥。
|
|
账户严格隔离 (一个账户一个空间), 目录管理 (dirs/move/clone),
|
|
aria2 反向拉加速 + pull-status 实时进度。
|
|
.
|
|
包含: sz-server (入口) + 配套模块
|
|
端口 8000 (SZ_PORT), 存储/数据目录可配 (SZ_DATA_DIR)。
|
|
装完即用: 依赖 (fastapi/uvicorn/cryptography/tqdm) postinst 自动安装。
|
|
|
|
Package: 7z-encrypt-server-bin
|
|
Architecture: amd64
|
|
Depends: aria2, p7zip-full
|
|
Description: 端到端加密文件传输服务端 (x86_64 原生编译版)
|
|
Nuitka 编译的原生二进制 (Python->C->gcc, onefile 自包含, 免 Python 依赖)。
|
|
功能与源码版一致: sz-server。
|
|
装完即用: 系统依赖 (aria2/p7zip) postinst 自动安装。
|