mb_

joined 1 year ago
[–] mb_@lemm.ee 1 points 3 weeks ago* (last edited 3 weeks ago)

There are a few ways to do it, but you don't use caddy for SSH.

  • host SSH on port 22, forgejo on a different port. Expose both ports to the internet
  • host SSH on a different port, forgejo on port 22. Expose both ports to the internet
  • host SSH on port 22. Forgejo on port 2222. Only 22 exposed to the internet. Change the authorized_keys user of the git user on host to automatically call the internal forgejo SSH app

Last option is how I run my Gitea instance, authorized keys is managed by gitea so you don't really need to do anything high maintenance.

~git/.ssh/authorized_keys:

command="/usr/local/bin/gitea --config=/data/gitea/conf/app.ini serv key-9",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty,no-user-rc,restrict ssh-rsa PUBLICKEYHASH

/usr/local/bin/gitea:

ssh -p 2222 -o StrictHostKeyChecking=no git@127.0.0.14 "SSH_ORIGINAL_COMMAND=\"$SSH_ORIGINAL_COMMAND\" $0 $@"

127.0.0.14 is the local git docker access where I expose the service, but you couldn't different ports, IPS, etc.

[–] mb_@lemm.ee 1 points 3 weeks ago

Damn.. You too?

[–] mb_@lemm.ee 3 points 1 month ago

That has not been my experience... amdgpindriver was crashing quite often, gfx ring 0 timeout. Tons of people with that problem forums. I managed to adjust some parameters and fix it eventually.

VRR doesn't work properly, I can get it to work, burnout is a shore every time.

I have both and nvidia and an amd GPU, and with xwayland fixed, the nvidia one can run just as well.

That said, paying 2k for a GPU to have raytracing and 24gb of RAM isn't that attractive.

[–] mb_@lemm.ee 2 points 1 month ago

Hello fellow homelabber

[–] mb_@lemm.ee 2 points 3 months ago

distcc so you can compile on the faster ones and distribute it

[–] mb_@lemm.ee 7 points 6 months ago (1 children)

I am usually more worried about the phone being in some blacklist or not, this has always been one of my issues with the used phone market.

On to your question - 32% battery health seems pretty bad. I just replaced my s22 ultra that I used quite heavily for the last 2 years, it is at 86% battery Healthy.

[–] mb_@lemm.ee 1 points 7 months ago

It is user friendly, and technically incorrect, since nothing ever lines up with reality when you use 1000 because the underlying system is base 8.

Or you get the weird non-sense all around "my computer has 18.8gb of memory"...

[–] mb_@lemm.ee 1 points 7 months ago

I can't say if you are overstating it but, only mention that I went through a similar path. I had it multiple scripts running and it was a neverending thing.

Since I have moved to small step I never had a problem.

The biggest advantage I got is for products like opnsense, you can do automatic renewal of certificates using your internal CA.

Generating new certs is still as simple (actually much easier for me) than relying on openssl or easyrsa scripts.

[–] mb_@lemm.ee 1 points 7 months ago

What? Every BIOS in the world still uses the same system. Same thing for me on Linux.

Only hard driver manufacturers used a different system to inflate their numbers and pushed a market campaign, a lot of people who didn't even use computers said "oh that makes sense - approved"

People who actually work with computer, memory, CPU, and other components in base 8 just ignores this non-sense of "x1000"

[–] mb_@lemm.ee 1 points 7 months ago

I feel like you just confirmed exactly what I said, few people were able to beat it.

[–] mb_@lemm.ee 1 points 7 months ago (2 children)

To be fair, very few people used to be better at go, let alone a lot better.

[–] mb_@lemm.ee 3 points 8 months ago
view more: next ›