Syncthing CLI
Solved
Syncthing
-
Is there a way to access the CLI? I would like to decrypt a file on the server and use the
syncthing decrypt
command. -
@andreasdueren In the Web Terminal, you can do something like:
/app/code/syncthing decrypt --to /tmp/unencrypted --password <secret> /app/data/folders/DirToDecrypt
-
-