RELEASE v2.2.3
✨ Added
minimize.shwill delete all development and test related files, as well as all files ending in.mdto declutter install folder.
Same as downloading theminimalversion from the release.uninstall.shwill remove the modifications the script makes outside the install folder:- Removes cron job if present
- Removes alias in bashrc/zshrc if present
- Removes Desktop shortcut if present
- Removes all files from the directory except
.env(in case you want a fresh re-install and want to keep the credentials and url saved.)
🔥Changed
setup.shoptionally sets up a cronjob to automatically start the script on startup.setup.shNow has a 250ms delay between each check because I didn't like how fast it spammed the console. If a change is about to be made it prints a new line before to separate it from successful checks.
🐛 Fixed
- Moving the
restart_schedulerlogic tohandle_viewmade it so that the crash detection would erroneously trigger on a restart and override the script start time.handle_restartnow writes to a temporary fileapi/.restartthat gets checked by the crash detection logic to determined if the script restarted or not. - Fix execution of
browser_handlerlast retry attempt.
The full release is a copy of the entire repo. It's the same as cloning from the terminal.
The minimal is just what's needed to run the script - no tests or development files.
The no api is the same as minimal except it also does not include monitoring.py nor the html, css, and js files to run it.