[global] # The server_name is the pretty name of this server. It is used as a # suffix for user and room IDs/aliases. # # See the docs for reverse proxying and delegation: # https://continuwuity.org/deploying/generic.html#setting-up-the-reverse-proxy # # Also see the `[global.well_known]` config section at the very bottom. # # Examples of delegation: # - https://puppygock.gay/.well-known/matrix/server # - https://puppygock.gay/.well-known/matrix/client # # YOU NEED TO EDIT THIS. THIS CANNOT BE CHANGED AFTER WITHOUT A DATABASE # WIPE. # # example: "continuwuity.org" # server_name = "ip-logger.com" # The default address (IPv4 or IPv6) continuwuity will listen on. # # If you are using Docker or a container NAT networking setup, this must # be "0.0.0.0". # # To listen on multiple addresses, specify a vector e.g. ["127.0.0.1", # "::1"] # address = ["0.0.0.0"] # The port(s) continuwuity will listen on. # # For reverse proxying, see: # https://continuwuity.org/deploying/generic.html#setting-up-the-reverse-proxy # # If you are using Docker, don't change this, you'll need to map an # external port to this. # # To listen on multiple ports, specify a vector e.g. [8080, 8448] # port = 8008 # The UNIX socket continuwuity will listen on. # # continuwuity cannot listen on both an IP address and a UNIX socket. If # listening on a UNIX socket, you MUST remove/comment the `address` key. # # Remember to make sure that your reverse proxy has access to this socket # file, either by adding your reverse proxy to the appropriate user group # or granting world R/W permissions with `unix_socket_perms` (666 # minimum). # # example: "/run/continuwuity/continuwuity.sock" # #unix_socket_path =