Merge branch 'develop' into merge/2025-03-24
This commit is contained in:
commit
91fb75dece
11 changed files with 34 additions and 6 deletions
|
|
@ -435,3 +435,11 @@ attachLdSignatureForRelays: true
|
|||
# If you're not using jemalloc, this may cause memory fragmentation and performance issues! (https://www.npmjs.com/package/ws#websocket-compression)
|
||||
# jemalloc is used by default in the Sharkey Docker image and may be set up manually otherwise: https://github.com/jemalloc/jemalloc/wiki/getting-started
|
||||
websocketCompression: false
|
||||
|
||||
# Inject arbitrary HTML tags to customize Sharkey without having to fork it
|
||||
#customHtml:
|
||||
# head: |
|
||||
# <!-- The possibilities are limitless! -->
|
||||
# <script>console.log("Hello, world!")</script>
|
||||
# <style>.whatever { color: red; }</style>
|
||||
# <link rel="stylesheet" href="https://example.com/styles.css">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue