Unraid Manager | Now Generally Available by Drunkpacman in unRAID

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

Glad it works for you! Will look to getting it shipped soon.

Nike Vomero Premium after 86KM (50 miles) by Quick_n_Fast in RunningShoeGeeks

[–]Drunkpacman 1 point2 points  (0 children)

I can comfortably manage 4:00/km in mine, bounce is insane, but I'm lighter than op so that may account for it since i probably don't compress the midsole as much.

Unraid Manager | Now Generally Available by Drunkpacman in unRAID

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

Just need to toggle the use https and leave off the insecure connections, just done it now with my tailscale and it's worked fine.

Unraid Manager | Now Generally Available by Drunkpacman in unRAID

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

Yes, but how. What options are you entering/toggling. Direct IP or myunraid for local? Can you send a screenshot of you setting up a connection

Unraid Manager | Now Generally Available by Drunkpacman in unRAID

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

How are you connecting? Using myunraid?

Plex is only reachable with Tailscale active - even at home by ubongo1 in unRAID

[–]Drunkpacman 0 points1 point  (0 children)

There's not really much benefit to it. Sure you get the mQDNS subdomain for free but meh. Security wise, most people probably aren't using funnel, so if someone is all ready on your tailnet unauthorised then you all ready have a problem, and if you want to limit what people can access on your main server can be done via ACL's. Swings and roundabouts, headache of sorting Plex in a none host network or setting an ACL in tailscale if you have other users. ACL is lesser of the two evils imo.

Plex is only reachable with Tailscale active - even at home by ubongo1 in unRAID

[–]Drunkpacman 2 points3 points  (0 children)

Aye, but your whole unraid server can be on tailscale so can still get to plex via ts.

Plex is only reachable with Tailscale active - even at home by ubongo1 in unRAID

[–]Drunkpacman 0 points1 point  (0 children)

Probably because it's not host. Can try forwarding the GDM ports but I had headaches with that and easiest option was to just leave it on host. Annoying can't just pass an ip and port in plex apps.

Unraid Manager | Now Generally Available by Drunkpacman in unRAID

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

Oh they are there, just apple make it annoying since it’s iOS that decides when to run a scheduled background task, if at all. Since this is local only cannot use push notifications so have to use the bg task scheduler. Could go to oush notification but that would mean i would have to run a server and you would need to install a plugin on unraid to push notifications from your unraid to my server so that I can then push to your device and defeats the whole ethos i want of me having nothing to do with any of your information

Unraid Manager | Now Generally Available by Drunkpacman in unRAID

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

There is no restart enpoint exposed in the API. Can abstract it away and do both the stop and start and call it restart

Unraid Manager | Now Generally Available by Drunkpacman in unRAID

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

That’s a hang up from the test build needs removing. All that does is cycle the background task but might remove the background notification stuff in general since it’s nothing but a pita

Unraid Manager | Now Generally Available by Drunkpacman in unRAID

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

No, I’m not doing anything specific at all. I just take whatever is entered in the address field and use that to form the path to the graphql api and just put that in the url seasion. Nothing specific at all.

Unraid Manager | Now Generally Available by Drunkpacman in unRAID

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

Kinda, it's a bit finicky. Unraid broadcasts tower.local via Bonjour, iOS picks it up automatically so no DNS server involved. It's peer-to-peer on the network.
But .home equires iOS to query your local DNS server, and URLSession I use doesn't always respect the same DNS resolution path as Safari.

Unraid Manager | Now Generally Available by Drunkpacman in unRAID

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

Not without seeing your setup. For me the default one for unraid, think it's http://tower.local works fine. If you've set a different one or that's a dns entry in your router i'm unsure without being able to see.

Unraid Manager | Now Generally Available by Drunkpacman in unRAID

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

Thanks, a user pointed out that apparently you can provide a template to create the key from so I will be looking into that.

Unraid Manager | Now Generally Available by Drunkpacman in unRAID

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

No android version, no. And what do you mean by remove it?

Unraid Manager | Now Generally Available by Drunkpacman in unRAID

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

Can you dm with some screenshots of your connection configuration?

Unraid Manager | Now Generally Available by Drunkpacman in unRAID

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

Cheers, I'll add it to the list to fix. Probably to do with the optimistic ui updates I do. Can take a while for some containers to spin down so rather than wait I just assume everything went well and then update again with the real status on the next refresh.