mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2025-04-13 09:44:40 +00:00
docs: Add usage example of "customHtml.head" to ".config/example.yml"
This commit is contained in:
parent
ce26d8d3cb
commit
cf260762f4
1 changed files with 8 additions and 0 deletions
|
@ -425,3 +425,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
Reference in a new issue