Created
November 22, 2025 21:44
-
-
Save squio/c5c7c877e6a46c8057cdd7eb4bd3f3fa to your computer and use it in GitHub Desktop.
Configure rclone in home assistant to use TransIP Stack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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