Commit Graph

13 Commits

Author SHA1 Message Date
Doug Goldstein
6b127a8d63
ensure /etc/cni/net.d directory exists before using it (#506)
populate_netd is called and makes symlins into /etc/cni/net.d but the
directory doesn't necessarily exist yet so need to ensure it is there
before using it. fixes #505
2023-03-01 16:39:47 -08:00
John Dorman
df2a0f9144
moved to bash (#499)
thanks @kb9gxk
2023-02-22 21:44:27 -08:00
bruvv
162d4ce478
Auto set correct data path (#491)
* 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
2023-02-22 08:49:54 -08:00
Laurence Laforest
7ea55e2747
Set the Data Dir based on unifi-os version in boot script (#437) 2022-11-26 17:30:06 -08:00
TC
e6bf691ed8
Update 20-dns.conflist (#320)
Suggesting that people just fill-in the last bit of a legitimately-started, fake Ubiquiti mac address.  Very unlikely anyone will have an Iridium satellite on their network, thus I've used the prefix for Iridium here :) 00:1C:B4.   Advantage is that people will now start this with a legit prefix and know the FORMAT to prevent dashes / cruft.
2022-02-06 01:14:03 -08:00
Adam Bolsover
87b9f7dac6
Introduced checksums to cni-plugins (#178)
* 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
2021-07-02 22:32:41 -07:00
なつき
3efc648c97
Support caching in install-cni-plugins.sh (#114)
* Support caching in install-cni-plugins.sh

* Update README
2021-05-16 13:43:05 -07:00
John D
f2810f184a
Update 20-dnsipv6.conflist 2020-12-26 16:06:32 -08:00
John D
d8397a6a0b
Update 20-dns.conflist 2020-12-26 16:06:19 -08:00
John D
03253edd77
Update 20-dnsipv6.conflist 2020-12-24 14:59:01 -08:00
John D
f048e7366d
Added mac address for macvlans 2020-12-24 14:58:32 -08:00
John D
254ae5e9d2
Updating to new CNI drivers 2020-12-24 14:52:09 -08:00
John D
511d058460
Modularization updates (#12)
* 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>
2020-06-28 06:02:50 -07:00