spiffyguy

Results 15 comments of spiffyguy

Looks like you can set an environment variable called `JWT_SECRET` to statically set the secret. I am using portainer so I have a GUI for this docker container, I chose...

It's not super clear but on this repo in the README, under the "Available Configuration Parameters" (https://github.com/ONLYOFFICE/Docker-DocumentServer#available-configuration-parameters) it says `JWT_SECRET: Defines the secret key to validate the JSON Web Token...

https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/661 Here someone else has the same issue but they asked on the MAIN "DocumentServer" repo... the reply mentions ~~`JWT_KEY`~~ but I can confirm it should be `JWT_SECRET` for this.

>We have some functions defined in assembly. > >To link them on Mac they are named e.g. _tramp64 but you write it without the underscore in the Rust extern declaration,...

Hi all, I recently set this up and then decided to try updating some things! It's still early BUT for this specific issue, I managed to use libstrangle (https://gitlab.com/torkel104/libstrangle) to...