Commit Graph

479 Commits

Author SHA1 Message Date
Alexander Wolf
7008932bf9
Added some features to README (#258)
* Added link to WireGuard kernel module;
moved OpenConnect VPN and split-vpn to VPN section of README;
added link to ubios-cert

* some minor formatting stuff

* Update README.md

Co-authored-by: Pedro Pombeiro <github@pedro.pombei.ro>

Co-authored-by: John D <427295+boostchicken@users.noreply.github.com>
Co-authored-by: Pedro Pombeiro <github@pedro.pombei.ro>
2021-11-05 12:35:36 -07:00
Adam Bolsover
465c4ea4d0
Add public keys from github (#254)
I've added a script that downloads keys from either a line separated file or github public keys into the authorized keys file. I've tested that it's working sucessfully on my UDM Pro while it was running, and with a reset.
2021-10-20 22:31:17 -07:00
Chris
2a1631c052
Add DoTe instructions to PiHole for DNS-over-TLS. (#252) 2021-10-20 22:30:34 -07:00
John D
f841ee1ac3
Update README.md 2021-10-16 01:19:34 -07:00
John D
d219fe2683
pihole update 2021-10-08 18:40:08 -07:00
John D
12b7711295
Podman v3.4.0 2021-10-08 18:35:03 -07:00
John D
1ce5d1603d
Create README.md 2021-10-08 18:33:42 -07:00
John D
1cecf56501
Update README.md 2021-10-08 18:31:58 -07:00
John D
272cb128d9
Update README.md 2021-10-08 18:31:42 -07:00
Jordan Jones
e8951ae5df
Add example of how to integrate haproxy (#239)
* add: haproxy scripts

* add: haproxy readme

I am really bad at writing instructions.
2021-10-08 18:30:21 -07:00
John D
5f09c7355a
Update README.md 2021-10-08 18:28:37 -07:00
John D
beccf5411e
Update 01-podman-update.sh 2021-09-07 14:29:27 -07:00
John D
3dc5774c00
Update podman-udmp.yml 2021-08-26 22:20:01 -07:00
John D
e0263f68ce
Update podman-udmp.yml 2021-08-26 22:18:41 -07:00
John D
a828663290
Update podman-udmp.yml 2021-08-26 22:03:37 -07:00
John D
41bf32c314
Update pihole.yml 2021-08-26 21:58:58 -07:00
John D
ce3cd37969
Update podman-udmp.yml 2021-08-26 21:56:12 -07:00
John D
7214d142da
Update Dockerfile 2021-08-26 21:47:37 -07:00
John D
d6cd4977eb Merge remote-tracking branch 'origin/master' 2021-08-26 07:42:16 -07:00
John D
5653b075f2 Fixing Releaes 2021-08-26 07:41:12 -07:00
John D
b95a06fe79
Update podman-udmp.yml 2021-08-26 07:40:03 -07:00
John D
2daad5cd9a
Update podman-udmp.yml 2021-08-26 07:36:14 -07:00
John D
35881720d9
Create podman-udmp.yml 2021-08-26 07:34:51 -07:00
John D
8d39e861e5 Fixing Releaes 2021-08-26 07:28:51 -07:00
John D
669b36ba11 Merge remote-tracking branch 'origin/master' 2021-08-26 07:12:58 -07:00
John D
4490ffc984 Podman fixes for 1.11 2021-08-26 07:11:38 -07:00
Christian Pearce
0f8ae40620
Initial commit for rclone (#216)
* 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
2021-08-26 03:47:07 -07:00
Ryamonster10
c5f91c0ab9
Changed Homebridge readme to be easier to read and use. (#222)
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.
2021-08-26 03:44:59 -07:00
Christian
bc54b90f77
Update 20-zerotier.sh (#223)
replaced the name wireguard whit zerotier-one
2021-08-26 03:44:49 -07:00
John Dorman
26cb6f6b39 fix conficts 2021-08-26 01:39:03 -07:00
John Dorman
4e317b5e69 updating instructions 2021-08-26 01:36:56 -07:00
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
4e4d86ffe5 fixing binaries
Former-commit-id: 83e7c2793f
2021-07-03 05:07:32 -07:00
John Dorman
83e7c2793f fixing binaries 2021-07-03 05:07:32 -07:00
Larry Silverman
6e726bee70 Fixes required for successful podman replacement (#198)
* Fixes required for successful podman replacement

* Missed a couple paths.

Former-commit-id: 44baea52a7
2021-07-02 22:35:37 -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
6ada451310 Create 15-add-ssh-known-hosts.sh (#193)
enables automation / scripting using ssh and scp without needing prompting for trusting new hosts

Former-commit-id: 166f743781
2021-07-02 22:35:09 -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
d7e642e935 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.

Former-commit-id: 8043e6ae6a
2021-07-02 22:34:52 -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
5317c7e082 Add a zerotier VPN container (#191)
Co-authored-by: Jon Stroud <jon.stroud@keysight.com>
Former-commit-id: ecd8ee37e9
2021-07-02 22:34:16 -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
b86e526963 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>
Former-commit-id: dbf8c79270
2021-07-02 22:33:55 -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
9ed494afd7 example cron job script (#186)
* Create 25-add-cron-jobs

my suggestion for adding cron jobs on startup

* Update 25-add-cron-jobs

Former-commit-id: d09f89a327
2021-07-02 22:32:57 -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
021e9cc750 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

Former-commit-id: 87b9f7dac6
2021-07-02 22:32:41 -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
b24dd50eb0 podman 3.2.0 update
Former-commit-id: 493a137f0e
2021-06-09 22:25:29 -07:00