2个版本
新版本 0.2.3 | 2024年8月11日 |
---|---|
0.2.2 | 2022年7月3日 |
#505 in HTTP服务器
96 每月下载次数
115KB
2.5K SLoC
PCloud Http服务器
从您的pcloud实例中提供静态文件服务器的代理服务器
如何构建和运行
# to run in root folder
docker build -t pcloud-http-server -f http-server/Dockerfile .
# and run the container
docker run -d \
-p 3000:3000 \
-e RUST_LOG=info \
-e PCLOUD_REGION=eu \
-e PCLOUD_USERNAME=username \
-e PCLOUD_PASSWORD=password \
pcloud-http-server
# display content
curl http://localhost:3000/by-path/
依赖项
~13–29MB
~404K SLoC