* 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
* Remote install script for udm, udr, udm-pro & udmse
* Added podman dependency for udm/pro. Fix dependencies
* Removed set -e
* Using env to call sh
* Fixes everywhere
* Added some format
* Added doc
* Fix(refactor): Refactored script to have .sh extension
* Added code owner
Co-authored-by: Gabriel Trabanco Llano <gtrabanco@users.noreply.github.com>
* add missing package version to change log
* fix some warnings of lintian during deb build
* simplification of the debian package
* introduce build script with docker/podman support
* use already existing ssh proxy, has the nice effect of not displaying the welcome message
* update readme for 1.0.2
* fix missing argument in apt-get autoremove
* Store install-cni-plugins.sh once
* Newlines in on-boot-script
* Update example on_boot.sh for directory
* Update README.md examples
* Store 20-dns.conflist once
* Add modularized nextdns config w/IPv6 support
* Make nextdns script more generic
* Use common setup script for each dns service
* Add missing newlines
* Readme updates and ipv6 support
* Readme updates and ipv6 support
* Final updates and Ipv6
Co-authored-by: exodious <exodious@users.noreply.github.com>