Small bug: After clicking on “Log in via auth token” in Settings, I am not able to close the popup. And the escape button doesn’t work either (On Mac M1 - Attain 0.0.68). Force quitting app and reopening works.
Thank you for developing Atuin Desktop. If bug reports and issues should be posted in a different thread, please let me know.
Feature request: I am not aware where the Runbooks are currently stored. But I would love for the ability to export the Runbooks to a suitable format and import them again. Or the ability to point to a directory with Runbooks and Atuin Desktop automatically opens it up as a workspace. Some of the runbooks contain sensitive keys and I would love to keep them locally synced between devices in the house. Thanks again for this lovely application. Keeping an eye out for future updates!
Thank you for reporting this! The bug should be fixed in a release later on today
Totally OK to post here, if needed we can move things to a new thread
Right now runbooks are store in a SQLite db - they’re a pretty complex crdt-based structure, so unfortunately flatfile editing won’t quite be possible. This does allow us to have both offline + realtime collab editing, however
We definitely have export/import on the roadmap though! Once we’ve got the org/team support nailed down then we will be in a much better place to commit to a file format and structure. How would you be managing these files?
Would better secret support make you feel better about this? Now it is possible to
Input ephemeral (non synced, not saved) values to template variables
Save the output of a shell command (could be a secret store) as a var
and we have proper, built in, encrypted secrets support in mind for the future too!
Thanks for the quick fix! . Can confirm that its fixed in the new release
Pretty cool that you are using crtd’s!
I mentioned the export option mainly because I would prefer to save backups of the runbooks saved somewhere locally in my regular file backups instead of the cloud (Not much of collaboration for my use case)
I sadly do not have any suggestions on this topic since I don’t know much about secret supports. Maybe as you mentioned, something like an encrypted secret support with a password or a gpg key would be perfect for my use case
Thank you all for developing Atuin Desktop! I am happy that you are planning to open source it once it becomes stable (Even if not, I would love to pay a small price for a product like this) Will keep an eye out for future releases
Hi @unfocused! Welcome and thanks for the reports.
installed with deb, upgrade to 0.0.69 hangs (permission issues?)
Is this with the in-app update mechanism? For manual installs on Linux, you’ll need to download the latest .deb (the link you received should always point to the latest version) and install that. I’ll make a note to remove the auto-update check for Linux installs where this won’t work.
“Window” menu is empty […] “V” menu next to “New Runbook” appears then disappears, not allowing selection
There were some known issues with Tauri on Linux regarding context menus, we hope that this was fixed in v0.0.69.
performance expectations at this point? Typing seems a bit laggy.
Performance on Linux is not what we’d like it to be. We’re looking into the ability to render with something other than webkitgtk, but no updates or ETA for this so far.