-
-
Notifications
You must be signed in to change notification settings - Fork 599
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(server): typo with default config #1493
Conversation
Without TLS config, the server fails to load defaults. Until this is released, add this to your server config ``` [tls] enable = false cert_path = "" pkey_path = "" ```
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
….0) (#1645)" This reverts commit 0704817. See here: atuinsh/atuin#1493
Hey @ellie can we cut a new release with the fix? :) |
I've put the new config in the release notes - happy to cut a release if it's really required If you're automating this, you may be interested in the chart here: https://github.com/atuinsh/helm-charts |
It's definitely not required, but it would be valuable for those that use a standard |
Commenting here just to mention the env var fix would be setting |
I'll cut a patch in a bit |
Will be out shortly: #1495 |
Without TLS config, the server fails to load defaults. Until this is released, add this to your server config