Delano

Results 193 comments of Delano

Quick update: you can preview the next release by its tag now. [v0.11.0-RC1](https://github.com/onetimesecret/onetimesecret/releases/tag/v0.11.0-RC1) _N.B. It's a tag on WIP code so you'll see weirdness if you try to run. I...

Yes, I’ll take a look.

> Thank you! I host my GLPI on the same machine as One Time Secret, yet when I use the API from the One Time Secret site, it works. However,...

You probably need to update the password in your `redis-server` config as well. Then restart redis and try the `bundle exec` command again`.

At long last I've finally had the time and mindspace to make some actual progress on Ruby 3.1+ support (I'd had a number of false starts over the past few...

Kk, I got it sorted out. The issue you're having is related to SSL/HTTPS. The Onetime Secret ruby app doesn't handle SSL itself. So when making a request for https://myexampledomain.com/...

@venkatamutyala Absolutely. I'd really appreciate that.

You're on the right track. `ONETIMESECRET_SSL` and `ONETIMESECRET_HOST` are the environment variables you need to set. e.g. the equivalent settings in the etc/config file: ```yaml :site: :host: localhost:3000 :ssl: false...

Thanks @venkatamutyala! Initial support for Ruby 3 is live in the develop branch now. There's a basic workflow that runs tests against a matrix of ruby versions: https://github.com/onetimesecret/onetimesecret/actions/runs/8577324066 Any and...

Yeah that's a great idea. I've added this to our redesign project and we'll follow-up as part of that work.