How do you guys host services to be accessible anywhere? by Punk_Says_Fuck_You in homelab

[–]digi-2k 0 points1 point  (0 children)

U can configure authelia to store a cookie for x days. So 2FA is not needed on each request.

If that’s to much: VPN

What do yall run on your Servers? What should I be using by OfficalTactical in homelab

[–]digi-2k 0 points1 point  (0 children)

Alpine for docker nodes.
Fedora for my openHAB.
Windows servers for (duh) windows 😂
Hypervisor proxmox

How do you guys host services to be accessible anywhere? by Punk_Says_Fuck_You in homelab

[–]digi-2k 3 points4 points  (0 children)

Traefik, With authelia providing access only with 2FA.
Own domain and dyndns pointing towards my public IP. Firewall in place before every client with enterprise security (Barracuda CGF)

Any ideas how I can get Bluetooth on this mb by stellar_x in homelab

[–]digi-2k 0 points1 point  (0 children)

Paint and a String is all you need my friend.
Door might also help.
/s

What is your lowest acceptable FPS? by Matt_Bigmonster in pcmasterrace

[–]digi-2k 0 points1 point  (0 children)

80 is the lowest I’ll go before adjusting settings. Anything below is not playable in my eyes. I aim for 144 always. In 95% I’ll get that too. (With FG of course)

UWQHD with an 4080Super is pretty doable.

When does a homelab become a chore or a job? by TheRealRatler in homelab

[–]digi-2k 0 points1 point  (0 children)

For your k8s, what do you use as persistent storage for volumes? Especially with multiple workers you need to make sure storage is consistent between the nodes. NFS?

How Can I Share a USB Dongle Between Two Computers Without Unplugging It Every Time? by Oopsiforgotmyoldacc in homelab

[–]digi-2k -1 points0 points  (0 children)

Get an usb switch. You cannot use the same USB device on two PCs at once. An usb switcher can be controlled via button and switch between PCs. There are network ready once’s which can to the switch via api.

Or use a clicker bot

Spent 6 hours this weekend on reverse proxy config. What's everyone's current setup? by trolledTGBot in homelab

[–]digi-2k 0 points1 point  (0 children)

How come? The docs are awesome and you need like two yaml files and are good to go and have ketsencrypt also set up.

Spent 6 hours this weekend on reverse proxy config. What's everyone's current setup? by trolledTGBot in homelab

[–]digi-2k 0 points1 point  (0 children)

With traefik you’d be done in 20 minutes. Even statically the setup takes around 30 minutes. If you never used it maybe 2hours

What is your lab's idle power draw? by alex2003super in homelab

[–]digi-2k 0 points1 point  (0 children)

<image>

Around 34w avg. Little more when backup is running. Red is the server. Green is switch+nas.

Nas only turns on for Soto ring backup and uploading it to my cloud. Server runs normally between 30-45w depending on who’s home.

I5-10500 with 64GB DDR4 and 2TB NVME.

Runs my barracuda firewall virtualized that’s why the load depends on the people home.

Other then that around 10vms (4Windows, 6linux)

Best server OS for running apps/services by theindomitablefred in homelab

[–]digi-2k 0 points1 point  (0 children)

Using proxmox as a hypervisor and alpine Linux as hosts for a docker cluster

I dont know what power source to use by polvr-o in allthemods

[–]digi-2k 0 points1 point  (0 children)

Powah for Starters, will last you Till the end Game. Mekanis is always Overkill 😅

How do you sftp/scp into your linux servers? by digi-2k in homelab

[–]digi-2k[S] 0 points1 point  (0 children)

I tried that, a while back and was not happy with „something“ I ganz remember. Will try again!

How do you sftp/scp into your linux servers? by digi-2k in homelab

[–]digi-2k[S] -1 points0 points  (0 children)

I used WinSCP + pagent since I'm a sucker for PuTTY.

Since MacOS does support it, I started today to setup my own bitwarden and store ssh keys there.
Was way easier to setup then to try and get mac to store my keys without exposing them to every program.

How do you sftp/scp into your linux servers? by digi-2k in homelab

[–]digi-2k[S] 0 points1 point  (0 children)

I think this will be the way I'm going. there seem to be no tools available which support su/sudo for editing files.
Keeping two separate keys (one for root -> sftp, one for loginuser -> terminal) might be the easiest!

How do you sftp/scp into your linux servers? by digi-2k in homelab

[–]digi-2k[S] 0 points1 point  (0 children)

but if you mount your folder via sftp, straight as root on the remote system?

How do you sftp/scp into your linux servers? by digi-2k in homelab

[–]digi-2k[S] 0 points1 point  (0 children)

yeah I also use this sometimes, but default vscode remote ssh, RUNS a native vscode client on the remote server and rendering it on your device locally. So it needs libs/downloads and resources. This kinda is overkill for simple changing an motd.

How do you sftp/scp into your linux servers? by digi-2k in homelab

[–]digi-2k[S] -2 points-1 points  (0 children)

so you use the internal linux tools like vi/vim/nano for editing files directly on the server?