• 1 Post
  • 18 Comments
Joined 3 months ago
cake
Cake day: April 26th, 2025

help-circle
  • I have an M2 15" coming from a MacBook Pro 13" and I have to say it is the best machine I’ve owned. The size is absolutely perfect for me and the weight is never a concern. It’s plenty light. Now for me the bump in screen size was needed for my aging eyes, it may not be as needed for you. HA








  • Set the SSL mode to “Full”. Then go to “Rules” and create three rules. This is also the order in which they should be processed:

    1.
    Name: lemmy u all
    Custom filter expression: URI path equals /u/*
    All other options disabled.
    
    2.
    Name: lemmy nodeinfo all
    Custom filter expression: URI path equals /nodeinfo/*
    All other options disabled.
    
    3.
    Name: lemmy inbox all
    Custom filter expression: URI path equals /inbox/*
    All other options disabled.
    

    This should get your instance running behind Cloudflare’s tunnel.

    *edited for formatting