11# pcloudcc_docker
22<p >
3- <a href =" https://github.com/jlloyola /pcloudcc_docker/actions " ><img alt =" Actions Status " src =" https://github.com/jlloyola /pcloudcc_docker/actions/workflows/docker-image.yml/badge.svg " ></a >
3+ <a href =" https://github.com/kirre-bylund /pcloudcc_docker/actions " ><img alt =" Actions Status " src =" https://github.com/kirre-bylund /pcloudcc_docker/actions/workflows/docker-image.yml/badge.svg " ></a >
44<a href =" https://hub.docker.com/r/jloyola/pcloudcc " ><img alt =" Docker pulls " src =" https://img.shields.io/docker/pulls/jloyola/pcloudcc " ></a >
5- <a href =" https://github.com/jlloyola /pcloudcc_docker/blob/main/LICENSE " ><img alt =" License: GPL-3.0 " src =" https://img.shields.io/github/license/jlloyola /pcloudcc_docker " ></a >
5+ <a href =" https://github.com/kirre-bylund /pcloudcc_docker/blob/main/LICENSE " ><img alt =" License: GPL-3.0 " src =" https://img.shields.io/github/license/kirre-bylund /pcloudcc_docker " ></a >
66</p >
77
88This repo defines a Dockerfile to build the
@@ -11,9 +11,7 @@ from source and run it inside a container.
1111
1212The container exposes your pcloud drive in a location of your
1313choice. It runs using non-root ` uid ` :` gid ` to properly handle
14- file permissions and allow seamless file transfers between the host, the container, and pcloud.
15- This image includes PR [ #163 ] ( https://github.com/pcloudcom/console-client/pull/163 )
16- to enable one-time password multi-factor authentication.
14+ file permissions and allow seamless file transfers between the host, the container, and pcloud.
1715
1816## Setup instructions
1917It is recommended to use a compose file to simplify setup.
@@ -59,7 +57,7 @@ folder will be given 'root' permissions, which then causes the Docker container
5957ROOT level privileges prohibited!
6058```
6159### 4. Initial run
62- Copy the [ compose.yml] ( https://github.com/jlloyola /pcloudcc_docker/blob/main/compose.yml )
60+ Copy the [ compose.yml] ( https://github.com/kirre-bylund /pcloudcc_docker/blob/main/compose.yml )
6361file from this repo and place it in the same location as
6462your ` .env ` file
6563You will need to login the initial run.
@@ -97,5 +95,6 @@ Run the following command to fix it
9795See https://stackoverflow.com/a/25986155
9896## Acknowledgments
9997The code in this repo was inspired by the work from:
98+ * jlloyola: https://github.com/jlloyola/pcloudcc_docker
10099* zcalusic: https://github.com/zcalusic/dockerfiles/tree/master/pcloud
101100* abraunegg: https://github.com/abraunegg/onedrive
0 commit comments