Atuin - Making your shell magical
-
Sync, search and backup shell history with Atuin
Been using it for a while now. I wanted to be able to sync my shell history outside of my LAN, so I've made a package for Cloudron @ https://github.com/Lanhild/atuin-cloudron
-
-
Sync, search and backup shell history with Atuin
Been using it for a while now. I wanted to be able to sync my shell history outside of my LAN, so I've made a package for Cloudron @ https://github.com/Lanhild/atuin-cloudron
-
I use Atuin as well but not self hosted. I'm tempted to try this package
-
Hey @Lanhild could you maybe use the pinned template for the wishlist?
https://forum.cloudron.io/topic/12472/please-use-this-template-to-make-an-app-wishlist-request@james said in Atuin - Making your shell magical:
Hey @Lanhild could you maybe use the pinned template for the wishlist?
Fair, and it's always helpful to get all the info about an app using the the template, though you gotta acknowledge, this is not a wishlist, it's an announcement, "I like this app and I packaged it"
-
As this is the wishlist section it is likely better to move this thread to https://forum.cloudron.io/category/96/app-packaging-development
where people ask help for packaging or showcase/share their custom packages
-
With this line from the start script:
https://github.com/Lanhild/atuin-cloudron/blob/39e0d6de54742833091cd3b373338b78e588d232/start.sh#L15
Users don't have the ability to disable signup without having a rebuild of the container. Its probably better to use
export ATUIN_OPEN_REGISTRATION=${ATUIN_OPEN_REGISTRATION:-false}
instead and additionally define it with
ATUIN_OPEN_REGISTRATION=true
in yourenv.sh
. This way after the first install signup is available and after you created your accounts you can easily shut it down.