-
chaosmonkey
Chaos Monkey is a resiliency tool that helps applications tolerate random instance failures.
netflix has some tools that will kill random bits of infrastructure to see how well things keep running - https://github.com/Netflix/chaosmonkey
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
awesome-selfhosted
A list of Free Software network services and web applications which can be hosted on your own servers
It is nothing fancy, a nuc, a raspberry pi, a 4-bay nas, some esp32s running what worked for me from awesome-selfhosted. More details in my answer to one of the posts of nashosted.
-
They are great for IoT! Take a look at WLED . It has tons of features (even audio visualisation) and works flawlessly with an ESP32.
-
WLED is indeed great, I have one in my man cave, one behind the living room TV (synced to the picture thanks to hyperion which is also available as HA addon) and one in my daughter's room. Low WAF has prevented more WLEDs from cropping up all around the house.
-
Earlier I had six raspberry pi's spread around the house to try out new things (e.g. room level presence detection - which did not work well despite weeks of tuning - and as snapcast clients). But it became a pita to keep watch over so many independent systems, updating them, remembering the IP, passwords, forgetting what I have installed last time, etc. This is what I like with the whole docker thing: fire up a container, tweak it, and then if it is not used delete it again without affecting the other services.
-
Cloudbox
Discontinued Ansible-based solution for rapidly deploying a Docker containerized cloud media server.
cloudbox looks more developed than marauder https://github.com/Cloudbox/Cloudbox