Syncthing CLI
Solved
Syncthing
-
wrote on Sep 18, 2024, 2:00 PM last edited by
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
-
@andreasdueren In the Web Terminal, you can do something like:
/app/code/syncthing decrypt --to /tmp/unencrypted --password <secret> /app/data/folders/DirToDecrypt
wrote on Sep 19, 2024, 7:30 AM last edited by@girish Perfect, thank you! Wasn't sure where the binary was located.
-
-