Delano
Delano
Check your redis connection string in `/etc/config` or if you use environment variables, the value of `REDIS_URL`. Make sure it starts with `redis://`. Note that as of RC6, the environment...
That's a great idea. I added a ticket #335. Not sure when I'll schedule that work so in the meantime let me know if anything else comes up.
Looks like it's related to the `CODE_ROOT` ARG. According to the docs, it shouldn't be available after `FROM container` b/c it's not declared again. https://docs.docker.com/reference/dockerfile/#understand-how-arg-and-from-interact I don't see this error...
@FredRa Can you try building from branch [328-cannot-normalize-nothing-on-docker-build](https://github.com/onetimesecret/onetimesecret/tree/328-cannot-normalize-nothing-on-docker-build). ```bash $ git fetch $ git checkout 328-cannot-normalize-nothing-on-docker-build $ docker build -t onetimesecret . ``` It should be a simple fix. I...
@Neustradamus, can I ask why? We use a different account for our organization so we haven't had a need to migrate this one.
After thinking about it more I found that [renaming the user account and manually transferring the repo to a new org called onetimesecret](https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/converting-a-user-into-an-organization#keep-your-personal-account-and-create-a-new-organization-manually) was a workable solution. It maintained the...
@Neustradamus Why is this so important?
@Neustradamus I disentangled the onetimesecret account and have converted it to an organization at long last. 🌻 https://github.com/onetimesecret
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 it's a really silly bug / undocumented feature. In your `etc/config` (or `/etc/onetime/config` in production mode), there's a list called `locales`. The first locale in the list becomes the...