Discover How to Install Pi-Hole and Unbound on CasaOS using our App Store BigBearCasaOS! In this tutorial, we’ll walk you through the process, step by step, ensuring you’re set up and ready to go in no time.
Great instructional video on this one. Wanted to know if the image can be upgraded to the latest without breaking any of the configurations you’ve made?
Thank you, and yes, it has been updated. Thanks for letting me know.
Docker Image Commit
App Store Commit
Thank you. I will export and delete, then reinstall from the store.
You can edit the docker compose with:
Occasionally, the CasaOS container settings UI may not grant us the flexibility to modify configurations as we desire. To address this challenge, we’ve developed a script that simplifies the process:
bash -c "$(wget -qLO - https://raw.githubusercontent.com/bigbeartechworld/big-bear-scripts/master/edit-casaos-apps/run.sh)"
This script allows you to choose your desired application and select your preferred text editor, currently supporting Nano and Vim.
How does it work
It’s a Bash script desi…
Awesome, going to add this to my list of commands, thank you.
You’re welcome. Checkout out the other big-bear-scripts might help as well:
You can alway suggest ideas for new scripts here:
Suggest new additions to the: <a href="https://github.com/bigbeartechworld/big-bear-scripts" class="inline-onebox-loading">https://github.com/bigbeartechworld/big-bear-scripts</a>
Hi!
When I try to update gravity, appears 2 errors on CasaOS on Zimaboard :
[✗] DNS resolution is currently unavailable*
[✗] DNS resolution is not available*
what was the issue in hear and can you fix it please?
@dkny2000
I’ve implemented a modification in the most recent Docker Compose file within big-bear-casaos, which should resolve this issue.
I made a post on this change:
Introduction
In the world of network management and ad-blocking solutions, Docker stands out for its versatility and efficiency. However, working with Docker’s default network settings can often lead to challenges, especially when integrating services like Pihole, Pihole Unbound, and Adguard Home. In this post, I’ll share my recent experience of improving network communication by adding bridge networks to these services.
Commits
Why I Made Changes
Docker’s default bridge network typically…