* Corrected file path by removing /mnt
* Update 20-zerotier.sh
* Update README.md
* removed /mnt directory as evertyhing is done in /data
* Corrected URL
* Update remote_install.sh
* Auto check data dir
* fixed adguard installation
* More data fixes
* Fix dns common data path
* fixed haproxy readme
* Fix Github references from boostchicken to boostchicken-dev
* Download CNI bridge script from upstream rather than fork
The remote_install.sh script was retrieving the 05-cni-bridge.sh script
from gtrabanco's fork, rather than the main repository.
* Rename 05-cni-bridge.sh to 06-cni-bridge.sh
I updated the homebridge readme to include more detail and that you need cni plugins. It also includes a bit more detail when it comes to command line.
* Update 10-dns.sh
Updated the cni plugin to resolve some issues with vlans.
* Update install-cni-plugins.sh
Updated cni plugin version to later version to resolve clan issues with some containers.
* Update 25-homebridge.sh
Updated cni plugin version to resolve clan issues.
* Delete 10-dns.sh
* Delete install-cni-plugins.sh
* Create install-cni-plugins.sh
* Delete install-cni-plugins.sh
* Create 15-test.sh
* Support caching in install-cni-plugins.sh (#114)
* Support caching in install-cni-plugins.sh
* Update README
Conflicts:
dns-common/on_boot.d/10-dns.sh
* removed unused file
Co-authored-by: Adam Bolsover <bowseruk@users.noreply.github.com>
* Added container-common
Initial release of container-common section that includes setting a limit of container log size any container can have, to prevent filling up UDM storage with excessive logging.
* Update README.md
Clarified description of max log size
Co-authored-by: TRUPaC <trupac@cs-mapping.com.ua>