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/)F
Posts
24
Comments
22
Joined
3 yr. ago

  • I'm sorry, I'm not that familiar with LXC.

    Erwan will make binaries available ASAP, would that help you?

  • Well, at least when someone says TiB, you don't need to wonder if they actually mean something that is 10% more or not. Because quite often, TB (Terabyte) is written/said when the actual measurement was in TiB (Tebibyte)

  • Haha don't worry, Erwan is already thinking about high availability and edge nodes closer to clients!

    Maybe a Cloudflare competitor like Bunny CDN could use this to build their own tunnel service?

  • Very similar.

    The main differences are that those projects are highly configurable and can do a lot of things, while towonel is simpler: opinionated/streamlined for use as a shared Cloudflare tunnel alternative. I also think towonel may be the only one to use QUIC for the tunnel, just like Cloudflare.

    Besides that, towonel is very new and still in alpha. Rathole does not seem to be actively developed anymore, which can be a good or bad thing.

  • I know, the naming isn't ideal.

    On the bright side, you can now expose multiple tuwunel instances via a single towonel and federate with other tuwunels on other towonels for maximum uwu owo

    Which is almost what my friends and I are doing, except we're running continuwuity instead of tuwunel.

  • For those who block Lemmy.world :


    Towonel: Open Source drop-in Cloudflare Tunnel alternative

    So you don't want to port-forward on your home router or have Cloudflare decrypt all your traffic? Check out Towonel.

    Most open source Cloudflare Tunnel alternatives involve setting up a VPS, terminating TLS there on a reverse proxy, then setting up a Wireguard tunnel to your server at home.

    Towonel is different: it does not decrypt your traffic on the VPS and you can easily share one, so not every self-hoster has to buy and maintain a VPS.

    Check it out!

    Mastodon link: https://gts.erwanleboucher.dev/@eleboucher/statuses/01KS4YNA2SYMSP0FSKJVNJA155

  • Self-hosting @slrpnk.net

    Towonel: Open Source drop-in Cloudflare Tunnel alternative

    erwanleboucher.dev /blog/towonel/
  • Selfhosted @lemmy.world

    Towonel: Open Source drop-in Cloudflare Tunnel alternative

    erwanleboucher.dev /blog/towonel/
  • Kubernetes @programming.dev

    The Smallest Enterprise Homelab

    fhoekstra.eu /posts/the-kube-the-smallest-enterprise-home-lab/
  • Thank you! I really recommend looking at RK3588 chips when upgrading from Raspberries, it's a very capable chip with good mainline kernel support!

    I recommend Talos even more though!

  • Selfhosted @lemmy.world

    The Smallest Enterprise Homelab

    fhoekstra.eu /posts/the-kube-the-smallest-enterprise-home-lab/
  • Renovate + GitOps. Check out https://github.com/onedr0p/cluster-template

    If you don't like Kubernetes, you can get a similar setup with doco-CD. Only limitation is that dococd can't update itself, but you can use SOPS and Renovate all the same for the other services.

  • networking @sh.itjust.works

    Creator of Mikrotik TF modules gauging community interest

  • Opensource @programming.dev

    Creator of Mikrotik IaC modules gauging community interest

  • Mikrotik @lemmy.world

    Creator of Mikrotik IaC modules gauging community interest

  • Selfhosted @lemmy.world

    Creator of Mikrotik IaC modules gauging community interest

  • ASUS Linux is a community effort, not part of ASUS the company.

    I'd love to be wrong, but I can't find any sources on significant contributions from ASUS.

  • Linux @lemmy.world

    How to disable laptop keyboard when custom keyboard is plugged in

    fhoekstra.eu /posts/linux-disable-internal-laptop-keyboard-when-external-keyboard-plugged-in/
  • Mechanical Keyboards @lemmy.ml

    How to disable Linux laptop keyboard when custom keyboard is plugged in

    fhoekstra.eu /posts/linux-disable-internal-laptop-keyboard-when-external-keyboard-plugged-in/
  • ErgoMechKeyboards @lemmy.world

    How to disable Linux laptop keyboard when custom keyboard is plugged in

    fhoekstra.eu /posts/linux-disable-internal-laptop-keyboard-when-external-keyboard-plugged-in/
  • "My browser i slow because Venus is in Taurus now"

    This joke is taken insanely far

  • Linux @programming.dev

    scx_horoscope: Astrological CPU scheduler

    github.com /zampierilucas/scx_horoscope
  • Thank you for the feedback, could you be more specific?

    Is it crossposting? Or Kubernetes-specific content in /c/programming?

    Or giving tips on how to practice for specific certification exams?

    Or do you dislike the prose format? Too much context? Do you prefer bullet points?

    Or is it that I put an image while the link should be the focus? I see now that in my client I have to click through to the original post first to see and visit the URL

  • Programming @programming.dev

    Fresh CKS (and CKA) tips and takeaways

  • DevOps @lemmy.ml

    Fresh CKS (and CKA) tips and takeaways

  • DevOps @programming.dev

    Fresh CKS (and CKA) tips and takeaways

  • Kubernetes @programming.dev

    Fresh CKS (and CKA) tips and takeaways

    fhoekstra.eu /posts/cks-tips/
  • Impressive!

  • I don't believe you, but I'd like to be proven wrong.

    I expect you have a UPS that feeds your hosts and networking equipment and something like ZFS for disk redundancy. This protects against the most common failures and is usually enough, but there are still single points of failure in such a setup, that are not as common, not as hard to deal with through manual intervention, and quite difficult to protect with redundancy.

    I would be surprised if you are protected against the following single points of failure without manual intervention:

    • NAS machine (not just disk) failure. You would need to have a multi-node distributed storage, like Ceph, to protect against this.
    • Networking equipment failure. I think you can do some magic with BGP to do this, but I'm not a network engineer and I've never set up a redundant network.
  • Bitnami Helm charts are not maintained anymore. There are no updates for the charts and images in the legacy repository. Try to find a different chart for harbor registry and any other bitnami images and charts you use ASAP

  • That is indeed a difficult problem. Integration testing and contract testing can help to avoid this, but one can never be 100% sure.

    https://xkcd.com/1172/

  • I was just relaying how the OpenCloud people explained it to me at Froscon this year

  • Nice, I hadn't heard of that one yet!

    • Not affiliated.
    • Why did you use NextCloud over OwnCloud? Same reasons apply
  • Rust Programming @lemmy.ml

    Automated Changelogs with Rust

    fhoekstra.eu /posts/changelog-from-conventional-commits-git-cliff/
  • Kubernetes @programming.dev

    Platform Engineering and automated changelogs

    fhoekstra.eu /posts/changelog-from-conventional-commits-git-cliff/
  • Programming @beehaw.org

    Automated changelog generation

    fhoekstra.eu /posts/changelog-from-conventional-commits-git-cliff/
  • Programming @programming.dev

    Automated changelog generation

    fhoekstra.eu /posts/changelog-from-conventional-commits-git-cliff/