Sign inSign up

gowah/send

By gowah

•Updated over 3 years ago

Send 临时文件存储,端对端加密分享,到期即焚。

Image
0

949

gowah/send repository overview

⁠Send - 简单、私密的文件分享服务

Docker Pulls

使用 Send 端到端加密分享文件,链接到期即焚。分享更私密,文件到期真正无痕迹。-> 《Docker 部署教程》⁠

i-Shot-2022-10-22-12-28-14.jpg

⁠执行命令

请在合适的目录下执行以下命令,创建并运行容器:

docker run -d \
    -v $PWD/uploads:/uploads \
    -p 1443:1443 \
    -e 'FILE_DIR=/uploads' \
    -e 'DETECT_BASE_URL=true' \
    -e 'REDIS_HOST=localhost' \
    -e 'REDIS_PASSWORD=password' \
    gowah/send:latest
  • 如需使用本机上的 REDIS 请注意替换 password ,默认 redis 端口 6379 ,若密码为空可删除 REDIS_PASSWORD这一行,更多配置选项,请查看 https://github.com/timvisee/send/blob/master/server/config.js⁠

  • 命令运行过程会自动在当前路径下创建 uploads 目录用于存储上传文件;

然后,使用浏览器访问 ip:1443 即可。

⁠END

喵斯基部落⁠,万物皆可萌!!!

若对你有用,请点点上方 ★ (小星星)。

Tag summary

Content type

Image

Digest

sha256:55081f14e…

Size

60.7 MB

Last updated

over 3 years ago

docker pull gowah/send