Generate key

This commit is contained in:
Thom Wiggers
2025-05-07 21:08:40 +02:00
parent 801292f1b2
commit 168d5bea93
2 changed files with 39 additions and 4 deletions

View File

@@ -137,13 +137,13 @@ ircService:
mediaProxy:
# To generate a .jwk file:
# $ node src/generate-signing-key.js > signingkey.jwk
signingKeyPath: "signingkey.jwk"
signingKeyPath: "/data/auth-media.jwk"
# How long should the generated URLs be valid for
ttlSeconds: 3600
ttlSeconds: 604800
# The port for the media proxy to listen on
bindPort: 11111
bindPort: {{ matrix_media_repo_port | to_json }}
# The publically accessible URL to the media proxy
publicUrl: "https://irc.bridge/media"
publicUrl: "{{ matrix_appservice_irc_homeserver_media_url }}"
# Options here are generally only applicable to large-scale bridges and may have
# consequences greater than other options in this configuration file.