Thank you 🙂
Immich on its own looks good, but if I set it up, I think I’ll definitely install lightGallery to go with it 🙂
Thank you 🙂
Immich on its own looks good, but if I set it up, I think I’ll definitely install lightGallery to go with it 🙂
You can see [a live demo here](https://immich-demo.note.sx/share/ffSw63qnIYMtpmg0RNvOui0Dpio7BbxsObjvH8YZaobIjIAzl5n7zTX5d6EDHdOYEvo), which is serving a gallery straight out of my own Immich instance.
Sorry, off topic, but is this what Immich looks like out of the box, or have you used any other plugins?
Immich Public Proxy looks like exactly what I want for my family photos, but I haven’t looked into Immich yet. The demo looks beautiful, and is simple enough for the grandparents to use 🙂
Yeah, this is how I understand it too. From the end user’s point of view, there’s just one wifi network throughout the building or property. It doesn’t matter if there’s a cable running between the access points, that’s all invisible to the user.
I just checked the episode through Plex, and it’s direct playing. I didn’t get any stuttering while I was skipping around though. I think it’s Plex itself, either the server or the player.
My physical server is a bit old now, it’s a Haswell i5, so if this was an ultra HD bluray rip I could understand it, but it’s been playing HD and 4k videos without issues for years now.
I’ve checked the file. It’s a bog standard h264 mkv and the video bitrate is only 10Mbps. There’s nothing that the fire stick shouldn’t be able to handle on its own. I’ll try playing it on the fire stick again and see if it’s trying to do something weird, but I can’t see it being that.
I hadn’t heard of that. I’ll check it out, thanks :)
That’s a good point. I’ll check the file and see if there’s anything unusual compared to the others 🙂
You might be slightly overestimating my coding abilities 😁
I used to run Kodi, but I moved away from it a few years ago. I can’t remember why off the top of my head, so I’ll have to look into it and see what turned me off it.
If I was having problems with anything else, I would blame the fire stick. It’s cheaply made Amazon crap that’s designed to fail. I regularly stream to it from other sources though, and don’t get any issues. In this case, I skipped back once, so ten seconds, and that was too much for Plex to handle 🤷🏻♂️
I just watched an episode of a different show, and while it didn’t completely crash, it still stuttered and paused randomly.
I know it’s not the server itself, as it’s handling more intense tasks regularly with no issues, and the network works on every other device too. I stream higher quality with higher bit rates to the fire stick regularly too, with no issues.
I’m tempted to get a different box for the TV, but everything else runs perfectly. I’ve been looking into switching to Jellyfin too, but I’ve been trying out Stremio for a little while, and it works much better than Plex. It’s missing a few features like easy user switching, and it can’t organise and play my family videos as far as I know, but it would mean not having to store loads of media.
I’ve been holding off switching to Jellyfin for a while because I paid for a Plex pass, but I’m getting to the point where that’s not going to stop me from swapping.
It will be very soon 🙂
A few years ago, I went to a cafe for breakfast, quite regularly. One morning I decided to try their cooked breakfast, quite similar to a Full English. I’m not a fan of sausages, especially cheap ones, so I didn’t think anything of it when I didn’t like the taste.
Over the rest of the day and the next morning, I ate a few different meals, but nothing unusual for me. By about lunch time I was feeling very rough. I was hot and sweaty, and needed the bathroom more often than usual. Now, I have a chronic illness, and between that and the meds, I get upset stomachs fairly often, to the point where I know if it’s serious or not just from experience.
I was starting to feel weak and dizzy, so I knew that it wasn’t normal, and then liquid fire started coming out of both ends. Luckily, my wife was home, and realised that I wasn’t joking about this time being worse, and called my doctor. I ended up in hospital for several days with severe food poisoning, and had to have IV fluids.
Environmental Health were called and quizzed me about everything I’d eaten in the last week, and agreed that it was probably the sausage on my breakfast. They investigated the café, but found no serious problems. Luckily, it looked like whatever was wrong with the sausage only affected me because of my health issues, and didn’t seriously affect anyone else.
I haven’t been back to that café though, just in case.
Sorry, I forgot to reply sooner >.<
I’ve been trying to get my head around this and also looking into Docker containers with Gluetun, as that looks a bit easier to start with. I think for the moment I’m going to go down the Docker route, and at least get the bulk of the programs separated, and give myself some breathing space to learn a bit more.
Docker isn’t ideal, as not everything has a Docker version, but the main programs that I originally mentioned do, and it will let me open the Minecraft servers to the kids in the extended family, especially as it’s getting colder and darker here.
I just want to say thank you to you, @jet@hackertalks.com, @lungdart@lemmy.ca, and everyone else who’s helped :)
I’m not giving up on this, I’m just going a bit more towards the basics and learning to walk before I try to run. This switching from Windows malarkey is hard work! ;)
Thanks for replying :)
I think I’m getting it, but my brain is definitely pickled at this point :D
I’ve also found this post and a Stack Exchange thread to go with it, and it’s sinking in slowly
https://schnouki.net/post/2014/openvpn-for-a-single-application-on-linux/
I need to go to bed for the night though, I’ve just realised that it’s gone 3 am :o
Thank you :)
The reply from @jet@hackertalks.com below lead me to the man page for ip netns here:
https://manpages.ubuntu.com/manpages/trusty/man8/ip-netns.8.html
As far as I understand it, I could run programs like this:
ip netns exec vpn ~/qbittorrent/start.sh
ip netns exec clear ~/minecraft/start.sh
but I can’t figure out how to get the VPN to only run under the namespace. When I run it now, it reroutes all connections through it. I’ve got an OpenVPN connection that I’ve set one of my network connections to connect to automatically, but it doesn’t seem to make a difference. As soon as I connect the VPN, everything goes through it.
I’m still reading though, so hopefully I’ll figure it out :)
Thanks 🙂