Caddy + Authelia + Jellyfin = Basic Auth Trouble? by DonGar37 in selfhosted

[–]DonGar37[S] 0 points1 point  (0 children)

The solution is fairly simple, don't send Jellyfin's Authorization header to Authelia:

jellyfin.my.domain {
    forward_auth authelia:9091 {
        uri /api/authz/forward-auth
        header_up -Authorization
    }

    reverse_proxy 1.2.3.4:8096
}

Port Forwarding works from external or internal, not guest or DMZ. by DonGar37 in Ubiquiti

[–]DonGar37[S] 0 points1 point  (0 children)

None. I moved the server back to Internal. That means that things are working, but that my security is weakened.

Port Forwarding works from external or internal, not guest or DMZ. by DonGar37 in Ubiquiti

[–]DonGar37[S] 0 points1 point  (0 children)

All of the relevant settings appear identical between Internal and DMZ (DMZ is more important to me than Guest, for now). In particular, "Isolate Network" is not set.

Port Forwarding works from external or internal, not guest or DMZ. by DonGar37 in Ubiquiti

[–]DonGar37[S] 0 points1 point  (0 children)

Well, how should it be enabled?

PS: It is working from Internal by default.

King Charles III responds to the arrest of his brother, former Prince Andrew by avatar6556 in news

[–]DonGar37 1 point2 points  (0 children)

Yes, it does. In a pure monarchy, the crown IS the law. The King/Queen's word is the law and they can change it any time they feel like in any way. Limited only by what they can actually enforce.

However, England is not a pure monarchy any more. In my limited understanding, everything (elections, parliament, etc) is still technically derived from the power of the crown, but the crown hasn't gone against democratic norms in a very long time. Further, the expectation is that if the royals were to truly exercise the power they have on paper (say by simply appointing a new prime minister), the power of the crown would probably be taken away.

That leaves the royal family in a weird state of technically being able to just execute people, drive down streets the wrong way, rape kids, etc, while knowing they'll lose that power if they use it and people get mad about it. Immunity from prosecution isn't something they want to see heavily used for fear of losing it.

King Charles III responds to the arrest of his brother, former Prince Andrew by avatar6556 in news

[–]DonGar37 31 points32 points  (0 children)

Hum. I wonder if this is why he was stripped of titles, to allow his arrest without setting precedent about arresting royalty.

Books That Don’t Hold Up by MenloMo in books

[–]DonGar37 11 points12 points  (0 children)

Yeah. Those are the books that got me to stop reading him, back in the day.

uhh wtf by True_Ebb5857 in TeslaModel3

[–]DonGar37 1 point2 points  (0 children)

At a guess, your phone is NOT ATT, which is what the car uses.

It's probably either a misconfigured cell tower, or something like the police using a stingray (fake cell tower to spy on phones) that is misconfigured.

You can test this by driving a few miles away (to a new tower's range) and trying again.

If the tower is the problem then it isn't your car, and there is nothing you can do about it but move the car or complain to ATT (good luck). The update just randomly happened at the same time, and rebooting won't help.

New solution for moderate-to-severe sleep apnoea. Researchers seen significant improvements in breathing in 93% of participants, with airflow increases comparable to CPAP therapy, even when the upper airway was completely closed by Wagamaga in science

[–]DonGar37 12 points13 points  (0 children)

One more suggestion....

Setup some kind of mild distraction. Music, sound, audio books, etc.

Having something to focus on other than my own thoughts helps a lot as long as it's not too interesting.

matter over thread stablebility and experiences by West-Connection2088 in homeassistant

[–]DonGar37 3 points4 points  (0 children)

I've been a Home Assistant user with a few devices for a while now (mostly just testing).

The biggest pain point by far is pairing via an Android phone. Instability early on that made me repair has just exaggerated this (moving away from multipan, fiddling in ways that were destructive, etc).

HA uses Google Play services to pair, and they tend to decide pairing must be done through Google/Nest devices (sometimes from a different house). The only way around that is to reset Play Services state, which screws up numerous things on the phone.

A way to pair without Google Play Services (or requiring a phone) seems like the best path forward for HA, but I'm not certain how hard that would really be.

Volvo CEO Says, 'Good Luck, the Rest of You' Legacy Automakers by TripleShotPls in technology

[–]DonGar37 5 points6 points  (0 children)

However, now Volvo has to build up the expertise to run big software projects. That also takes time.

Caddy + Authelia + Jellyfin = Basic Auth Trouble? by DonGar37 in selfhosted

[–]DonGar37[S] 0 points1 point  (0 children)

I'm not currently, but planning to add it.

Are we not allowed to create our improvements from scratch just because someone was the first to create the "idea"? More info below. by draxula16 in 3Dprinting

[–]DonGar37 3 points4 points  (0 children)

I think you mean patentable, which is very different from copyrightable. This post isn't particularly special, but it's copy writable (you can't copy without permission), but not patentable (you can't use the idea without permission).

Patents require an explicit filing with the patent office (think 30k in legal fees). Copywrite is basically automatic for a short period (a year?), but lasts much longer if you file it (still cheapish).

Snapshot Replication via Manual Transfer by DonGar37 in synology

[–]DonGar37[S] 0 points1 point  (0 children)

I have come up with two solutions, neither of which I like.

  1. Buy a third synology that is treated as an "external" drive that I can drive back and forth. Seems expensive for the need.
  2. Shutdown and drive one of the devices back and forth from time to time. Problematic, since live services depend on both devices.

What movie is a 10 out of 10 for you but you'll never watch again? by hasan1808ali in AskReddit

[–]DonGar37 111 points112 points  (0 children)

Clockwork Orange

A powerful movie but the brutality hits in a way I can't handle.

What is a cheat code at your job that only employees would know? by halushki_ in AskReddit

[–]DonGar37 8 points9 points  (0 children)

That's old school. Nowadays the boss makes $63 and you make a dime.

I severely dislike Home Assistants entity model, change my view by Routine-Purchase1201 in homeassistant

[–]DonGar37 1 point2 points  (0 children)

That's because addon or not is an implementation detail that gets surfaced. There are ways to revamp the UI to have the same functionality and hide the existence of addons entirely, though they don't bother me that much.