jyio
jyio
Some major blockers here. Perhaps this should be a milestone.
Alternatively, detect if some popular terminal apps are installed, and provide an easy way to launch/install them. Specialized terminal apps are good at what they do, and users are more...
The BotBrew seed package does ship `/bin/busybox` and a symlink `/usr/lib/busybox/tr` to it; and `PATH` usually includes `/usr/lib/busybox`. Is this somehow not the case in your setup?
It would be `/data/botbrew-basil/usr/lib/busybox` if you bootstrapped to the default path of `/data/botbrew-basil`. And `busybox` itself would be `/data/botbrew-basil/bin/busybox`. So the actual paths depend on where you selected to bootstrap...
It's a good suggestion, but I'm not sure if that fixes the actual problem. For `busybox tr` to work, `busybox` must be available via `PATH`. And if `busybox` is available,...
Thank you for Dockge! This would be a useful feature, indeed. I have the same set of stacks on multiple hosts, and each host runs a subset of the stacks....
https://github.com/marimo-team/marimo/issues/905#issuecomment-1979646282 > Moreover it could possibly open the multi user features that some other users are requesting (this part will be even harder as you will have to provide isolated...
Thank you very much for considering it, @mscolnick. Base URL might *seem* to be a small ask on the surface but it could have far-reaching consequences across the entire app,...
Since @mscolnick implemented `marimo edit --base-url` in record time (thank you!), let me share my minimal viable solution:  Try [this Dockerfile](https://gist.github.com/jyio/f4171dcb24b5b5e49fabe15d2cf9bccf) if you just want to see it...
Now that this base URL update has been released, [the minimal demo is almost trivial](https://gist.github.com/jyio/f4171dcb24b5b5e49fabe15d2cf9bccf).