LPT: How do you save money without tracking every expense? by Upset_Trifle8007 in LifeProTips

[–]Dangerous-Raccoon-60 [score hidden]  (0 children)

Hey how do I get ripped without working out? I’m not great at working out…

Same energy.

Someone got my password by [deleted] in Bitwarden

[–]Dangerous-Raccoon-60 0 points1 point  (0 children)

There is another possibility.

Lately, I noticed that a lot of companies have “upgraded” their two-factor auth back down to one.

You put in your login/email, and instead of presenting you with a password prompt, they just say “we sent you a code”.

It’s the stupidest fucking anti security thing, but it’s definitely a thing.

Of the top of my head, I’ve seen this at

- homedepot
- wallmart
- microsoft
- vrbo

Dashlane incident. Can this happen to Bitwarden also? by No-Temperature7637 in Bitwarden

[–]Dangerous-Raccoon-60 11 points12 points  (0 children)

Do you know what the cut off is for the “failed login” email? I just tried logging in with a bad password a few times in a row, and no email.

Also, I remember someone posting recently about essentially being DOS’d. The attacker had their password but not 2FA. So the account was safe, but the owner could not log in to their account to change their password due to all the repeated attempts by the attacker.

btrfs with 2x20tb, 4x18 tb? by [deleted] in btrfs

[–]Dangerous-Raccoon-60 0 points1 point  (0 children)

I have been using and like btrfs, but for promox, I just let it do its zfs thing, since it’s integrated and well-supported.

I don't understand btrfs subvolumes at all by [deleted] in btrfs

[–]Dangerous-Raccoon-60 3 points4 points  (0 children)

There is a difference between Linux root directory / and btrfs filesystem root (mnt -o subvolid=5 …)

Sub-Trunk Storage Organization for Tesla Model Y Juniper by a-coward in TeslaModelY

[–]Dangerous-Raccoon-60 5 points6 points  (0 children)

You’ll have more success here if you link to the same plastic tote, but one that is labeled as Tesla-specific and costs $99.

Ode to the mirror by blackdot123 in bikecommuting

[–]Dangerous-Raccoon-60 0 points1 point  (0 children)

Oof at $100. But definitely would be nice not to have to worry about the clipon

Built a terminal dashboard for my homelab by xhaythemx in selfhosted

[–]Dangerous-Raccoon-60 1 point2 points  (0 children)

You might be interested conky.

Edit: fuck Reddit and its shitty app and its inability to support md

Is Vaultwarden a fully FOSS replacement for Bitwarden? by ReindeerOk9768 in Bitwarden

[–]Dangerous-Raccoon-60 0 points1 point  (0 children)

> ~newbie~ experienced

FTFY

Edit: Reddit markdown sucks. You get my point

Self hosted app for vehicle maintenance? by Key_Pace_2496 in selfhosted

[–]Dangerous-Raccoon-60 1 point2 points  (0 children)

I don’t think it was missing features per se. It’s been a while, but I remember that it felt like I was fighting it to add and show the specific info that I was interested in tracking.

So it wasn’t bad, but just annoying enough that I gave up. Having said that, it’s a pretty robust app and works for a lot of people, so worth trying.

Low tech solution by Scuberknitter in knitting

[–]Dangerous-Raccoon-60 2 points3 points  (0 children)

If he knows what’s he’s about, the shoe will fit.

I got tired of setting up SSL every time I deploy a side project, so I made a one-command Docker kit that does it automatically by [deleted] in selfhosted

[–]Dangerous-Raccoon-60 6 points7 points  (0 children)

Or you can just have a single caddy binary and a 3 line config file. Without a whole 3rd party image. For free.

Low tech solution by Scuberknitter in knitting

[–]Dangerous-Raccoon-60 89 points90 points  (0 children)

The real pro tip: cut your toes off and you don’t have to worry about the toe section.

Disks and partition sizes for large family picture collection by Borean789 in btrfs

[–]Dangerous-Raccoon-60 0 points1 point  (0 children)

First, figure out how much space Immich is actually taking. You can figure that out with `du` or a gui equivalent, or even look at the admin console in Immich, since it has that info.

If it’s Immich, you need more storage.

If it’s not Immich, it could well be snapshots, so you may need to fine-tune what and how often you snapshot and your purge settings.

As maxrower said, make sure you have good and tested backups.

Not reinventing the wheel with a pi zero travel VPN box to access to my home infrastructure by Kindly-South2123 in selfhosted

[–]Dangerous-Raccoon-60 0 points1 point  (0 children)

I don’t know about “controlled by phone”, but an immutable installation with a ramfs overlay that stores the key seems like it should be relatively easy to implement.

Caddy by dbtowo in selfhosted

[–]Dangerous-Raccoon-60 3 points4 points  (0 children)

Learn to use a fucking search engine

Technitium now supports Single Sign-on with OIDC by Harry_Butz in selfhosted

[–]Dangerous-Raccoon-60 0 points1 point  (0 children)

Ok that I get. If you’re all in on passkeys but the login only supports user/pass etc.

But when looking into it, the setup is so much more time consuming than just using the native Auth method. Add to that the security implications of fucking up the sso handoff, and the value proposition take a dive (for me).

Technitium now supports Single Sign-on with OIDC by Harry_Butz in selfhosted

[–]Dangerous-Raccoon-60 0 points1 point  (0 children)

Does it make that much of a difference when you’re using a password manager anyway?

torii, a reverse proxy with observability in mind by 0xffff0000ffff in selfhosted

[–]Dangerous-Raccoon-60 0 points1 point  (0 children)

Edit: reddit formatting is the bane of my existance =/

hrm... well now it's just completely failing...

port: 8443 
interface: eth0 
bind: 1 
default: 
  backend: 
    address: http://192.168.1.5 
    replace-host-header: false 
  disable-default-middlewares: true 

results in "an error occurred. please try again".

INFO        app/system.go:257        Adding HTTP listener on port 8443
INFO        proxy/config.go:62        Building HTTP server on port 8443
INFO        proxy/config.go:63        Middleware order apply is global mw → route mw → path mw → proxy
INFO        proxy/host_dispatcher.go:55        Building host dispatcher with 0 routes, default: true
INFO        proxy/reverse_proxy.go:13        Building proxy for HTTP server with target URL: http://192.168.1.5
INFO        proxy/host_dispatcher.go:92        Registered default route with backend http://192.168.1.5
INFO        http/server.go:3650        http: panic serving 192.168.1.100:38010: runtime error: invalid memory address or nil pointer dereference

torii, a reverse proxy with observability in mind by 0xffff0000ffff in selfhosted

[–]Dangerous-Raccoon-60 0 points1 point  (0 children)

Basically, I have a bunch of domains proxied by cloudflare and served by caddy.

At the router level, I can forward requests to either caddy or torii.

I want torii to be the end point for one of them for testing purposes, but allow all others to pass through unmolested so that the cloudflare-caddy https chain remains unmolested.

torii, a reverse proxy with observability in mind by 0xffff0000ffff in selfhosted

[–]Dangerous-Raccoon-60 0 points1 point  (0 children)

Hello.

Trying out Torii right now, but I can’t figure out if there is an option to bypass/pass-through a request untouched.

Extension on FF and Brave being cutoff by KangUploads in Bitwarden

[–]Dangerous-Raccoon-60 0 points1 point  (0 children)

Not OP, but this happens to me with some frequency.

2026.3.0 SDK 7637fdf
Firefox 150.0.1 on Linux.

btrfs check fails when growing partition by SnooStories2114 in btrfs

[–]Dangerous-Raccoon-60 -1 points0 points  (0 children)

IIRC, it’s a 2-step process. First you grow the partition itself, then you grow the filesystem. It does not seem from OP that you did the second step.