sample_config.yaml 46 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414
  1. # The config is maintained as an up-to-date snapshot of the default
  2. # homeserver.yaml configuration generated by Synapse.
  3. #
  4. # It is intended to act as a reference for the default configuration,
  5. # helping admins keep track of new options and other changes, and compare
  6. # their configs with the current default. As such, many of the actual
  7. # config values shown are placeholders.
  8. #
  9. # It is *not* intended to be copied and used as the basis for a real
  10. # homeserver.yaml. Instead, if you are starting from scratch, please generate
  11. # a fresh config using Synapse by following the instructions in INSTALL.md.
  12. ## Server ##
  13. # The domain name of the server, with optional explicit port.
  14. # This is used by remote servers to connect to this server,
  15. # e.g. matrix.org, localhost:8080, etc.
  16. # This is also the last part of your UserID.
  17. #
  18. server_name: "SERVERNAME"
  19. # When running as a daemon, the file to store the pid in
  20. #
  21. pid_file: DATADIR/homeserver.pid
  22. # The path to the web client which will be served at /_matrix/client/
  23. # if 'webclient' is configured under the 'listeners' configuration.
  24. #
  25. #web_client_location: "/path/to/web/root"
  26. # The public-facing base URL that clients use to access this HS
  27. # (not including _matrix/...). This is the same URL a user would
  28. # enter into the 'custom HS URL' field on their client. If you
  29. # use synapse with a reverse proxy, this should be the URL to reach
  30. # synapse via the proxy.
  31. #
  32. #public_baseurl: https://example.com/
  33. # Set the soft limit on the number of file descriptors synapse can use
  34. # Zero is used to indicate synapse should set the soft limit to the
  35. # hard limit.
  36. #
  37. #soft_file_limit: 0
  38. # Set to false to disable presence tracking on this homeserver.
  39. #
  40. #use_presence: false
  41. # Whether to require authentication to retrieve profile data (avatars,
  42. # display names) of other users through the client API. Defaults to
  43. # 'false'. Note that profile data is also available via the federation
  44. # API, so this setting is of limited value if federation is enabled on
  45. # the server.
  46. #
  47. #require_auth_for_profile_requests: true
  48. # If set to 'false', requires authentication to access the server's public rooms
  49. # directory through the client API. Defaults to 'true'.
  50. #
  51. #allow_public_rooms_without_auth: false
  52. # If set to 'false', forbids any other homeserver to fetch the server's public
  53. # rooms directory via federation. Defaults to 'true'.
  54. #
  55. #allow_public_rooms_over_federation: false
  56. # The default room version for newly created rooms.
  57. #
  58. # Known room versions are listed here:
  59. # https://matrix.org/docs/spec/#complete-list-of-room-versions
  60. #
  61. # For example, for room version 1, default_room_version should be set
  62. # to "1".
  63. #
  64. #default_room_version: "4"
  65. # The GC threshold parameters to pass to `gc.set_threshold`, if defined
  66. #
  67. #gc_thresholds: [700, 10, 10]
  68. # Set the limit on the returned events in the timeline in the get
  69. # and sync operations. The default value is -1, means no upper limit.
  70. #
  71. #filter_timeline_limit: 5000
  72. # Whether room invites to users on this server should be blocked
  73. # (except those sent by local server admins). The default is False.
  74. #
  75. #block_non_admin_invites: True
  76. # Room searching
  77. #
  78. # If disabled, new messages will not be indexed for searching and users
  79. # will receive errors when searching for messages. Defaults to enabled.
  80. #
  81. #enable_search: false
  82. # Restrict federation to the following whitelist of domains.
  83. # N.B. we recommend also firewalling your federation listener to limit
  84. # inbound federation traffic as early as possible, rather than relying
  85. # purely on this application-layer restriction. If not specified, the
  86. # default is to whitelist everything.
  87. #
  88. #federation_domain_whitelist:
  89. # - lon.example.com
  90. # - nyc.example.com
  91. # - syd.example.com
  92. # Prevent federation requests from being sent to the following
  93. # blacklist IP address CIDR ranges. If this option is not specified, or
  94. # specified with an empty list, no ip range blacklist will be enforced.
  95. #
  96. # (0.0.0.0 and :: are always blacklisted, whether or not they are explicitly
  97. # listed here, since they correspond to unroutable addresses.)
  98. #
  99. federation_ip_range_blacklist:
  100. - '127.0.0.0/8'
  101. - '10.0.0.0/8'
  102. - '172.16.0.0/12'
  103. - '192.168.0.0/16'
  104. - '100.64.0.0/10'
  105. - '169.254.0.0/16'
  106. - '::1/128'
  107. - 'fe80::/64'
  108. - 'fc00::/7'
  109. # List of ports that Synapse should listen on, their purpose and their
  110. # configuration.
  111. #
  112. # Options for each listener include:
  113. #
  114. # port: the TCP port to bind to
  115. #
  116. # bind_addresses: a list of local addresses to listen on. The default is
  117. # 'all local interfaces'.
  118. #
  119. # type: the type of listener. Normally 'http', but other valid options are:
  120. # 'manhole' (see docs/manhole.md),
  121. # 'metrics' (see docs/metrics-howto.rst),
  122. # 'replication' (see docs/workers.rst).
  123. #
  124. # tls: set to true to enable TLS for this listener. Will use the TLS
  125. # key/cert specified in tls_private_key_path / tls_certificate_path.
  126. #
  127. # x_forwarded: Only valid for an 'http' listener. Set to true to use the
  128. # X-Forwarded-For header as the client IP. Useful when Synapse is
  129. # behind a reverse-proxy.
  130. #
  131. # resources: Only valid for an 'http' listener. A list of resources to host
  132. # on this port. Options for each resource are:
  133. #
  134. # names: a list of names of HTTP resources. See below for a list of
  135. # valid resource names.
  136. #
  137. # compress: set to true to enable HTTP comression for this resource.
  138. #
  139. # additional_resources: Only valid for an 'http' listener. A map of
  140. # additional endpoints which should be loaded via dynamic modules.
  141. #
  142. # Valid resource names are:
  143. #
  144. # client: the client-server API (/_matrix/client), and the synapse admin
  145. # API (/_synapse/admin). Also implies 'media' and 'static'.
  146. #
  147. # consent: user consent forms (/_matrix/consent). See
  148. # docs/consent_tracking.md.
  149. #
  150. # federation: the server-server API (/_matrix/federation). Also implies
  151. # 'media', 'keys', 'openid'
  152. #
  153. # keys: the key discovery API (/_matrix/keys).
  154. #
  155. # media: the media API (/_matrix/media).
  156. #
  157. # metrics: the metrics interface. See docs/metrics-howto.rst.
  158. #
  159. # openid: OpenID authentication.
  160. #
  161. # replication: the HTTP replication API (/_synapse/replication). See
  162. # docs/workers.rst.
  163. #
  164. # static: static resources under synapse/static (/_matrix/static). (Mostly
  165. # useful for 'fallback authentication'.)
  166. #
  167. # webclient: A web client. Requires web_client_location to be set.
  168. #
  169. listeners:
  170. # TLS-enabled listener: for when matrix traffic is sent directly to synapse.
  171. #
  172. # Disabled by default. To enable it, uncomment the following. (Note that you
  173. # will also need to give Synapse a TLS key and certificate: see the TLS section
  174. # below.)
  175. #
  176. #- port: 8448
  177. # type: http
  178. # tls: true
  179. # resources:
  180. # - names: [client, federation]
  181. # Unsecure HTTP listener: for when matrix traffic passes through a reverse proxy
  182. # that unwraps TLS.
  183. #
  184. # If you plan to use a reverse proxy, please see
  185. # https://github.com/matrix-org/synapse/blob/master/docs/reverse_proxy.rst.
  186. #
  187. - port: 8008
  188. tls: false
  189. bind_addresses: ['::1', '127.0.0.1']
  190. type: http
  191. x_forwarded: true
  192. resources:
  193. - names: [client, federation]
  194. compress: false
  195. # example additional_resources:
  196. #
  197. #additional_resources:
  198. # "/_matrix/my/custom/endpoint":
  199. # module: my_module.CustomRequestHandler
  200. # config: {}
  201. # Turn on the twisted ssh manhole service on localhost on the given
  202. # port.
  203. #
  204. #- port: 9000
  205. # bind_addresses: ['::1', '127.0.0.1']
  206. # type: manhole
  207. ## Homeserver blocking ##
  208. # How to reach the server admin, used in ResourceLimitError
  209. #
  210. #admin_contact: 'mailto:admin@server.com'
  211. # Global blocking
  212. #
  213. #hs_disabled: False
  214. #hs_disabled_message: 'Human readable reason for why the HS is blocked'
  215. #hs_disabled_limit_type: 'error code(str), to help clients decode reason'
  216. # Monthly Active User Blocking
  217. #
  218. # Used in cases where the admin or server owner wants to limit to the
  219. # number of monthly active users.
  220. #
  221. # 'limit_usage_by_mau' disables/enables monthly active user blocking. When
  222. # anabled and a limit is reached the server returns a 'ResourceLimitError'
  223. # with error type Codes.RESOURCE_LIMIT_EXCEEDED
  224. #
  225. # 'max_mau_value' is the hard limit of monthly active users above which
  226. # the server will start blocking user actions.
  227. #
  228. # 'mau_trial_days' is a means to add a grace period for active users. It
  229. # means that users must be active for this number of days before they
  230. # can be considered active and guards against the case where lots of users
  231. # sign up in a short space of time never to return after their initial
  232. # session.
  233. #
  234. #limit_usage_by_mau: False
  235. #max_mau_value: 50
  236. #mau_trial_days: 2
  237. # If enabled, the metrics for the number of monthly active users will
  238. # be populated, however no one will be limited. If limit_usage_by_mau
  239. # is true, this is implied to be true.
  240. #
  241. #mau_stats_only: False
  242. # Sometimes the server admin will want to ensure certain accounts are
  243. # never blocked by mau checking. These accounts are specified here.
  244. #
  245. #mau_limit_reserved_threepids:
  246. # - medium: 'email'
  247. # address: 'reserved_user@example.com'
  248. # Used by phonehome stats to group together related servers.
  249. #server_context: context
  250. # Whether to require a user to be in the room to add an alias to it.
  251. # Defaults to 'true'.
  252. #
  253. #require_membership_for_aliases: false
  254. # Whether to allow per-room membership profiles through the send of membership
  255. # events with profile information that differ from the target's global profile.
  256. # Defaults to 'true'.
  257. #
  258. #allow_per_room_profiles: false
  259. ## TLS ##
  260. # PEM-encoded X509 certificate for TLS.
  261. # This certificate, as of Synapse 1.0, will need to be a valid and verifiable
  262. # certificate, signed by a recognised Certificate Authority.
  263. #
  264. # See 'ACME support' below to enable auto-provisioning this certificate via
  265. # Let's Encrypt.
  266. #
  267. # If supplying your own, be sure to use a `.pem` file that includes the
  268. # full certificate chain including any intermediate certificates (for
  269. # instance, if using certbot, use `fullchain.pem` as your certificate,
  270. # not `cert.pem`).
  271. #
  272. #tls_certificate_path: "CONFDIR/SERVERNAME.tls.crt"
  273. # PEM-encoded private key for TLS
  274. #
  275. #tls_private_key_path: "CONFDIR/SERVERNAME.tls.key"
  276. # Whether to verify TLS server certificates for outbound federation requests.
  277. #
  278. # Defaults to `true`. To disable certificate verification, uncomment the
  279. # following line.
  280. #
  281. #federation_verify_certificates: false
  282. # The minimum TLS version that will be used for outbound federation requests.
  283. #
  284. # Defaults to `1`. Configurable to `1`, `1.1`, `1.2`, or `1.3`. Note
  285. # that setting this value higher than `1.2` will prevent federation to most
  286. # of the public Matrix network: only configure it to `1.3` if you have an
  287. # entirely private federation setup and you can ensure TLS 1.3 support.
  288. #
  289. #federation_client_minimum_tls_version: 1.2
  290. # Skip federation certificate verification on the following whitelist
  291. # of domains.
  292. #
  293. # This setting should only be used in very specific cases, such as
  294. # federation over Tor hidden services and similar. For private networks
  295. # of homeservers, you likely want to use a private CA instead.
  296. #
  297. # Only effective if federation_verify_certicates is `true`.
  298. #
  299. #federation_certificate_verification_whitelist:
  300. # - lon.example.com
  301. # - *.domain.com
  302. # - *.onion
  303. # List of custom certificate authorities for federation traffic.
  304. #
  305. # This setting should only normally be used within a private network of
  306. # homeservers.
  307. #
  308. # Note that this list will replace those that are provided by your
  309. # operating environment. Certificates must be in PEM format.
  310. #
  311. #federation_custom_ca_list:
  312. # - myCA1.pem
  313. # - myCA2.pem
  314. # - myCA3.pem
  315. # ACME support: This will configure Synapse to request a valid TLS certificate
  316. # for your configured `server_name` via Let's Encrypt.
  317. #
  318. # Note that provisioning a certificate in this way requires port 80 to be
  319. # routed to Synapse so that it can complete the http-01 ACME challenge.
  320. # By default, if you enable ACME support, Synapse will attempt to listen on
  321. # port 80 for incoming http-01 challenges - however, this will likely fail
  322. # with 'Permission denied' or a similar error.
  323. #
  324. # There are a couple of potential solutions to this:
  325. #
  326. # * If you already have an Apache, Nginx, or similar listening on port 80,
  327. # you can configure Synapse to use an alternate port, and have your web
  328. # server forward the requests. For example, assuming you set 'port: 8009'
  329. # below, on Apache, you would write:
  330. #
  331. # ProxyPass /.well-known/acme-challenge http://localhost:8009/.well-known/acme-challenge
  332. #
  333. # * Alternatively, you can use something like `authbind` to give Synapse
  334. # permission to listen on port 80.
  335. #
  336. acme:
  337. # ACME support is disabled by default. Uncomment the following line
  338. # (and tls_certificate_path and tls_private_key_path above) to enable it.
  339. #
  340. #enabled: true
  341. # Endpoint to use to request certificates. If you only want to test,
  342. # use Let's Encrypt's staging url:
  343. # https://acme-staging.api.letsencrypt.org/directory
  344. #
  345. #url: https://acme-v01.api.letsencrypt.org/directory
  346. # Port number to listen on for the HTTP-01 challenge. Change this if
  347. # you are forwarding connections through Apache/Nginx/etc.
  348. #
  349. #port: 80
  350. # Local addresses to listen on for incoming connections.
  351. # Again, you may want to change this if you are forwarding connections
  352. # through Apache/Nginx/etc.
  353. #
  354. #bind_addresses: ['::', '0.0.0.0']
  355. # How many days remaining on a certificate before it is renewed.
  356. #
  357. #reprovision_threshold: 30
  358. # The domain that the certificate should be for. Normally this
  359. # should be the same as your Matrix domain (i.e., 'server_name'), but,
  360. # by putting a file at 'https://<server_name>/.well-known/matrix/server',
  361. # you can delegate incoming traffic to another server. If you do that,
  362. # you should give the target of the delegation here.
  363. #
  364. # For example: if your 'server_name' is 'example.com', but
  365. # 'https://example.com/.well-known/matrix/server' delegates to
  366. # 'matrix.example.com', you should put 'matrix.example.com' here.
  367. #
  368. # If not set, defaults to your 'server_name'.
  369. #
  370. #domain: matrix.example.com
  371. # file to use for the account key. This will be generated if it doesn't
  372. # exist.
  373. #
  374. # If unspecified, we will use CONFDIR/client.key.
  375. #
  376. account_key_file: DATADIR/acme_account.key
  377. # List of allowed TLS fingerprints for this server to publish along
  378. # with the signing keys for this server. Other matrix servers that
  379. # make HTTPS requests to this server will check that the TLS
  380. # certificates returned by this server match one of the fingerprints.
  381. #
  382. # Synapse automatically adds the fingerprint of its own certificate
  383. # to the list. So if federation traffic is handled directly by synapse
  384. # then no modification to the list is required.
  385. #
  386. # If synapse is run behind a load balancer that handles the TLS then it
  387. # will be necessary to add the fingerprints of the certificates used by
  388. # the loadbalancers to this list if they are different to the one
  389. # synapse is using.
  390. #
  391. # Homeservers are permitted to cache the list of TLS fingerprints
  392. # returned in the key responses up to the "valid_until_ts" returned in
  393. # key. It may be necessary to publish the fingerprints of a new
  394. # certificate and wait until the "valid_until_ts" of the previous key
  395. # responses have passed before deploying it.
  396. #
  397. # You can calculate a fingerprint from a given TLS listener via:
  398. # openssl s_client -connect $host:$port < /dev/null 2> /dev/null |
  399. # openssl x509 -outform DER | openssl sha256 -binary | base64 | tr -d '='
  400. # or by checking matrix.org/federationtester/api/report?server_name=$host
  401. #
  402. #tls_fingerprints: [{"sha256": "<base64_encoded_sha256_fingerprint>"}]
  403. ## Database ##
  404. database:
  405. # The database engine name
  406. name: "sqlite3"
  407. # Arguments to pass to the engine
  408. args:
  409. # Path to the database
  410. database: "DATADIR/homeserver.db"
  411. # Number of events to cache in memory.
  412. #
  413. #event_cache_size: 10K
  414. ## Logging ##
  415. # A yaml python logging config file
  416. #
  417. log_config: "CONFDIR/SERVERNAME.log.config"
  418. ## Ratelimiting ##
  419. # Ratelimiting settings for client actions (registration, login, messaging).
  420. #
  421. # Each ratelimiting configuration is made of two parameters:
  422. # - per_second: number of requests a client can send per second.
  423. # - burst_count: number of requests a client can send before being throttled.
  424. #
  425. # Synapse currently uses the following configurations:
  426. # - one for messages that ratelimits sending based on the account the client
  427. # is using
  428. # - one for registration that ratelimits registration requests based on the
  429. # client's IP address.
  430. # - one for login that ratelimits login requests based on the client's IP
  431. # address.
  432. # - one for login that ratelimits login requests based on the account the
  433. # client is attempting to log into.
  434. # - one for login that ratelimits login requests based on the account the
  435. # client is attempting to log into, based on the amount of failed login
  436. # attempts for this account.
  437. #
  438. # The defaults are as shown below.
  439. #
  440. #rc_message:
  441. # per_second: 0.2
  442. # burst_count: 10
  443. #
  444. #rc_registration:
  445. # per_second: 0.17
  446. # burst_count: 3
  447. #
  448. #rc_login:
  449. # address:
  450. # per_second: 0.17
  451. # burst_count: 3
  452. # account:
  453. # per_second: 0.17
  454. # burst_count: 3
  455. # failed_attempts:
  456. # per_second: 0.17
  457. # burst_count: 3
  458. # Ratelimiting settings for incoming federation
  459. #
  460. # The rc_federation configuration is made up of the following settings:
  461. # - window_size: window size in milliseconds
  462. # - sleep_limit: number of federation requests from a single server in
  463. # a window before the server will delay processing the request.
  464. # - sleep_delay: duration in milliseconds to delay processing events
  465. # from remote servers by if they go over the sleep limit.
  466. # - reject_limit: maximum number of concurrent federation requests
  467. # allowed from a single server
  468. # - concurrent: number of federation requests to concurrently process
  469. # from a single server
  470. #
  471. # The defaults are as shown below.
  472. #
  473. #rc_federation:
  474. # window_size: 1000
  475. # sleep_limit: 10
  476. # sleep_delay: 500
  477. # reject_limit: 50
  478. # concurrent: 3
  479. # Target outgoing federation transaction frequency for sending read-receipts,
  480. # per-room.
  481. #
  482. # If we end up trying to send out more read-receipts, they will get buffered up
  483. # into fewer transactions.
  484. #
  485. #federation_rr_transactions_per_room_per_second: 50
  486. # Directory where uploaded images and attachments are stored.
  487. #
  488. media_store_path: "DATADIR/media_store"
  489. # Media storage providers allow media to be stored in different
  490. # locations.
  491. #
  492. #media_storage_providers:
  493. # - module: file_system
  494. # # Whether to write new local files.
  495. # store_local: false
  496. # # Whether to write new remote media
  497. # store_remote: false
  498. # # Whether to block upload requests waiting for write to this
  499. # # provider to complete
  500. # store_synchronous: false
  501. # config:
  502. # directory: /mnt/some/other/directory
  503. # Directory where in-progress uploads are stored.
  504. #
  505. uploads_path: "DATADIR/uploads"
  506. # The largest allowed upload size in bytes
  507. #
  508. #max_upload_size: 10M
  509. # Maximum number of pixels that will be thumbnailed
  510. #
  511. #max_image_pixels: 32M
  512. # Whether to generate new thumbnails on the fly to precisely match
  513. # the resolution requested by the client. If true then whenever
  514. # a new resolution is requested by the client the server will
  515. # generate a new thumbnail. If false the server will pick a thumbnail
  516. # from a precalculated list.
  517. #
  518. #dynamic_thumbnails: false
  519. # List of thumbnails to precalculate when an image is uploaded.
  520. #
  521. #thumbnail_sizes:
  522. # - width: 32
  523. # height: 32
  524. # method: crop
  525. # - width: 96
  526. # height: 96
  527. # method: crop
  528. # - width: 320
  529. # height: 240
  530. # method: scale
  531. # - width: 640
  532. # height: 480
  533. # method: scale
  534. # - width: 800
  535. # height: 600
  536. # method: scale
  537. # Is the preview URL API enabled?
  538. #
  539. # 'false' by default: uncomment the following to enable it (and specify a
  540. # url_preview_ip_range_blacklist blacklist).
  541. #
  542. #url_preview_enabled: true
  543. # List of IP address CIDR ranges that the URL preview spider is denied
  544. # from accessing. There are no defaults: you must explicitly
  545. # specify a list for URL previewing to work. You should specify any
  546. # internal services in your network that you do not want synapse to try
  547. # to connect to, otherwise anyone in any Matrix room could cause your
  548. # synapse to issue arbitrary GET requests to your internal services,
  549. # causing serious security issues.
  550. #
  551. # (0.0.0.0 and :: are always blacklisted, whether or not they are explicitly
  552. # listed here, since they correspond to unroutable addresses.)
  553. #
  554. # This must be specified if url_preview_enabled is set. It is recommended that
  555. # you uncomment the following list as a starting point.
  556. #
  557. #url_preview_ip_range_blacklist:
  558. # - '127.0.0.0/8'
  559. # - '10.0.0.0/8'
  560. # - '172.16.0.0/12'
  561. # - '192.168.0.0/16'
  562. # - '100.64.0.0/10'
  563. # - '169.254.0.0/16'
  564. # - '::1/128'
  565. # - 'fe80::/64'
  566. # - 'fc00::/7'
  567. # List of IP address CIDR ranges that the URL preview spider is allowed
  568. # to access even if they are specified in url_preview_ip_range_blacklist.
  569. # This is useful for specifying exceptions to wide-ranging blacklisted
  570. # target IP ranges - e.g. for enabling URL previews for a specific private
  571. # website only visible in your network.
  572. #
  573. #url_preview_ip_range_whitelist:
  574. # - '192.168.1.1'
  575. # Optional list of URL matches that the URL preview spider is
  576. # denied from accessing. You should use url_preview_ip_range_blacklist
  577. # in preference to this, otherwise someone could define a public DNS
  578. # entry that points to a private IP address and circumvent the blacklist.
  579. # This is more useful if you know there is an entire shape of URL that
  580. # you know that will never want synapse to try to spider.
  581. #
  582. # Each list entry is a dictionary of url component attributes as returned
  583. # by urlparse.urlsplit as applied to the absolute form of the URL. See
  584. # https://docs.python.org/2/library/urlparse.html#urlparse.urlsplit
  585. # The values of the dictionary are treated as an filename match pattern
  586. # applied to that component of URLs, unless they start with a ^ in which
  587. # case they are treated as a regular expression match. If all the
  588. # specified component matches for a given list item succeed, the URL is
  589. # blacklisted.
  590. #
  591. #url_preview_url_blacklist:
  592. # # blacklist any URL with a username in its URI
  593. # - username: '*'
  594. #
  595. # # blacklist all *.google.com URLs
  596. # - netloc: 'google.com'
  597. # - netloc: '*.google.com'
  598. #
  599. # # blacklist all plain HTTP URLs
  600. # - scheme: 'http'
  601. #
  602. # # blacklist http(s)://www.acme.com/foo
  603. # - netloc: 'www.acme.com'
  604. # path: '/foo'
  605. #
  606. # # blacklist any URL with a literal IPv4 address
  607. # - netloc: '^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+$'
  608. # The largest allowed URL preview spidering size in bytes
  609. #
  610. #max_spider_size: 10M
  611. ## Captcha ##
  612. # See docs/CAPTCHA_SETUP for full details of configuring this.
  613. # This Home Server's ReCAPTCHA public key.
  614. #
  615. #recaptcha_public_key: "YOUR_PUBLIC_KEY"
  616. # This Home Server's ReCAPTCHA private key.
  617. #
  618. #recaptcha_private_key: "YOUR_PRIVATE_KEY"
  619. # Enables ReCaptcha checks when registering, preventing signup
  620. # unless a captcha is answered. Requires a valid ReCaptcha
  621. # public/private key.
  622. #
  623. #enable_registration_captcha: false
  624. # A secret key used to bypass the captcha test entirely.
  625. #
  626. #captcha_bypass_secret: "YOUR_SECRET_HERE"
  627. # The API endpoint to use for verifying m.login.recaptcha responses.
  628. #
  629. #recaptcha_siteverify_api: "https://www.recaptcha.net/recaptcha/api/siteverify"
  630. ## TURN ##
  631. # The public URIs of the TURN server to give to clients
  632. #
  633. #turn_uris: []
  634. # The shared secret used to compute passwords for the TURN server
  635. #
  636. #turn_shared_secret: "YOUR_SHARED_SECRET"
  637. # The Username and password if the TURN server needs them and
  638. # does not use a token
  639. #
  640. #turn_username: "TURNSERVER_USERNAME"
  641. #turn_password: "TURNSERVER_PASSWORD"
  642. # How long generated TURN credentials last
  643. #
  644. #turn_user_lifetime: 1h
  645. # Whether guests should be allowed to use the TURN server.
  646. # This defaults to True, otherwise VoIP will be unreliable for guests.
  647. # However, it does introduce a slight security risk as it allows users to
  648. # connect to arbitrary endpoints without having first signed up for a
  649. # valid account (e.g. by passing a CAPTCHA).
  650. #
  651. #turn_allow_guests: True
  652. ## Registration ##
  653. #
  654. # Registration can be rate-limited using the parameters in the "Ratelimiting"
  655. # section of this file.
  656. # Enable registration for new users.
  657. #
  658. #enable_registration: false
  659. # Optional account validity configuration. This allows for accounts to be denied
  660. # any request after a given period.
  661. #
  662. # ``enabled`` defines whether the account validity feature is enabled. Defaults
  663. # to False.
  664. #
  665. # ``period`` allows setting the period after which an account is valid
  666. # after its registration. When renewing the account, its validity period
  667. # will be extended by this amount of time. This parameter is required when using
  668. # the account validity feature.
  669. #
  670. # ``renew_at`` is the amount of time before an account's expiry date at which
  671. # Synapse will send an email to the account's email address with a renewal link.
  672. # This needs the ``email`` and ``public_baseurl`` configuration sections to be
  673. # filled.
  674. #
  675. # ``renew_email_subject`` is the subject of the email sent out with the renewal
  676. # link. ``%(app)s`` can be used as a placeholder for the ``app_name`` parameter
  677. # from the ``email`` section.
  678. #
  679. # Once this feature is enabled, Synapse will look for registered users without an
  680. # expiration date at startup and will add one to every account it found using the
  681. # current settings at that time.
  682. # This means that, if a validity period is set, and Synapse is restarted (it will
  683. # then derive an expiration date from the current validity period), and some time
  684. # after that the validity period changes and Synapse is restarted, the users'
  685. # expiration dates won't be updated unless their account is manually renewed. This
  686. # date will be randomly selected within a range [now + period - d ; now + period],
  687. # where d is equal to 10% of the validity period.
  688. #
  689. #account_validity:
  690. # enabled: True
  691. # period: 6w
  692. # renew_at: 1w
  693. # renew_email_subject: "Renew your %(app)s account"
  694. # The user must provide all of the below types of 3PID when registering.
  695. #
  696. #registrations_require_3pid:
  697. # - email
  698. # - msisdn
  699. # Explicitly disable asking for MSISDNs from the registration
  700. # flow (overrides registrations_require_3pid if MSISDNs are set as required)
  701. #
  702. #disable_msisdn_registration: true
  703. # Mandate that users are only allowed to associate certain formats of
  704. # 3PIDs with accounts on this server.
  705. #
  706. #allowed_local_3pids:
  707. # - medium: email
  708. # pattern: '.*@matrix\.org'
  709. # - medium: email
  710. # pattern: '.*@vector\.im'
  711. # - medium: msisdn
  712. # pattern: '\+44'
  713. # Enable 3PIDs lookup requests to identity servers from this server.
  714. #
  715. #enable_3pid_lookup: true
  716. # If set, allows registration of standard or admin accounts by anyone who
  717. # has the shared secret, even if registration is otherwise disabled.
  718. #
  719. # registration_shared_secret: <PRIVATE STRING>
  720. # Set the number of bcrypt rounds used to generate password hash.
  721. # Larger numbers increase the work factor needed to generate the hash.
  722. # The default number is 12 (which equates to 2^12 rounds).
  723. # N.B. that increasing this will exponentially increase the time required
  724. # to register or login - e.g. 24 => 2^24 rounds which will take >20 mins.
  725. #
  726. #bcrypt_rounds: 12
  727. # Allows users to register as guests without a password/email/etc, and
  728. # participate in rooms hosted on this server which have been made
  729. # accessible to anonymous users.
  730. #
  731. #allow_guest_access: false
  732. # The identity server which we suggest that clients should use when users log
  733. # in on this server.
  734. #
  735. # (By default, no suggestion is made, so it is left up to the client.
  736. # This setting is ignored unless public_baseurl is also set.)
  737. #
  738. #default_identity_server: https://matrix.org
  739. # The list of identity servers trusted to verify third party
  740. # identifiers by this server.
  741. #
  742. # Also defines the ID server which will be called when an account is
  743. # deactivated (one will be picked arbitrarily).
  744. #
  745. #trusted_third_party_id_servers:
  746. # - matrix.org
  747. # - vector.im
  748. # Users who register on this homeserver will automatically be joined
  749. # to these rooms
  750. #
  751. #auto_join_rooms:
  752. # - "#example:example.com"
  753. # Where auto_join_rooms are specified, setting this flag ensures that the
  754. # the rooms exist by creating them when the first user on the
  755. # homeserver registers.
  756. # Setting to false means that if the rooms are not manually created,
  757. # users cannot be auto-joined since they do not exist.
  758. #
  759. #autocreate_auto_join_rooms: true
  760. ## Metrics ###
  761. # Enable collection and rendering of performance metrics
  762. #
  763. #enable_metrics: False
  764. # Enable sentry integration
  765. # NOTE: While attempts are made to ensure that the logs don't contain
  766. # any sensitive information, this cannot be guaranteed. By enabling
  767. # this option the sentry server may therefore receive sensitive
  768. # information, and it in turn may then diseminate sensitive information
  769. # through insecure notification channels if so configured.
  770. #
  771. #sentry:
  772. # dsn: "..."
  773. # Whether or not to report anonymized homeserver usage statistics.
  774. # report_stats: true|false
  775. ## API Configuration ##
  776. # A list of event types that will be included in the room_invite_state
  777. #
  778. #room_invite_state_types:
  779. # - "m.room.join_rules"
  780. # - "m.room.canonical_alias"
  781. # - "m.room.avatar"
  782. # - "m.room.encryption"
  783. # - "m.room.name"
  784. # A list of application service config files to use
  785. #
  786. #app_service_config_files:
  787. # - app_service_1.yaml
  788. # - app_service_2.yaml
  789. # Uncomment to enable tracking of application service IP addresses. Implicitly
  790. # enables MAU tracking for application service users.
  791. #
  792. #track_appservice_user_ips: True
  793. # a secret which is used to sign access tokens. If none is specified,
  794. # the registration_shared_secret is used, if one is given; otherwise,
  795. # a secret key is derived from the signing key.
  796. #
  797. # macaroon_secret_key: <PRIVATE STRING>
  798. # Used to enable access token expiration.
  799. #
  800. #expire_access_token: False
  801. # a secret which is used to calculate HMACs for form values, to stop
  802. # falsification of values. Must be specified for the User Consent
  803. # forms to work.
  804. #
  805. # form_secret: <PRIVATE STRING>
  806. ## Signing Keys ##
  807. # Path to the signing key to sign messages with
  808. #
  809. signing_key_path: "CONFDIR/SERVERNAME.signing.key"
  810. # The keys that the server used to sign messages with but won't use
  811. # to sign new messages. E.g. it has lost its private key
  812. #
  813. #old_signing_keys:
  814. # "ed25519:auto":
  815. # # Base64 encoded public key
  816. # key: "The public part of your old signing key."
  817. # # Millisecond POSIX timestamp when the key expired.
  818. # expired_ts: 123456789123
  819. # How long key response published by this server is valid for.
  820. # Used to set the valid_until_ts in /key/v2 APIs.
  821. # Determines how quickly servers will query to check which keys
  822. # are still valid.
  823. #
  824. #key_refresh_interval: 1d
  825. # The trusted servers to download signing keys from.
  826. #
  827. # When we need to fetch a signing key, each server is tried in parallel.
  828. #
  829. # Normally, the connection to the key server is validated via TLS certificates.
  830. # Additional security can be provided by configuring a `verify key`, which
  831. # will make synapse check that the response is signed by that key.
  832. #
  833. # This setting supercedes an older setting named `perspectives`. The old format
  834. # is still supported for backwards-compatibility, but it is deprecated.
  835. #
  836. # Options for each entry in the list include:
  837. #
  838. # server_name: the name of the server. required.
  839. #
  840. # verify_keys: an optional map from key id to base64-encoded public key.
  841. # If specified, we will check that the response is signed by at least
  842. # one of the given keys.
  843. #
  844. # accept_keys_insecurely: a boolean. Normally, if `verify_keys` is unset,
  845. # and federation_verify_certificates is not `true`, synapse will refuse
  846. # to start, because this would allow anyone who can spoof DNS responses
  847. # to masquerade as the trusted key server. If you know what you are doing
  848. # and are sure that your network environment provides a secure connection
  849. # to the key server, you can set this to `true` to override this
  850. # behaviour.
  851. #
  852. # An example configuration might look like:
  853. #
  854. #trusted_key_servers:
  855. # - server_name: "my_trusted_server.example.com"
  856. # verify_keys:
  857. # "ed25519:auto": "abcdefghijklmnopqrstuvwxyzabcdefghijklmopqr"
  858. # - server_name: "my_other_trusted_server.example.com"
  859. #
  860. # The default configuration is:
  861. #
  862. #trusted_key_servers:
  863. # - server_name: "matrix.org"
  864. # Enable SAML2 for registration and login. Uses pysaml2.
  865. #
  866. # `sp_config` is the configuration for the pysaml2 Service Provider.
  867. # See pysaml2 docs for format of config.
  868. #
  869. # Default values will be used for the 'entityid' and 'service' settings,
  870. # so it is not normally necessary to specify them unless you need to
  871. # override them.
  872. #
  873. # Once SAML support is enabled, a metadata file will be exposed at
  874. # https://<server>:<port>/_matrix/saml2/metadata.xml, which you may be able to
  875. # use to configure your SAML IdP with. Alternatively, you can manually configure
  876. # the IdP to use an ACS location of
  877. # https://<server>:<port>/_matrix/saml2/authn_response.
  878. #
  879. #saml2_config:
  880. # sp_config:
  881. # # point this to the IdP's metadata. You can use either a local file or
  882. # # (preferably) a URL.
  883. # metadata:
  884. # #local: ["saml2/idp.xml"]
  885. # remote:
  886. # - url: https://our_idp/metadata.xml
  887. #
  888. # # By default, the user has to go to our login page first. If you'd like to
  889. # # allow IdP-initiated login, set 'allow_unsolicited: True' in a
  890. # # 'service.sp' section:
  891. # #
  892. # #service:
  893. # # sp:
  894. # # allow_unsolicited: True
  895. #
  896. # # The examples below are just used to generate our metadata xml, and you
  897. # # may well not need it, depending on your setup. Alternatively you
  898. # # may need a whole lot more detail - see the pysaml2 docs!
  899. #
  900. # description: ["My awesome SP", "en"]
  901. # name: ["Test SP", "en"]
  902. #
  903. # organization:
  904. # name: Example com
  905. # display_name:
  906. # - ["Example co", "en"]
  907. # url: "http://example.com"
  908. #
  909. # contact_person:
  910. # - given_name: Bob
  911. # sur_name: "the Sysadmin"
  912. # email_address": ["admin@example.com"]
  913. # contact_type": technical
  914. #
  915. # # Instead of putting the config inline as above, you can specify a
  916. # # separate pysaml2 configuration file:
  917. # #
  918. # config_path: "CONFDIR/sp_conf.py"
  919. #
  920. # # the lifetime of a SAML session. This defines how long a user has to
  921. # # complete the authentication process, if allow_unsolicited is unset.
  922. # # The default is 5 minutes.
  923. # #
  924. # # saml_session_lifetime: 5m
  925. # Enable CAS for registration and login.
  926. #
  927. #cas_config:
  928. # enabled: true
  929. # server_url: "https://cas-server.com"
  930. # service_url: "https://homeserver.domain.com:8448"
  931. # #required_attributes:
  932. # # name: value
  933. # The JWT needs to contain a globally unique "sub" (subject) claim.
  934. #
  935. #jwt_config:
  936. # enabled: true
  937. # secret: "a secret"
  938. # algorithm: "HS256"
  939. password_config:
  940. # Uncomment to disable password login
  941. #
  942. #enabled: false
  943. # Uncomment to disable authentication against the local password
  944. # database. This is ignored if `enabled` is false, and is only useful
  945. # if you have other password_providers.
  946. #
  947. #localdb_enabled: false
  948. # Uncomment and change to a secret random string for extra security.
  949. # DO NOT CHANGE THIS AFTER INITIAL SETUP!
  950. #
  951. #pepper: "EVEN_MORE_SECRET"
  952. # Enable sending emails for password resets, notification events or
  953. # account expiry notices
  954. #
  955. # If your SMTP server requires authentication, the optional smtp_user &
  956. # smtp_pass variables should be used
  957. #
  958. #email:
  959. # enable_notifs: false
  960. # smtp_host: "localhost"
  961. # smtp_port: 25 # SSL: 465, STARTTLS: 587
  962. # smtp_user: "exampleusername"
  963. # smtp_pass: "examplepassword"
  964. # require_transport_security: False
  965. # notif_from: "Your Friendly %(app)s Home Server <noreply@example.com>"
  966. # app_name: Matrix
  967. #
  968. # # Enable email notifications by default
  969. # #
  970. # notif_for_new_users: True
  971. #
  972. # # Defining a custom URL for Riot is only needed if email notifications
  973. # # should contain links to a self-hosted installation of Riot; when set
  974. # # the "app_name" setting is ignored
  975. # #
  976. # riot_base_url: "http://localhost/riot"
  977. #
  978. # # Enable sending password reset emails via the configured, trusted
  979. # # identity servers
  980. # #
  981. # # IMPORTANT! This will give a malicious or overtaken identity server
  982. # # the ability to reset passwords for your users! Make absolutely sure
  983. # # that you want to do this! It is strongly recommended that password
  984. # # reset emails be sent by the homeserver instead
  985. # #
  986. # # If this option is set to false and SMTP options have not been
  987. # # configured, resetting user passwords via email will be disabled
  988. # #
  989. # #trust_identity_server_for_password_resets: false
  990. #
  991. # # Configure the time that a validation email or text message code
  992. # # will expire after sending
  993. # #
  994. # # This is currently used for password resets
  995. # #
  996. # #validation_token_lifetime: 1h
  997. #
  998. # # Template directory. All template files should be stored within this
  999. # # directory. If not set, default templates from within the Synapse
  1000. # # package will be used
  1001. # #
  1002. # # For the list of default templates, please see
  1003. # # https://github.com/matrix-org/synapse/tree/master/synapse/res/templates
  1004. # #
  1005. # #template_dir: res/templates
  1006. #
  1007. # # Templates for email notifications
  1008. # #
  1009. # notif_template_html: notif_mail.html
  1010. # notif_template_text: notif_mail.txt
  1011. #
  1012. # # Templates for account expiry notices
  1013. # #
  1014. # expiry_template_html: notice_expiry.html
  1015. # expiry_template_text: notice_expiry.txt
  1016. #
  1017. # # Templates for password reset emails sent by the homeserver
  1018. # #
  1019. # #password_reset_template_html: password_reset.html
  1020. # #password_reset_template_text: password_reset.txt
  1021. #
  1022. # # Templates for password reset success and failure pages that a user
  1023. # # will see after attempting to reset their password
  1024. # #
  1025. # #password_reset_template_success_html: password_reset_success.html
  1026. # #password_reset_template_failure_html: password_reset_failure.html
  1027. #password_providers:
  1028. # - module: "ldap_auth_provider.LdapAuthProvider"
  1029. # config:
  1030. # enabled: true
  1031. # uri: "ldap://ldap.example.com:389"
  1032. # start_tls: true
  1033. # base: "ou=users,dc=example,dc=com"
  1034. # attributes:
  1035. # uid: "cn"
  1036. # mail: "email"
  1037. # name: "givenName"
  1038. # #bind_dn:
  1039. # #bind_password:
  1040. # #filter: "(objectClass=posixAccount)"
  1041. # Clients requesting push notifications can either have the body of
  1042. # the message sent in the notification poke along with other details
  1043. # like the sender, or just the event ID and room ID (`event_id_only`).
  1044. # If clients choose the former, this option controls whether the
  1045. # notification request includes the content of the event (other details
  1046. # like the sender are still included). For `event_id_only` push, it
  1047. # has no effect.
  1048. #
  1049. # For modern android devices the notification content will still appear
  1050. # because it is loaded by the app. iPhone, however will send a
  1051. # notification saying only that a message arrived and who it came from.
  1052. #
  1053. #push:
  1054. # include_content: true
  1055. #spam_checker:
  1056. # module: "my_custom_project.SuperSpamChecker"
  1057. # config:
  1058. # example_option: 'things'
  1059. # Uncomment to allow non-server-admin users to create groups on this server
  1060. #
  1061. #enable_group_creation: true
  1062. # If enabled, non server admins can only create groups with local parts
  1063. # starting with this prefix
  1064. #
  1065. #group_creation_prefix: "unofficial/"
  1066. # User Directory configuration
  1067. #
  1068. # 'enabled' defines whether users can search the user directory. If
  1069. # false then empty responses are returned to all queries. Defaults to
  1070. # true.
  1071. #
  1072. # 'search_all_users' defines whether to search all users visible to your HS
  1073. # when searching the user directory, rather than limiting to users visible
  1074. # in public rooms. Defaults to false. If you set it True, you'll have to
  1075. # rebuild the user_directory search indexes, see
  1076. # https://github.com/matrix-org/synapse/blob/master/docs/user_directory.md
  1077. #
  1078. #user_directory:
  1079. # enabled: true
  1080. # search_all_users: false
  1081. # User Consent configuration
  1082. #
  1083. # for detailed instructions, see
  1084. # https://github.com/matrix-org/synapse/blob/master/docs/consent_tracking.md
  1085. #
  1086. # Parts of this section are required if enabling the 'consent' resource under
  1087. # 'listeners', in particular 'template_dir' and 'version'.
  1088. #
  1089. # 'template_dir' gives the location of the templates for the HTML forms.
  1090. # This directory should contain one subdirectory per language (eg, 'en', 'fr'),
  1091. # and each language directory should contain the policy document (named as
  1092. # '<version>.html') and a success page (success.html).
  1093. #
  1094. # 'version' specifies the 'current' version of the policy document. It defines
  1095. # the version to be served by the consent resource if there is no 'v'
  1096. # parameter.
  1097. #
  1098. # 'server_notice_content', if enabled, will send a user a "Server Notice"
  1099. # asking them to consent to the privacy policy. The 'server_notices' section
  1100. # must also be configured for this to work. Notices will *not* be sent to
  1101. # guest users unless 'send_server_notice_to_guests' is set to true.
  1102. #
  1103. # 'block_events_error', if set, will block any attempts to send events
  1104. # until the user consents to the privacy policy. The value of the setting is
  1105. # used as the text of the error.
  1106. #
  1107. # 'require_at_registration', if enabled, will add a step to the registration
  1108. # process, similar to how captcha works. Users will be required to accept the
  1109. # policy before their account is created.
  1110. #
  1111. # 'policy_name' is the display name of the policy users will see when registering
  1112. # for an account. Has no effect unless `require_at_registration` is enabled.
  1113. # Defaults to "Privacy Policy".
  1114. #
  1115. #user_consent:
  1116. # template_dir: res/templates/privacy
  1117. # version: 1.0
  1118. # server_notice_content:
  1119. # msgtype: m.text
  1120. # body: >-
  1121. # To continue using this homeserver you must review and agree to the
  1122. # terms and conditions at %(consent_uri)s
  1123. # send_server_notice_to_guests: True
  1124. # block_events_error: >-
  1125. # To continue using this homeserver you must review and agree to the
  1126. # terms and conditions at %(consent_uri)s
  1127. # require_at_registration: False
  1128. # policy_name: Privacy Policy
  1129. #
  1130. # Local statistics collection. Used in populating the room directory.
  1131. #
  1132. # 'bucket_size' controls how large each statistics timeslice is. It can
  1133. # be defined in a human readable short form -- e.g. "1d", "1y".
  1134. #
  1135. # 'retention' controls how long historical statistics will be kept for.
  1136. # It can be defined in a human readable short form -- e.g. "1d", "1y".
  1137. #
  1138. #
  1139. #stats:
  1140. # enabled: true
  1141. # bucket_size: 1d
  1142. # retention: 1y
  1143. # Server Notices room configuration
  1144. #
  1145. # Uncomment this section to enable a room which can be used to send notices
  1146. # from the server to users. It is a special room which cannot be left; notices
  1147. # come from a special "notices" user id.
  1148. #
  1149. # If you uncomment this section, you *must* define the system_mxid_localpart
  1150. # setting, which defines the id of the user which will be used to send the
  1151. # notices.
  1152. #
  1153. # It's also possible to override the room name, the display name of the
  1154. # "notices" user, and the avatar for the user.
  1155. #
  1156. #server_notices:
  1157. # system_mxid_localpart: notices
  1158. # system_mxid_display_name: "Server Notices"
  1159. # system_mxid_avatar_url: "mxc://server.com/oumMVlgDnLYFaPVkExemNVVZ"
  1160. # room_name: "Server Notices"
  1161. # Uncomment to disable searching the public room list. When disabled
  1162. # blocks searching local and remote room lists for local and remote
  1163. # users by always returning an empty list for all queries.
  1164. #
  1165. #enable_room_list_search: false
  1166. # The `alias_creation` option controls who's allowed to create aliases
  1167. # on this server.
  1168. #
  1169. # The format of this option is a list of rules that contain globs that
  1170. # match against user_id, room_id and the new alias (fully qualified with
  1171. # server name). The action in the first rule that matches is taken,
  1172. # which can currently either be "allow" or "deny".
  1173. #
  1174. # Missing user_id/room_id/alias fields default to "*".
  1175. #
  1176. # If no rules match the request is denied. An empty list means no one
  1177. # can create aliases.
  1178. #
  1179. # Options for the rules include:
  1180. #
  1181. # user_id: Matches against the creator of the alias
  1182. # alias: Matches against the alias being created
  1183. # room_id: Matches against the room ID the alias is being pointed at
  1184. # action: Whether to "allow" or "deny" the request if the rule matches
  1185. #
  1186. # The default is:
  1187. #
  1188. #alias_creation_rules:
  1189. # - user_id: "*"
  1190. # alias: "*"
  1191. # room_id: "*"
  1192. # action: allow
  1193. # The `room_list_publication_rules` option controls who can publish and
  1194. # which rooms can be published in the public room list.
  1195. #
  1196. # The format of this option is the same as that for
  1197. # `alias_creation_rules`.
  1198. #
  1199. # If the room has one or more aliases associated with it, only one of
  1200. # the aliases needs to match the alias rule. If there are no aliases
  1201. # then only rules with `alias: *` match.
  1202. #
  1203. # If no rules match the request is denied. An empty list means no one
  1204. # can publish rooms.
  1205. #
  1206. # Options for the rules include:
  1207. #
  1208. # user_id: Matches agaisnt the creator of the alias
  1209. # room_id: Matches against the room ID being published
  1210. # alias: Matches against any current local or canonical aliases
  1211. # associated with the room
  1212. # action: Whether to "allow" or "deny" the request if the rule matches
  1213. #
  1214. # The default is:
  1215. #
  1216. #room_list_publication_rules:
  1217. # - user_id: "*"
  1218. # alias: "*"
  1219. # room_id: "*"
  1220. # action: allow
  1221. # Server admins can define a Python module that implements extra rules for
  1222. # allowing or denying incoming events. In order to work, this module needs to
  1223. # override the methods defined in synapse/events/third_party_rules.py.
  1224. #
  1225. # This feature is designed to be used in closed federations only, where each
  1226. # participating server enforces the same rules.
  1227. #
  1228. #third_party_event_rules:
  1229. # module: "my_custom_project.SuperRulesSet"
  1230. # config:
  1231. # example_option: 'things'
  1232. ## Opentracing ##
  1233. # These settings enable opentracing which implements distributed tracing
  1234. # This allows you to observe the causal chain of events across servers
  1235. # including requests, key lookups etc. across any server running
  1236. # synapse or any other other services which supports opentracing.
  1237. # (specifically those implemented with jaeger)
  1238. #opentracing:
  1239. # # Enable / disable tracer
  1240. # tracer_enabled: false
  1241. # # The list of homeservers we wish to expose our current traces to.
  1242. # # The list is a list of regexes which are matched against the
  1243. # # servername of the homeserver
  1244. # homeserver_whitelist:
  1245. # - ".*"