This is my fork of BigBearTechWorld’s big-bear-scripts, a collection of helper scripts created for the BigBearTechWorld YouTube channel and community, largely oriented around CasaOS and self-hosted apps. I keep it in my account as a grab-bag of ready-made automation for homelab tasks.
The concepts
The repo is a practical script library rather than a single application — each script automates a specific setup or maintenance task that would otherwise be a manual sequence of commands. It pairs with the channel’s videos and the BigBearCommunity forum, so the scripts double as worked examples for common self-hosting chores.
How to use it
You browse to the script that matches the task you’re doing, read it to understand what it changes, and run it on the target machine. As always with community shell scripts, the sensible workflow is to review before executing rather than piping straight into a shell blind.
Running it
These are shell scripts intended to run on the host you’re configuring. See the upstream repository and the associated BigBearTechWorld videos for what each one does and how to invoke it.
Language: Shell
Source code: github.com/avnit/casaos-scripts
Upstream: github.com/bigbeartechworld/big-bear-scripts