Delano

Results 193 comments of Delano

> https://onetimesecret.poka.cloud/login Ah I see. It looks like you're accessing a self-hosted instance of onetime secret that potentially has authentication customization. As far as how onetime secret itself works, the...

### onetime/utils.rb ```ruby # lib/onetime/utils.rb require 'deep_merge/core' # use as DeepMerge.deep_merge!() module Onetime module Utils extend self unless defined?(MAX_DEPTH) MAX_DEPTH = 20 end # Recursively merges two hashes, with safeguards...

Currently there are two implementations remaining for **`deep_merge`.** ### lib/onetime/utils/enumerables.rb ```ruby # lib/onetime/utils/enumerables.rb module Onetime module Utils module Enumerables # Maximum recursion depth for safety DEFAULT_MAX_DEPTH = 25 DEFAULT_MAX_SIZE =...

Thanks for the detailed suggestion. I appreciate the thought you put into this. My hesitation with GeoIP features in the past has been privacy concerns, though it's not cut and...

Thanks for finding and reporting this. I was able to replicate it locally. Thankfully it's an easy fix which I'll merge into main later today and it's be included in...

The fix is in main and in the v0.22.10 release btw. No change required on your part.

Hi, sorry for the delay. Is it possible there was a `%` sign in the password?

Not without modifying the code. It's been a limitation since forever basically. I'm hoping to get to it soon.

@DiffusingAmusing Good news, we added configuration options for password complexity in [v0.22.4](https://github.com/onetimesecret/onetimesecret/blob/8d0419b4e78a1c6a9b771922fc87befc72c0fef8/etc/config.example.yaml#L103-L117). Available in the latest docker images and in develop. https://github.com/onetimesecret/onetimesecret/blob/8d0419b4e78a1c6a9b771922fc87befc72c0fef8/etc/config.example.yaml#L103-L117

Hey @venkatamutyala, So no helm updates after #1217? I'd recommend the current stable version [v0.22.3](https://github.com/onetimesecret/onetimesecret/releases/tag/v0.22.3). There is a lot of new configuration available in it to customize the navigation and...