homelab
Here are 262 public repositories matching this topic...
I noticed that I'm unable to connect to a server inside my local network using the router7 public IP and the forwarded port.
Example
Local machine: 192.168.0.100
Public IP: 12.34.56.78
Port forwarding rule: :22 -> 192.168.0.100:22
Result: connection refused
Connecting from outside of router7 works perfectly fine.
To ensure we can connect from the local network using the public
-
Updated
Jan 29, 2022 - Shell
-
Updated
Jan 29, 2022 - Vue
-
Updated
Jan 28, 2022 - Shell
-
Updated
Jan 11, 2020 - Python
-
Updated
Jan 25, 2022 - Ruby
K3s Install addition
As mentioned in discord I would recommend adding the following to your k3s deployment. I see multiple pages about the k3s deployment and each are missing the following which will make sure the nodes stay alive even if you over provision pods.
INSTALL_K3S_EXEC= ........ --kubelet-arg system-reserved=cpu=100m,memory=100Mi --kubelet-arg kube-reserved=cpu=200m,memory=400Mi
-
Updated
Jan 26, 2022 - PHP
-
Updated
Aug 15, 2021 - Shell
Details
DEX is installed using pre-existing themes that are available, namely coreos and tectonic.
source: https://github.com/dexidp/dex/tree/master/web/themes
To use a custom theme you need just to put it along with others into a web directory. The folder structure should be the same: logo, favicon, and CSS.
After that, add
frontend:
theme: yourthemefolder
to
-
Updated
Nov 25, 2020 - Go
-
Updated
Aug 15, 2021
-
Updated
Dec 18, 2020 - HTML
-
Updated
Oct 8, 2021 - TypeScript
-
Updated
Dec 31, 2021 - TypeScript
-
Updated
Sep 21, 2020 - HTML
-
Updated
Jan 24, 2021 - HTML
-
Updated
Sep 22, 2021 - Shell
-
Updated
Sep 11, 2018 - Shell
-
Updated
Nov 23, 2021 - Python
-
Updated
Jan 24, 2022 - Shell
-
Updated
Jan 28, 2022 - Shell
-
Updated
May 23, 2021 - Shell
Improve this page
Add a description, image, and links to the homelab topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the homelab topic, visit your repo's landing page and select "manage topics."
Manually keeping all dependencies up to date can be a time consuming task which can easily be automated.
One possible solution for this is renovatebot which periodically checks for new versions and can create a pull request for each update found.
It can easily be deployed on kubernetes via helm and works with [gite