1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

make the listen address configurable - fixes #927

sadly `fastify.listen` doesn't support passing more than 1 address
This commit is contained in:
dakkar
2025-02-10 10:40:06 +00:00
parent 50a3e55be4
commit 427d09e643
4 changed files with 10 additions and 3 deletions

View File

@@ -100,6 +100,8 @@ url: https://example.tld/
# The port that your Misskey server should listen on.
port: 3000
# the address to bind to, defaults to "every address"
# address: '0.0.0.0'
# You can also use UNIX domain socket.
# socket: /path/to/misskey.sock