From b38469d91e78cc99b83a9159a3e98f78663388a6 Mon Sep 17 00:00:00 2001 From: Kainoa Kanter Date: Wed, 9 Nov 2022 22:17:39 +0100 Subject: [PATCH] more tips & tricks --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20e4afdde..bb30731b7 100644 --- a/README.md +++ b/README.md @@ -118,5 +118,7 @@ sudo docker compose up -d ## 😉 Tips & Tricks -- To generate ServiceWorker keys, run `npx web-push generate-vapid-keys` -- I'd ***strongly*** recommend against using CloudFlare, but if you do, make sure to turn code minification off. \ No newline at end of file +- I'd ***strongly*** recommend against using CloudFlare, but if you do, make sure to turn code minification off. +- For push notifications, run `npx web-push generate-vapid-keys`, the put the public and private keys into Control Panel > General > ServiceWorker. +- For translations, make a [DeepL](https://deepl.com) account and generate an API key, then put it into Control Panel > General > DeepL Translation. +- For link previews, go to Control Panel > Security > Summaly Proxy and put in `https://summaly.arkjp.net`. \ No newline at end of file