Commit Graph

211 Commits

Author SHA1 Message Date
John Dorman
ddf29c6ffb Adding updated binaries 2021-08-26 01:34:13 -07:00
John Dorman
088ad0d50e removing bad things 2021-08-26 01:33:47 -07:00
John Dorman
83e7c2793f fixing binaries 2021-07-03 05:07:32 -07:00
Larry Silverman
44baea52a7
Fixes required for successful podman replacement (#198)
* Fixes required for successful podman replacement

* Missed a couple paths.
2021-07-02 22:35:37 -07:00
Jason Hobbs
166f743781
Create 15-add-ssh-known-hosts.sh (#193)
enables automation / scripting using ssh and scp without needing prompting for trusting new hosts
2021-07-02 22:35:09 -07:00
Jason Hobbs
8043e6ae6a
add support for multiple keys to be added; plus dropbear conversion (#192)
* 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.
2021-07-02 22:34:52 -07:00
jgstroud
ecd8ee37e9
Add a zerotier VPN container (#191)
Co-authored-by: Jon Stroud <jon.stroud@keysight.com>
2021-07-02 22:34:16 -07:00
jgstroud
dbf8c79270
Add Pihole upgrade script (#190)
* Add a script to update your pihole container

* Add instructions for upgrading your pihole container

Co-authored-by: Jon Stroud <jon.stroud@keysight.com>
2021-07-02 22:33:55 -07:00
Jason Hobbs
d09f89a327
example cron job script (#186)
* Create 25-add-cron-jobs

my suggestion for adding cron jobs on startup

* Update 25-add-cron-jobs
2021-07-02 22:32:57 -07: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
John D
493a137f0e podman 3.2.0 update 2021-06-09 22:25:29 -07:00
John D
ab5c84bb85 LFS fix 2021-06-09 22:17:16 -07:00
John D
b371478d57 LFS fix 2021-06-09 22:14:15 -07:00
John D
c731b7b5cd LFS fix 2021-06-09 22:10:45 -07:00
John D
c2bcb46b35
Delete seccomp.json 2021-06-09 22:08:00 -07:00
John D
963f6de1c9
Delete runc-1.0.0-rc95 2021-06-09 22:07:55 -07:00
John D
674e53af3f
Delete podman-3.2.0-dev 2021-06-09 22:07:49 -07:00
peacey
66f2780daf
Add split-vpn to README projects (#184) 2021-06-09 22:01:50 -07:00
John Dorman
b4b66b9701 Fixing 1.0.5 2021-05-26 05:40:50 -07:00
John Dorman
cb38d2d30d Merge branch 'master' of https://github.com/boostchicken/udm-utilities 2021-05-25 12:55:17 -07:00
John Dorman
ec7c0b464c attributes 2021-05-25 12:54:11 -07:00
John D
bebbcf6138 LFS fixer 2021-05-25 12:44:13 -07:00
John Dorman
cce08e2bc4 podman-update/bin/podman-3.2.0-dev,podman-update/bin/runc-1.0.0-rc95,podman-update/bin/seccomp.json: convert to Git LFS 2021-05-25 12:32:43 -07:00
John D
a73f13638b
Update 10-cloudflared.sh 2021-05-25 12:05:40 -07:00
John D
7208854fb9
Update pihole.yml 2021-05-25 12:04:29 -07:00
John D
9b6207b41c
Update Dockerfile 2021-05-25 12:02:31 -07:00
John D
f1d551bd75
Delete shiftleft-analysis.yml 2021-05-25 12:00:17 -07:00
John D
32dc0cf5fa
pihole build 2021-05-25 11:59:36 -07:00
John Dorman
a67e595259 1.0.5 2021-05-25 11:25:55 -07:00
John Dorman
4f69be27d1 Added 1.0.5 deb package 2021-05-25 10:48:59 -07:00
John Dorman
16e21e6c9f 1.0.5 changelog 2021-05-25 10:47:16 -07:00
John D
5a03a39a5e Documentation fixes 2021-05-25 10:42:32 -07:00
John D
cc56791b01 Documentation fixes 2021-05-25 10:40:39 -07:00
John D
b5c0d69ee6 Runc and version artifacts 2021-05-25 10:13:58 -07:00
John D
f443f0b326 Runc and version artifacts 2021-05-25 07:23:14 -07:00
John D
d6464f59cb Documentation and build process 2021-05-25 06:33:10 -07:00
John D
cbe39498c3 Documentation and build process 2021-05-25 06:24:54 -07:00
John D
092329a76b Add podman update 2021-05-25 05:40:13 -07:00
John D
a19dbcd73e Add podman update 2021-05-25 05:24:44 -07:00
John D
dd9f8b5899 Remove old on_boot scripts 2021-05-25 02:13:19 -07:00
vutang50
e823c08db7
Follow symlinks (#158)
Add parameter to follow symlinks, so that both files and symlinks can be found under on_boot.d
2021-05-25 01:50:49 -07:00
John D
ffb38bbdaa Added Pihole with cloudflared 2021-05-25 01:44:32 -07:00
Adam Bolsover
5882b0e5d0
Bowseruk cni patch (#172)
* 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>
2021-05-24 23:48:38 -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
Jeremy Sermersheim
16da03620e
minor readme fix for generating pubkey from privatekey (#170) 2021-05-16 10:13:45 -07:00
Jordan Hayashi
a7d3ed72f0
Ensure wireguard directory exists before writing keys into it (#166) 2021-04-30 12:12:20 -07:00
John D
e52650114a
Update README.md 2021-04-11 01:41:34 -07:00
DK
1e5815df6b
Update steps to include bridge creation confirmation (#136)
The script failed for me when I initially ran it and needed to reprovision the UDM. Hopefully, this saves someone else the headache of the script failing.
2021-04-05 03:05:47 -07:00
John D
0116cf8c00
Update 20-wireguard.sh 2021-04-05 02:43:35 -07:00
John D
87e071d5b0
Update README.md 2021-03-18 13:32:00 -07:00