0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-18 12:28:28 +02:00
dendrite/setup/config
Boris Rybalkin 985298cfc4
app service unix socket support (#3022)
This is the last part of unix socket support to talk to app servers, go
based app services already support unix sockets:

5a68173fe3
```
appservice:
  # The address that the homeserver can use to connect to this appservice.
  address: unix:///var/snap/matrix/current/whatsapp.socket

  # The hostname and port where this appservice should listen.
  hostname: /var/snap/matrix/current/whatsapp.socket
  port: 0
```

### Pull Request Checklist

<!-- Please read
https://matrix-org.github.io/dendrite/development/contributing before
submitting your pull request -->

* [x] I have added Go unit tests or [Complement integration
tests](https://github.com/matrix-org/complement) for this PR _or_ I have
justified why this PR doesn't need tests
* [x] Pull request includes a [sign off below using a legally
identifiable
name](https://matrix-org.github.io/dendrite/development/contributing#sign-off)
_or_ I have already signed off privately

Signed-off-by: `Boris Rybalkin <ribalkin@gmail.com>`
2023-04-04 09:42:46 +02:00
..
config.go unix socket support (#2974) 2023-03-01 22:57:30 +01:00
config_address.go simplify unix socket permission format (#3014) 2023-03-16 08:51:21 +01:00
config_address_test.go simplify unix socket permission format (#3014) 2023-03-16 08:51:21 +01:00
config_appservice.go app service unix socket support (#3022) 2023-04-04 09:42:46 +02:00
config_clientapi.go Remove polylith/API mode (#2967) 2023-02-14 12:47:47 +01:00
config_federationapi.go Remove polylith/API mode (#2967) 2023-02-14 12:47:47 +01:00
config_global.go Change default stats reporting endpoint (#3007) 2023-03-10 12:27:08 +01:00
config_jetstream.go Remove polylith/API mode (#2967) 2023-02-14 12:47:47 +01:00
config_keyserver.go Remove polylith/API mode (#2967) 2023-02-14 12:47:47 +01:00
config_mediaapi.go Remove polylith/API mode (#2967) 2023-02-14 12:47:47 +01:00
config_mscs.go Remove polylith/API mode (#2967) 2023-02-14 12:47:47 +01:00
config_relayapi.go Remove polylith/API mode (#2967) 2023-02-14 12:47:47 +01:00
config_roomserver.go Remove polylith/API mode (#2967) 2023-02-14 12:47:47 +01:00
config_syncapi.go Remove polylith/API mode (#2967) 2023-02-14 12:47:47 +01:00
config_test.go Remove polylith/API mode (#2967) 2023-02-14 12:47:47 +01:00
config_userapi.go Remove polylith/API mode (#2967) 2023-02-14 12:47:47 +01:00