-
Been absolutely stumped and I cant figure out how to go about using docker compose to get it running. Got some help from reddit with
Im running into a auth limbo where I have nowhere to input the auth-link. TIA |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You will need to use
Create your 'config' file in this path
You need to configure the application based on your online data tree. You then use 'sync_list' to reduce the scope of what will be included as changes from the local filesystem and what is synced from online. If your local directory that you are configuring as the 'sync_dir' is My advice is before you start messing around with a container, get the client working outside of a container first with the configuration you are looking for, use |
Beta Was this translation helpful? Give feedback.
@BJOHEI
You will need to use
/onedrive/conf
as the location for any of your auth files as this is what the container has read-write permissions toCreate your 'config' file in this path
/srv/dev-disk-by-uuid-10f713a6-3ade-43b8-936d-11820d50eb4f/onedrive/conf
so it can be read by the container at startup