These are some guides for various use.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
767 B

  1. # Onedrive
  2. This is a dockerized version of a onedrive client.
  3. The official container and documentation was made by [oznu](https://hub.docker.com/r/oznu/onedrive).
  4. ## Environment-variables
  5. Set the following variables with the -e tag.
  6. | Name | Usage | Default |
  7. | ---- | -------- | ------- |
  8. | PUID | UserID | |
  9. | PGID | GroupID | |
  10. ## Volumes
  11. Set the following volumes with the -v tag.
  12. | Volume-Name | Container mount | Description |
  13. | ---------------- | --------------- | ----------------------------------------------- |
  14. | onedrive_config | /config | configuration storage for the server connection |
  15. | onedrive_doc | /documents | storage for downloaded documents |