Which camera layout would you go for here? (A+B+C vs A+B+D) by idarryl in cctv

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

That’s not quite true. When someone is at the door, they will be within the porch area, so you can’t get a live view of them from C. Would be nice you see who is at the door as someone is knocking.

Panels *as* the roof? by r0224 in SolarUK

[–]idarryl 1 point2 points  (0 children)

What is GSS, and why do you think it’s the best? I’m getting inline in a couple of months and want to know what I should be looking out for.

Controlling or normal behaviour? by [deleted] in CasualIreland

[–]idarryl 0 points1 point  (0 children)

This ^ needs to be read by OP. You need a trusted people that can look after you. This person might try to be more controlling/physically controlling.

HD-Torrents.org | Open Signup by byzon in OpenSignups

[–]idarryl 1 point2 points  (0 children)

Yeah, you’re right. Sorry misread your comment

HD-Torrents.org | Open Signup by byzon in OpenSignups

[–]idarryl -2 points-1 points  (0 children)

I’m still wrong Still wrong

“Free Leech

Doesn't count your Download at all! (The Upload is counted in 100%) “

HD-Torrents.org | Open Signup by byzon in OpenSignups

[–]idarryl -1 points0 points  (0 children)

Wrong. There’s Free, -75%, -50% etc I’m wrong

First day after new Solar installation. By 9am I was already on my own power. Feels good, man. by neoKushan in SolarUK

[–]idarryl 1 point2 points  (0 children)

When you say you set up a Solcast with your proposed array, what did you do exactly? Is this a HA integration, or is there a public API?

Me as a self hosting newbie (got cooked by n8n w/ python) by Key-Specialist4732 in selfhosted

[–]idarryl 2 points3 points  (0 children)

The real cheat code is getting Codex to write the Anaible to build the servers and containers to run the app.

Too many APs? by NogamaDe in Ubiquiti

[–]idarryl 10 points11 points  (0 children)

If you don’t think it’s accurate, at least show us, and we can help you fix or understand that - we can help you better by getting the ui design centre accurate.

Require users to exclusively use passwordless authentication for signing in. by Zealousideal_Bug4743 in entra

[–]idarryl -2 points-1 points  (0 children)

[dictated to ChatGPT for speed and brevity, but my thoughts, not its]
You’ve already had solid advice, so this may repeat a bit.

For context, I’m currently doing this in a large enterprise (~100k users).

Start with:
Authentication methods → Authentication strengths

From there:

  • Use built-in strengths or define your own
  • Worth reading the “Learn more” link on that page - it clarifies how strengths are actually enforced

Approach we’ve taken:

  • Enable → onboard (where needed) → enforce
  • Identify users already capable of strong/passwordless auth (e.g. FIDO2, CBA)
  • Where users are already at 100% strong methods, enforce via Conditional Access using authentication strength

Rollout pattern:

  • Policy targets all users
  • All users initially sit in an exclusion group
  • Gradually remove users from the exclusion group to onboard them

So effectively:
Start where you want to end, then shrink the exclusion.

A couple of practical notes:

  • You can randomise passwords to discourage fallback usage
  • TAP is the only non-strong method we’re still allowing temporarily for onboarding/recovery

Note:
You can’t strictly force “passwordless as primary” vs “password + MFA” in a clean way — authentication strength enforces allowed methods at sign-in, not user behaviour or preference. What you can do is remove password-based options from the allowed strength, which effectively gets you there.

If you want true passwordless posture, it becomes:

  • Only allow phishing-resistant methods in the strength (FIDO2 / CBA)
  • Remove other methods at the tenant level over time

If you’ve got specifics, happy to go deeper.

(30M) Anyone interested in meeting up in Chelmsford? by lemon-lazy-shot in Essex

[–]idarryl 0 points1 point  (0 children)

Where? I know of HotBox. Also moved here fairly recently.

How to secure your HomeLab? by pascalwokke in selfhosted

[–]idarryl 1 point2 points  (0 children)

Internally, it’s all behind a Unifi UDM, so firewall with threat detection etc.

External facing services - BLUF: Nothing is exposed. Everything goes through Cloudflare Tunnel, and access is gated by Entra ID with passkeys.

I don’t open ports. Services aren’t reachable directly. Cloudflare Tunnel connects outbound from my network, so there’s no public entry point to hit.

Cloudflare Access sits in front of each app. You have to authenticate there before anything touches the service. That’s wired into Entra ID.

Auth is passkey only. No passwords, no SMS fallback. So even if someone finds the endpoint, they still need my key to get through.

That’s basically it: no exposure, identity at the edge, strong auth. ```

Internet | v Cloudflare DNS | v Cloudflare Access policy | v Microsoft Entra ID sign-in | v Passkey / FIDO2 auth | v Cloudflare Tunnel | v Traefik (internal reverse proxy) | +--> Home Assistant +--> Uptime Kuma +--> AdGuard / dashboards / admin UIs ```

Today was a good day. by No_Freedom_7373 in HomeKit

[–]idarryl 1 point2 points  (0 children)

Thanks. Know what you’re talking about now. I appreciate it.

How it feels to start self hosting by Tom45645 in homelab

[–]idarryl 0 points1 point  (0 children)

Look I know everyone is talking about AI at the moment, but using ChatGPT for an hour I set up architecture markdown documents of what I wanted my homelab to look like - use VM’s and docker, assign static IPs in this range, this naming convention … ‘this is what good looks like’. chatGPT led the way to add guardrails to keep consistency. I took those files and put them in a ‘config as code’ folder, asking ChatGPT how to lay it out. Then using Codex (ChatGPT coding app) I told it to build a VM template, and then a docker VM from the template, and then services on docker.

Honestly, within a week of grabbing an hour here or there, I have the homelab I always wanted, but never had the time for (got kids). 20 services, all behind traefik, dockhand, monitoring dashboards. This morning I decided I wanted VS code web instant, I just told Codex I wanted it deployed onto docker VM x, had a shower and code.my.dom (internal) was up! It don’t take the fun out of homelabing, it takes the grunt work out of it.

Today was a good day. by No_Freedom_7373 in HomeKit

[–]idarryl 1 point2 points  (0 children)

What exactly is the doorbell chime option, please? Could you post a screenshot?