Storj CLI (uplink) config folder

Does Storj CLI have a folder with settings that can be mounted as a volume in Doker so that I don’t have to configure everything on every startup?

uplink --help
...
Global flags:
        --config-dir string    Directory that stores the configuration (default /home/<user>/.config/storj/uplink)
2 Likes

You can do it. The default folder is ~/.local/share/storj/uplink (~\AppData\Storj\uplink for Windows PowerShell), but you need to use an absolute path (C:\Users\USER\AppData\Roaming\Storj\uplink) instead.