Frank Steiler

Results 102 comments of Frank Steiler

Additionally, are you running this using `tty: true` and `stdin_open: true`? Could you try checking if the same non-printable characters are displayed when running without this?

Can you share your configuration please? And also could you please enter your password and share the remaining logs?

Hey @lonevvolf , did you have try with the suggestions above and is this now more bearable?

That's odd - can you share your full configuration please?

Hmm - that looks similar to mine - are you using the latest version (there was a bug in a previous one, where env settings were not picked up)?

This is super weird - I'm using the same version and it's not giving me that. Could you please access the container and verify that the env variable is set...

This is really weird - I'm using the exact same setup and am not getting this behaviour. It should only prompt for input, when the password is empty (special characters...

Oh - that's progress! The execution works and it's successfully authenticating using the stored trust token (the logs don't contain the actual token). Also, `LOG_TO_CLI` and `SILENT` are both picked...

All of this is really weird - and I don't know the docker management solution on Synology well enough - could you maybe fully remove your current installation and create...

Those boolean flags test the existence of the env variable and don't read its content - so even when setting it to "SILENT=false" will result in the silent option to...