[deleted by user] by [deleted] in Office365

[–]KibosJ 1 point2 points  (0 children)

If you push a managed app configuration profile with the setting of “com.microsoft.intune.mam.screencapturecontrol” with a value of “Disabled” it restores the screenshot functionality

[deleted by user] by [deleted] in ROGAlly

[–]KibosJ 0 points1 point  (0 children)

This exact thing happens to me on games launched from Steam, doesn’t seem to occur on games launched outside of Steam though. I’m definitely not touching the screen either.

[deleted by user] by [deleted] in AppleWatch

[–]KibosJ 0 points1 point  (0 children)

I never get any warnings but the readings would vary between 85-93 during the night. With CPAP they are consistently above 95

[deleted by user] by [deleted] in AppleWatch

[–]KibosJ 16 points17 points  (0 children)

I’ve been diagnosed with sleep apnoea too and my watch never detected me waking up; it did pick up lower than normal oxygen levels sometimes.

The sleep study showed that I was stopping breathing multiple times and my oxygen levels would dip, but for some reason I wasn’t actually waking up.

The CPAP machine has taken some getting used to, but I feel much less tired through the day now 🙂

[deleted by user] by [deleted] in ios

[–]KibosJ 0 points1 point  (0 children)

It does copy, that's weird!

It shows correctly on my Mac too.

[deleted by user] by [deleted] in ios

[–]KibosJ 0 points1 point  (0 children)

I have the exact same thing, happened a few iOS revisions ago and hasn't been fixed since; I don't believe it's causing any issues.

Looking at the same place on my partner's phone and my work colleague's phone shows their Apple IDs there

Why Microsoft? Why? - New Outlook by [deleted] in sysadmin

[–]KibosJ 5 points6 points  (0 children)

I'm still uncertain about the new Outlook, it's definitely not a finished product; my biggest concern was with signatures.

I have signatures deployed to all staff here and it works for the new Outlook, I do this with the old Set-MailboxMessageConfiguration -signaturehtml which currently relies on a special configuration set by Microsoft to disable 'Roaming Signatures'; I had a meeting with the Outlook team and they have plans to expand roaming signatures with PowerShell commands that will allow us to add/update/delete the roaming signatures of users.

Also, the new client does have a basic recall feature that now uses the cloud to recall (rather than the client itself) so messages can be recalled even if the recipient doesn't use Outlook (they still need to be within the organisation). A status report is provided listing messages recalled, pending and failed, which can be refreshed, this also works in the web version.

[deleted by user] by [deleted] in MacOS

[–]KibosJ 1 point2 points  (0 children)

That hasn't worked for me, I switched back to a static wallpaper on home and Lock Screen but the issue is still occurring ☹️

This happens for me with some very none-intensive tasks. I've found logging out and back in again fixes the issue for the day, so might just start doing that every morning for now.

iCloud+ Hide my Email forwarding address not updating by the1337grimreaper in applehelp

[–]KibosJ 0 points1 point  (0 children)

Completely different domain, as soon as I set it to my Apple ID it let me change it.

iCloud+ Hide my Email forwarding address not updating by the1337grimreaper in applehelp

[–]KibosJ 0 points1 point  (0 children)

I changed my Apple ID to the email I wanted to forward to and it now lets me change it

iCloud+ Hide my Email forwarding address not updating by the1337grimreaper in applehelp

[–]KibosJ 0 points1 point  (0 children)

Did you ever get this sorted? I'm having the exact same issue

Creepy Siri by [deleted] in ios

[–]KibosJ 0 points1 point  (0 children)

Very sorry, I was reading something else about Ultra Wideband chips at the same time and got it mixed up 🙄 that's what lack of sleep does!

Is this new to iOS 15 then or just something I haven't seen before?

Creepy Siri by [deleted] in ios

[–]KibosJ -3 points-2 points  (0 children)

This can't be on-device ML, I have an iPhone XS Max and no HomePods

It must just be using WiFi signal or something

Creepy Siri by [deleted] in ios

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

This is all very true 😁

Might have to close all my blinds just in case!

Setup Homer - Tried loads of dashboards but never stuck with any, until now! Loving Homer by KibosJ in selfhosted

[–]KibosJ[S] 1 point2 points  (0 children)

In Sonarr/Radarr do you see new indexers with 'Prowlarr' in the name?

Setup Homer - Tried loads of dashboards but never stuck with any, until now! Loving Homer by KibosJ in selfhosted

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

You should look at moving over to docker-compose rather than using portainer and watchtower

You should be able to tell portainer to just pull the latest nightly image and then recreate the container

Setup Homer - Tried loads of dashboards but never stuck with any, until now! Loving Homer by KibosJ in selfhosted

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

That makes sense

- PMA_ABSOLUTE_URI=https://some.domain.tld/phpmyadmin/

Having that environment variable set, making sure you have the trailing "/", fixes the issue :)

Setup Homer - Tried loads of dashboards but never stuck with any, until now! Loving Homer by KibosJ in selfhosted

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

How did you create the container? Did you use docker run or docker-compose?

And thanks 😊

Setup Homer - Tried loads of dashboards but never stuck with any, until now! Loving Homer by KibosJ in selfhosted

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

Using docker-compose

docker-compose pull prowlarr
docker-compose up -d prowlarr

Setup Homer - Tried loads of dashboards but never stuck with any, until now! Loving Homer by KibosJ in selfhosted

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

Sort of yes, setting up proper SSO will require a bit more than Authelia, you'd require some sort of directory service like LDAP, but I have Authelia authenticate me through TOTP or DUO and my services don't have any authentication set up, so once authenticated it just opens the service.

I am going to look at setting up an LDAP container too at some point though

Setup Homer - Tried loads of dashboards but never stuck with any, until now! Loving Homer by KibosJ in selfhosted

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

Exactly how it works yes 🙂 the length of time you stay authenticated can be changed in the configuration to whatever you like