* Initial commit for rclone
* Update main README.md to include rclone as a project.
* Use cron on host controller
* Mount the /rclone directory to avoid a copy backup error.
* remove this port mapping
* Remove comment
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.
* add support for multiple keys to be added; converts private key to dropbear for unifi scp use
* change ssh id filename for dropbear default
using .ssh/id_dropbear is dropbear's default id file so no need to use
`ssh -i /root/id_rsa`
any more.
Former-commit-id: 8043e6ae6a
* add support for multiple keys to be added; converts private key to dropbear for unifi scp use
* change ssh id filename for dropbear default
using .ssh/id_dropbear is dropbear's default id file so no need to use
`ssh -i /root/id_rsa`
any more.
* Add a script to update your pihole container
* Add instructions for upgrading your pihole container
Co-authored-by: Jon Stroud <jon.stroud@keysight.com>
Former-commit-id: dbf8c79270
* Add a script to update your pihole container
* Add instructions for upgrading your pihole container
Co-authored-by: Jon Stroud <jon.stroud@keysight.com>
* Update 05-install-cni-plugins.sh
Added checksum checks for cni-plugin. Also allowed for specific version selection. Finally added a fallback to the last installed version.
* Update 05-install-cni-plugins.sh
moved the net.d setup from dns to cni-plugin, so that all the function of cni are in one place.
* Update 10-dns.sh
moved conf files from dns to cni-plugin
* Update 05-install-cni-plugins.sh
Fixed some comments
* Update 05-install-cni-plugins.sh
Fix comments
Former-commit-id: 87b9f7dac6
* Update 05-install-cni-plugins.sh
Added checksum checks for cni-plugin. Also allowed for specific version selection. Finally added a fallback to the last installed version.
* Update 05-install-cni-plugins.sh
moved the net.d setup from dns to cni-plugin, so that all the function of cni are in one place.
* Update 10-dns.sh
moved conf files from dns to cni-plugin
* Update 05-install-cni-plugins.sh
Fixed some comments
* Update 05-install-cni-plugins.sh
Fix comments