nixfiles/hosts/koi/containers/sharkey/patches/zond.patch
teidesu 5a5aecc14b
feat(sharkey): unfollow notification + send notifs to a webhook
also moved to patching sources instead of patching built dockerfile
2024-05-17 12:55:27 +03:00

9 lines
455 B
Diff

--- a/packages/backend/src/server/web/views/base.pug
+++ b/packages/backend/src/server/web/views/base.pug
@@ -44,5 +44,6 @@
link(rel='stylesheet' href='/static-assets/fonts/sharkey-icons/style.css')
link(rel='modulepreload' href=`/vite/${clientEntry.file}`)
+ script(src='https://zond.tei.su/script.js' data-website-id="9629ae3b-b086-4be1-acd2-82e2a4a58c2a")
if !config.clientManifestExists
script(type="module" src="/vite/@vite/client")