Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Is there a way to access the CLI? I would like to decrypt a file on the server and use the syncthing decrypt command.
syncthing decrypt
@andreasdueren In the Web Terminal, you can do something like:
/app/code/syncthing decrypt --to /tmp/unencrypted --password <secret> /app/data/folders/DirToDecrypt
@girish Perfect, thank you! Wasn't sure where the binary was located.