Commit Graph

265 Commits

Author SHA1 Message Date
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
John D
493a137f0e podman 3.2.0 update 2021-06-09 22:25:29 -07:00
John D
89af34e1b3 LFS fix
Former-commit-id: ab5c84bb85
2021-06-09 22:17:16 -07:00
John D
ab5c84bb85 LFS fix 2021-06-09 22:17:16 -07:00
John D
3b76466a39 LFS fix
Former-commit-id: b371478d57
2021-06-09 22:14:15 -07:00
John D
b371478d57 LFS fix 2021-06-09 22:14:15 -07:00
John D
a9f0519bcf LFS fix
Former-commit-id: c731b7b5cd
2021-06-09 22:10:45 -07:00
John D
c731b7b5cd LFS fix 2021-06-09 22:10:45 -07:00
John D
71e30fdb63 Delete seccomp.json
Former-commit-id: c2bcb46b35
2021-06-09 22:08:00 -07:00
John D
c2bcb46b35
Delete seccomp.json 2021-06-09 22:08:00 -07:00
John D
54fd3cf784 Delete runc-1.0.0-rc95
Former-commit-id: 963f6de1c9
2021-06-09 22:07:55 -07:00
John D
963f6de1c9
Delete runc-1.0.0-rc95 2021-06-09 22:07:55 -07:00
John D
2973c66533 Delete podman-3.2.0-dev
Former-commit-id: 674e53af3f
2021-06-09 22:07:49 -07:00
John D
674e53af3f
Delete podman-3.2.0-dev 2021-06-09 22:07:49 -07:00
peacey
938d5589f0 Add split-vpn to README projects (#184)
Former-commit-id: 66f2780daf
2021-06-09 22:01:50 -07:00