[HELP/BUG] "Homeserver URL does not appear to be a valid Matrix homeserver"

This page summarizes the projects mentioned and recommended in the original post on /r/matrixdotorg

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Synapse

    Discontinued Synapse: Matrix homeserver written in Python/Twisted.

  • ssl_certificate /etc/letsencrypt/live/example.com/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/example.com/privkey.pem; location / { # If not within location, it would always be executed (return does not work like in programming languages) return 444; } # https://github.com/matrix-org/synapse/blob/master/INSTALL.md#client-well-known-uri location /.well-known/matrix/client { default_type application/json; add_header Access-Control-Allow-Origin *; # To work in browser based clients, the file must be served with the appropriate Cross-Origin Resource Sharing (CORS) headers return 200 '{"m.homeserver": {"base_url": "https://matrix.example.com:8448"}}'; } # https://github.com/matrix-org/synapse/blob/develop/docs/delegate.md location /.well-known/matrix/server { default_type application/json; return 200 '{"m.server": "matrix.example.com:8448"}'; } }

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts