Comment on
Most of the things I do are inspired by things that frightened me when I was young.
Reply in thread
Still from IT Crowd, it’s when Reynholm get sued by his exwife. The quote isn’t from that episode though
Comment on
Most of the things I do are inspired by things that frightened me when I was young.
Reply in thread
Still from IT Crowd, it’s when Reynholm get sued by his exwife. The quote isn’t from that episode though
Comment on
True Wireless Power is FINALLY here (building a TRULY wire-free desk setup)
Hell yeah, some DIY Perks on lemmy.
Great quality video as always, even though the setup might be cumbersome to add peripherals in the long term.
But still interesting !
Comment on
Thousands of images on Docker Hub leak auth secrets, private keys
Reply in thread
It’s actually how people build their images, in which some include sensitive data (when they should definitely not). It’s the same problem as exposed S3 buckets actually, nothing wrong with docker in itself.
Comment on
Steam Frame Using Mesa's Turnip Vulkan Open-Source Driver
For me, it was the biggest announcement from that and probably the reason i might invest in the Steam Frame.
That way I support Valve (or more like “i agree with that so here is my money) going the way of ARM support for Linux, the same way I bought the Steam Deck to “support” Proton translation layers.
Comment on
What is needed to get jellyfin running as a server?
Hello ! First question would be : why buy an external drive if you are buying a NAS in the first place ?
Just in case: there are 2 slots available in the NAS you sent, meaning you could buy 2 internal drives for its storage.
On the hosting part, Jellyfin might be able to run judging by the specifications of the NAS. However, you have to take into account if the NAS operating system can run it (maybe there is an app store for it like Synology) and also media transcoding might be limited (to easily stream around your house 4K content for exemple)
Comment on
Trump administration says it has begun deporting migrants to Guantánamo Bay
Reply in thread
Heyy !
Just curious what you recommend your clients now ?
Comment on
Look at all these people stuck in their metal boxes
Reply in thread
I think you should buy some glasses mate
Comment on
Look at all these people stuck in their metal boxes
Not including the buses that are sadly stuck there because of cars, I imagine that would be roughly 150 persons 😄
Comment on
[MEGATHREAD] What did you buy in the Steam Summer Sale?
Dave the Diver
Comment on
What is the most useless thing you still have memorized?
Reply in thread
Well that’s easy to remember !
Comment on
[K8S] nfs and mounting problems
Reply in thread
Hello @theit8514
You are actually spot on ^^
I did look in my exports file which was like so :/mnt/DiskArray 192.168.0.16(rw) 192.168.0.65(rw)
I added a localhost line in case: /mnt/DiskArray 127.0.0.1(rw) 192.168.0.16(rw) 192.168.0.65(rw)
It didn't solve the problem. I went to investigate with the mount command:
Will mount on 192.168.0.65:
mount -t nfs 192.168.0.55:/mnt/DiskArray/mystuff/ /tmp/test
Will NOT mount on 192.168.0.55 (NAS):
mount -t nfs 192.168.0.55:/mnt/DiskArray/mystuff/ /tmp/test
Will mount on 192.168.0.55 (NAS):
mount -t nfs 127.0.0.1:/mnt/DiskArray/mystuff/ /tmp/test
The mount -t nfs 192.168.0.55 is the one that the cluster does actually.
So i either need to find a way for it to use 127.0.0.1 on the NAS machine, or use a hostname that might be better to resolve
EDIT:
I was acutally WAY simpler.
I just added 192.168.0.55 to my /etc/exports file. It works fine now ^^
Thanks a lot for your help@[email protected] !
Comment on
Satisfactory 1.1 is out! – What is your favourite feature?
A good occasion to start a new save, which i did 😄
Comment on
Do people care about Oasis getting back together?
Reply in thread
I’d say Daft Punk too 😄
Comment on
How do you handle SSL certs and internet access in your setup?
Either tailscale or cloudflare tunnels are the most adapted solution as other comments said.
For tailscale, as you already set it up, just make sure you have an exit node where your services are. I had to do a bit of tinkering to make sure that the ips were resolved : its just an argument to the tailscale command.
But if you dont want to use tailscale because its to complicated to your partner, then cloudlfare tunnels is the other way to go.
How it works is by creating a tunnel between your services and cloudlare, kind of how a vpn would work. You usually use the cloudlfared CLI or directly throught Cloudflare's website to configure the tunnel. You should have a DNS imported to cloudflare by the way, because you have to do a binding such as : service.mydns.com -> myservice.local Cloudlfare can resolve your local service and expose it to a public url.
Just so you know, cloudlfare tunnels are free for some of that usage, however cloudlfare has the keys for your ssl traffic, so they in theory could have a look at your requests.
best of luck for the setup !
Comment on
Proton CEO supports business policies of republicans
I was looking to use ProtonVPN but since that story, i would prefer an alternative.
What do you guys use for VPN (i think i saw Mullvad in the replies ?)
Comment on
What's up, selfhosters? - The Sunday thread
Many issues this week:
But at least i got my Velero backups working on an private S3
Comment on
removed a homeplug
I did switch from homeplugs to mesh wifi. The difference night and day. Less latency, faster and overall more stable.
I arrived at that conclusion because my servers were using a NAs as storage for most services, all of them separated by homeplugs.
When I relocated the NAS with the servers, everything went smoothly so yeah. Removed all of that and used mesh wifi instead (because the line for internet isn’t in the same room as the servers)
Comment on
Bike thefts at stations 'decriminalised'
Reply in thread
git bisect
but for videos
Comment on
Les données sensibles de l'État ne doivent pas être stockées sur des hébergements américains : le rappel à l'ordre de Bercy
Reply in thread
J’utilise Scaleway pour des services que j’utilise en perso. Ca fait tres bien le taff je trouve, sachant que j’ai eu l’occaz de faire du Azure et AWS aussi
Je trouve que c’est solide
Comment on
Best usage of motherboard
Reply in thread
I think you are right indeed, i had the idea to maybe use the GC for AI stuff and play with it. I would probably go with kube and add the NAS in longhorn (that i already set up)