Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)B
Posts
6
Comments
30
Joined
3 yr. ago

  • 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.

  • 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)

  • Yeah i was wondering how you actually use versioning with that drag and drop. Homepage seems better for that IMO

  • Selfhosted @lemmy.world

    Changes to Bitnami Catalog on August 28th

  • Just got back on PlanetCrafter with my mate.

    We are having a blast on the Moons update !

  • 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 !

  • 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

  • Good suggestion actually, i’ll head back to MetalLB docs. Thanks !

  • Many issues this week:

    • Broke external-dns on my kube cluster because I updated my Pihole to v6
    • Thinking of a way to expose a game server externally (usually used CF tunnels for specific services, but couldn’t get it to work cause it’s TCP/UDP and not HTTP traffic)

    But at least i got my Velero backups working on an private S3

  • 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 ?)

  • 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 !

  • Escape from Tarkov - 2500h Elite Dangerous - 800h Kerbal Space Program - 300h Satisfactory - 250h and still going up ^^

  • I’d say Daft Punk too 😄

  • Selfhosted @lemmy.world

    Little tool for quick work stories

  • Ask Electronics @discuss.tchncs.de

    Need help to build a ChooChoo bike whistle

  • 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@theit8514@lemmy.world !

  • Selfhosted @lemmy.world

    nfs and mounting problems

  • Hello ! You might find Sylius suitable. It’s an Open source framework based on Symfony.

    Im pretty sure it has all your requirements. The thing is that it’s a headless framework, so a frontend needs to be built on top of that if you want some custom features.

    Hope that helps !

  • Exactly thanks!

  • Haha sorry indeed, it’s Kubernetes related and not Windows WeDontSayItsName related 😄

  • You are completely right.

    However in my mind (might be wrong here) if I use another node, i wouldn’t use the RAID array completely.

    While setup up i thought that its either:

    • NAS storageClass attached to the RAID array, no longhorn
    • with longhorn when there is no RAID, but replication at 3

    In either case, the availability of my data would be quite the same right ?

    (Then there is options to backup my PV to s3 with longhorn and all that i would have to setup again though )

    Thanks for your answer !

  • I would guess it doesn’t like replica at 1 indeed.

    And using a NAS would be a single point of failure indeed, but how I’m using Longhorn right now already is (my storage node goes down, my cluster would be unstable)

    Thanks !

  • Hello ! Thanks for your response!

    Yes RAID is used as availability of my data here, with or without longhorn, there wouldn’t be much difference there (especially since i only use one specific node)

    And you would be right, since the other nodes are unscheduled, it will be available only on my “storage node” so if this one goes down my storage goes down.

    That’s why i might be overkill with longhorn, but there are functions to restore and backup to s3 for exemple that i would need to setup i guess

  • Selfhosted @lemmy.world

    Longhorn overkill for RAID ?

  • Selfhosted @lemmy.world

    Best usage of motherboard