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

help-circle






  • 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