mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-05 15:39:26 +01:00
985298cfc4
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>`
77 lines
No EOL
814 B
Text
77 lines
No EOL
814 B
Text
.*.swp
|
|
|
|
# Hidden files
|
|
.*
|
|
|
|
# Allow GitHub config
|
|
!.github
|
|
|
|
# Downloads
|
|
/.downloads
|
|
|
|
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
|
*.o
|
|
*.a
|
|
*.so
|
|
|
|
# Folders
|
|
/kafka
|
|
/bin
|
|
/pkg
|
|
/_obj
|
|
/_test
|
|
/vendor/bin
|
|
/docker/build
|
|
/logs
|
|
/jetstream
|
|
|
|
# Architecture specific extensions/prefixes
|
|
*.[568vq]
|
|
[568vq].out
|
|
|
|
*.cgo1.go
|
|
*.cgo2.c
|
|
_cgo_defun.c
|
|
_cgo_gotypes.go
|
|
_cgo_export.*
|
|
|
|
_testmain.go
|
|
|
|
*.exe
|
|
*.test
|
|
*.prof
|
|
*.wasm
|
|
*.aar
|
|
*.jar
|
|
*.framework
|
|
*.xcframework
|
|
|
|
# Generated keys
|
|
*.pem
|
|
*.key
|
|
*.crt
|
|
|
|
# Default configuration file
|
|
dendrite.yaml
|
|
|
|
# Database files
|
|
*.db
|
|
*.db-journal
|
|
|
|
# Log files
|
|
*.log*
|
|
|
|
# Generated code
|
|
cmd/dendrite-demo-yggdrasil/embed/fs*.go
|
|
|
|
# Test dependencies
|
|
test/wasm/node_modules
|
|
|
|
# Ignore complement folder when running locally
|
|
complement/
|
|
|
|
# Stuff from GitHub Pages
|
|
docs/_site
|
|
|
|
media_store/
|
|
build |