this post was submitted on 27 Oct 2023
1 points (100.0% liked)

Self-Hosted Main

502 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

I am trying to setup prosody on my raspberry pi zero and expose it using cloudflare tunnel. However, when it comes to VirtualHost and ssl settings, I am not sure what are the details to be provided since cloudflare tunnel takes care of the ssl certificates and keys. Need help on it

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 10 months ago (1 children)

Just get it working locally without TLS/ssl. You probably want to set this:

c2s_require_encryption = false

If you are hoping to talk to people outside your domain you will have to figure out what to do about server to server communications.

[โ€“] [email protected] 1 points 10 months ago

got you. Thanks mate. Now I need to figure out how to tunnel this