mirror of
https://git.boykissers.com/pawkey/pawkey-sk.git
synced 2025-12-20 04:04:16 +00:00
docs: Add usage example of "customHtml.head" to ".config/example.yml"
This commit is contained in:
@@ -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)
|
# 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
|
# 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
|
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">
|
||||||
|
|||||||
Reference in New Issue
Block a user