Skip Navigation
Awesome Android Apps - my curated list of ~250 apps
  • I use Obtainium for all apps with no f-droid presence, I just forget which ones sometimes. It's the browser extension that makes this one great. I wanted something pretty easy after losing the convenience of Authy desktop

  • Should I use Microsoft Copilot?
  • I treat it like a junior dev, it gets the gist but may make mistakes and I work it into something usable.

    I also like it to save keystrokes, like when I'm building an object, it knows the structure of that object, so it ends up being tab/enter/tab/enter/... Same process for creating converters between types.

    I don't expect much from it, but it does save time and keystrokes

  • Zionism is a terrorist ideology
  • Every fucking time! I just know that whenever I see this guy on a post, this comment will be the first one I see. "He dOseN'T DeseRVe a MemE teMPlaTe" like it's some big fucking honor for your picture to be posted on Lemmy with some random fucking text. Nobody fucking cares!

  • Small, well-built Chinese EV called the Seagull poses a big threat to the US auto industry
  • This exposé is a bit suspect, or at least this part is which makes me question the integrity as a whole:

    He was forced to walk 21 miles daily, one way, to his job

    Average human walks 3mph. This dude apparently never sleeps.

    The whole thing reads like a corporate "uNioNS BaD" article

  • What's stopping you from using Ecosia? Your searches could plant trees!
  • Don't have children

    A+ my friend. Solve this one, and you solve most of the others.

    However, eating animals isn't inherently bad on its own. It's the SCALE at which we do it. Animals have been eating animals since there were animals, and as long as there is a natural balance, this can be a good thing. Factory-farming for billions of humans is where it all falls apart (much earlier than that, actually)

    You either care about the future of humanity and their place on Earth, or you don't.

    I couldn't give less of a fuck of humans make it or not, but the Earth and its other inhabitants don't need to go down with the shitty ship humans built.

    I agree with your overall point, though, but I think the main solution to the problem is simply to use a condom. Most of the rest will sort itself out or be much easier to solve after there are less of us.

  • Traefik conditional certificate for same URL
  • When I turn off Wi-Fi, I'm not on the same network as my server, it's my carrier network so all the internet hops are expected.

    The way it's working now is I have a domain (example.com) that is set up on cloudflare DNS. I added a tunnel in cloudflare zero trust, which generates certificates you add to your server to encrypt traffic from your server to cloudflare. I have added these to traefik to be served with my service url (service.example.com). Then, I added a route in cloudflare for service.example.com.

    This works fine. But, what I've also done is add a local DNS entry for service.example.com so when I'm on my LAN, I access it without going out to the internet and back (seems like a waste). However, this is serving the origin server certs from cloudflare, which causes trust issues

    I'm using docker for everything: traefik, cloudflared tunnel, and my services on the same hardware. The tunnel just runs, and it's configured on cloudflare zero trust to talk directly to the container:port over the docker network.

  • Traefik conditional certificate for same URL
  • That's what I'm settling on. However, it's not just about trust, some of the services I'm exposing deal with moving files and I'm mostly interested in higher speeds associated with local transfers as well as not using up my internet data cap.

  • Traefik conditional certificate for same URL

    Hey all!

    I have a bunch of services running on my home server and was looking to expose some of them publicly via Cloudflare tunnel. This is done and working great using the origin server certificate and strict TLS.

    Up until now, I've been using self-signed certs internally but now I don't want to deal with the "proceed anyway" crap on browsers. I have Traefik set up to get certs from Cloudflare using DNS challenge and that seems to be working.

    So, now my problem is: how do I switch between these certificates for the same URL when I'm internal vs public? I'd rather keep that traffic local if I'm at home, which is also working, I just can't figure out how to get Traefik to use the appropriate certificate depending on if the request is coming from my LAN or Cloudflare.

    Any suggestions? Is there a better way to accomplish what I want to do?

    EDIT: Looks like I'm just going full Cloudflare on this one, thanks for your help everyone!

    17
    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/)SH
    shiftymccool @programming.dev
    Posts 1
    Comments 44