Delano

Results 193 comments of Delano

@tbrogdon The preferred approach is to run OTS behind a reverse proxy like nginx, Caddy, etc. and handle SSL there. That's how most production deployments work, mainly b/c you typically...

If you're on linux or windows, connecting to another docker container via `host.docker.internal` doesn't work by default (which is annoying). A few things to try: ### 1. Default IP address...

@zain-elhashemite 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 No option for words just yet and not available in...