PCloud Http Server

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

How to build and run

```bash

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 RUSTLOG=info \ -e PCLOUDREGION=eu \ -e PCLOUDUSERNAME=username \ -e PCLOUDPASSWORD=password \ pcloud-http-server

display content

curl http://localhost:3000/ ```