homelab
Here are 237 public repositories matching this topic...
-
Updated
Nov 29, 2021 - Shell
-
Updated
Nov 23, 2021 - Mustache
-
Updated
Nov 29, 2021 - Vue
-
Updated
Jan 11, 2020 - Python
-
Updated
Nov 9, 2021 - Shell
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
Nov 30, 2021 - PHP
-
Updated
Aug 15, 2021 - Shell
-
Updated
Nov 29, 2021 - Jinja
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
Nov 29, 2021 - TypeScript
-
Updated
Sep 21, 2020 - HTML
-
Updated
Jan 24, 2021 - HTML
-
Updated
Sep 11, 2018 - Shell
-
Updated
Sep 22, 2021 - Shell
-
Updated
Nov 23, 2021 - Python
-
Updated
Nov 26, 2021 - Shell
-
Updated
Jun 25, 2021 - Shell
-
Updated
Nov 19, 2021 - TypeScript
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."


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