pcloud-http-server

Crates.iopcloud-http-server
lib.rspcloud-http-server
version0.2.6
created_at2022-07-03 16:24:52.682675+00
updated_at2025-05-11 14:32:59.636196+00
descriptionHTTP proxy server for pCloud API
homepage
repositoryhttps://github.com/jdrouet/pcloud
max_upload_size
id618423
size76,581
Jérémie Drouet (jdrouet)

documentation

README

PCloud Http Server

Proxy server to have a static file server from your pcloud instance

How to build and run

# 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/
Commit count: 149

cargo fmt