- 0 Posts
- 10 Comments
Well, I’m currently writing a service and frontend, both in C# (Blazor for the UI), and using docker-compose to build and deploy them to a Raspberry Pi running Linux. So not only cross-platform, but cross-architecture as well.
This is not a new thing either. Since .NET Core was released almost 10 years ago, it has supported cross platform development.
Rookeh@startrek.websiteto Selfhosted@lemmy.world•How to secure Jellyfin hosted over the internet?English3·4 months agoRight now none of the native clients support SSO. It is a frequently requested feature but, unfortunately, it doesn’t look like it will be implemented any time soon. As with many OSS projects it is probably a case of “you want it, you build it” - but nobody has actually stepped up.
Rookeh@startrek.websiteto Selfhosted@lemmy.world•How to secure Jellyfin hosted over the internet?English29·4 months agoFor web access, stick it behind a reverse proxy and use something like Authentik/Authelia/SSO provider of your choice to secure it.
For full access including native clients, set up a VPN.
Rookeh@startrek.websiteto Programmer Humor@programming.dev•TIL that "nginx" is pronounced "engine-x", and not "n-jinx"2·5 months agoWe refer to it as kew-bee-cuttle
Rookeh@startrek.websiteto Selfhosted@lemmy.world•Self hosted solution for phone photo backupEnglish2·7 months agoAs a developer myself I’m not sure if I would trust any application to safely handle a configuration that has become invalid due to a breaking change, especially not an app that is still under active development! Better safe than sorry.
Rookeh@startrek.websiteto Selfhosted@lemmy.world•Self hosted solution for phone photo backupEnglish19·7 months agoImmich has completely replaced Google Photos for me, love it!
My only bugbear is that it is updated very frequently (what a nice problem to have!) which in my case requires a manual once-over of my docker-compose file every time in case there are breaking changes.
Nah, the SWAT would have to arrest themselves.
Rookeh@startrek.websiteto Selfhosted@lemmy.world•Pi-Hole or something else for network ad blocking?English10·2 years agoI use both. Pi-hole running in a docker container on one of my home servers which my gateway is configured to assign as the default DNS for all clients, and uBlock Origin on all my browsers to catch everything else.
Pihole is pretty good at catching ads on platforms that are not suited to browser based blockers (IoT devices, streaming boxes etc) but it isn’t perfect and is best used in conjunction with another solution.
I’ve switched both my laptop and desktop over to Linux (Bazzite and Fedora respectively) in the last 6 months.
The last time I tried to daily Linux (over a decade ago) I ended up switching back eventually, but this time I really don’t think I’ll need to. All of the games I play most often work perfectly, the dev tooling is even better than it is on Windows, and the hardware compatibility side has been completely flawless.
Gone are the days of having to hunt down obscure Linux drivers for your touchpad or webcam. Everything just works out of the box.