StrawberryPigtails

joined 1 year ago
[–] [email protected] 8 points 1 year ago (2 children)

I currently use Jellyfin to stream my music collection. It's all stored on my NAS and I can give access to whomever I like. Downside is that the iOS music client, FinAmp, is... not pretty. It's functional, but not great. I understand the player situation to be a bit better on the Android side.

[–] [email protected] 6 points 1 year ago

I'm not a fan of their MacOS based products, but I prefer iOS for the fact that I can rely on getting timely updates. For a good long while. That is not something that is generally true with Android. I'm fine with paying for that level of support.

Last time I looked, no Android vendors provided close to the same level of support.

That said, if I was a business and needed to field in house apps to mobile devices, everyone would be getting an Android device. Custom apps for iOS are a pain in the ass.

[–] [email protected] 11 points 1 year ago

About time!

[–] [email protected] 6 points 1 year ago

Depending on what you are trying to do, not necessarily. NextCloud itself doesn’t really care, as far as I know, as long as it’s address doesn’t change. AIO on the other hand is setup in such a way that it needs a resolvable domain name and a valid certificate for https.

This could be done by spinning up your own certificate authority and dns server, but that is a lot of extra work and would be local network access only.

Another way would be to use a free domain and a free certificate from let’s encrypt. The downside here is that the domain authority could yank your domain at any time, for any reason (as happened to all of the free .ml domains recently). At which point your certificate would also stop working resulting in a situation where you may have to nuke and pave.

If you want to be local access only, I would pick an install path other than AIO. If you want to be able to access NextCloud remotely, purchase a domain name.

A VPN, such as TailScale would be considered local network in this situation.