Delano
Delano
Did you get this figured out?
I'm super late responding to this, sorry. @maraakate Thanks for stepping in, I appreciated it. There's an upcoming release that includes these fixes, it's just taking us a while to...
Btw, if you're running from a clone of the git repo, you can make your own local branch: ```bash $ git fetch $ git co -b v0.11.0-RC1 origin/v0.11.0-RC1 ``` This...
There is no caching other than what thin is doing internally. If you edit the mustache files you should see the changes after restarting the process. Is it possible you...
This will be included in an upcoming release. Probably 0.11-RC2.
Right on. The [v0.13.0 release](https://github.com/onetimesecret/onetimesecret/releases/tag/v0.13.0) which comes with Ruby 3 support, uses Storable 0.10.0 and Bcrypt 3.1.20. It's also available via docker image: [onetimesecret/onetimesecret:v0.13.0](https://hub.docker.com/layers/onetimesecret/onetimesecret/v0.13.0/images/sha256-429ba1cdcdc06a53831cfff504bdcb56e9117851b159f44efae41d4fb31ba9b1?context=explore).
This issue has been resolved as of [v0.13.0](https://github.com/onetimesecret/onetimesecret/releases/tag/latest). Also available via the official docker images now. https://hub.docker.com/r/onetimesecret/onetimesecret/tags
Yeah the API really should be updated for that. I've been meaning to get to it for a while bc I imagine it's pretty annoying (and also less secure). If...
There's no configuration setting for that at the moment. I'm gonna go ahead and suggest a similar solution, then provide way more detail that you asked for. ### Partial solution...
This functionality is in `develop` branch and will be included in the upcoming v0.15.0 release in the next few weeks.