Skip to content

Instantly share code, notes, and snippets.

@squio
Created November 22, 2025 21:44
Show Gist options
  • Select an option

  • Save squio/c5c7c877e6a46c8057cdd7eb4bd3f3fa to your computer and use it in GitHub Desktop.

Select an option

Save squio/c5c7c877e6a46c8057cdd7eb4bd3f3fa to your computer and use it in GitHub Desktop.
Configure rclone in home assistant to use TransIP Stack
[stack]
type = webdav
url = https://<account>.stackstorage.com/remote.php/webdav/
vendor = owncloud
bearer_token = xxxxxxxxxxxxxxxxxxxxx
# NOTES
#
# create this file in /root/config/rclone.conf
#
# do not use `username` and `password`
# remove them if automatically created from the web UI!
#
# get your bearer token from stack at
# https://<account>.stackstorage.com/nl/disk/authtokens
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment