Commit Graph

325 Commits

Author SHA1 Message Date
d219fe2683 pihole update 2021-10-08 18:40:08 -07:00
12b7711295 Podman v3.4.0 2021-10-08 18:35:03 -07:00
1ce5d1603d Create README.md 2021-10-08 18:33:42 -07:00
1cecf56501 Update README.md 2021-10-08 18:31:58 -07:00
272cb128d9 Update README.md 2021-10-08 18:31:42 -07:00
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
5f09c7355a Update README.md 2021-10-08 18:28:37 -07:00
beccf5411e Update 01-podman-update.sh 2021-09-07 14:29:27 -07:00
3dc5774c00 Update podman-udmp.yml 2021-08-26 22:20:01 -07:00
e0263f68ce Update podman-udmp.yml 2021-08-26 22:18:41 -07:00
a828663290 Update podman-udmp.yml 2021-08-26 22:03:37 -07:00
41bf32c314 Update pihole.yml 2021-08-26 21:58:58 -07:00
ce3cd37969 Update podman-udmp.yml 2021-08-26 21:56:12 -07:00
7214d142da Update Dockerfile 2021-08-26 21:47:37 -07:00
d6cd4977eb Merge remote-tracking branch 'origin/master' 2021-08-26 07:42:16 -07:00
5653b075f2 Fixing Releaes 2021-08-26 07:41:12 -07:00
b95a06fe79 Update podman-udmp.yml 2021-08-26 07:40:03 -07:00
2daad5cd9a Update podman-udmp.yml 2021-08-26 07:36:14 -07:00
35881720d9 Create podman-udmp.yml 2021-08-26 07:34:51 -07:00
8d39e861e5 Fixing Releaes 2021-08-26 07:28:51 -07:00
669b36ba11 Merge remote-tracking branch 'origin/master' 2021-08-26 07:12:58 -07:00
4490ffc984 Podman fixes for 1.11 2021-08-26 07:11:38 -07:00
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
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
bc54b90f77 Update 20-zerotier.sh (#223)
replaced the name wireguard whit zerotier-one
2021-08-26 03:44:49 -07:00
26cb6f6b39 fix conficts 2021-08-26 01:39:03 -07:00
4e317b5e69 updating instructions 2021-08-26 01:36:56 -07:00
ddf29c6ffb Adding updated binaries 2021-08-26 01:34:13 -07:00
088ad0d50e removing bad things 2021-08-26 01:33:47 -07:00
4e4d86ffe5 fixing binaries
Former-commit-id: 83e7c2793f
2021-07-03 05:07:32 -07:00
83e7c2793f fixing binaries 2021-07-03 05:07:32 -07:00
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
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
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
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
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
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
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
ecd8ee37e9 Add a zerotier VPN container (#191)
Co-authored-by: Jon Stroud <jon.stroud@keysight.com>
2021-07-02 22:34:16 -07:00
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
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
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
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
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
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
b24dd50eb0 podman 3.2.0 update
Former-commit-id: 493a137f0e
2021-06-09 22:25:29 -07:00
493a137f0e podman 3.2.0 update 2021-06-09 22:25:29 -07:00
89af34e1b3 LFS fix
Former-commit-id: ab5c84bb85
2021-06-09 22:17:16 -07:00
ab5c84bb85 LFS fix 2021-06-09 22:17:16 -07:00
3b76466a39 LFS fix
Former-commit-id: b371478d57
2021-06-09 22:14:15 -07:00