From a86482b8947f9cca7d6bf01e3719f73199ecb201 Mon Sep 17 00:00:00 2001 From: wukko Date: Fri, 29 Mar 2024 07:13:26 +0600 Subject: [PATCH] docs/run-an-instance: fix tiktok device info sample Signed-off-by: wukko --- docs/run-an-instance.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/run-an-instance.md b/docs/run-an-instance.md index 01675e24..204cff09 100644 --- a/docs/run-an-instance.md +++ b/docs/run-an-instance.md @@ -67,7 +67,7 @@ sudo service nscd start you need to get your own device info for tiktok functionality to work. this can be done by proxying the app through any request-intercepting proxy (such as [mitmproxy](https://mitmproxy.org)). you need to disable ssl pinning to see requests. there will be no assistance provided by cobalt for this. example config (replace **ALL** values with ones you got from mitm): -```json +``` '{ "iid": "", "device_id": "", @@ -95,4 +95,4 @@ TIKTOK_DEVICE_INFO='{"iid":"","device_id":"","c | `IS_BETA` | `0` | `1` | toggles beta tag next to cobalt logo.
`0`: disabled. `1`: enabled. | | `PLAUSIBLE_HOSTNAME` | ➖ | `plausible.io`* | enables plausible analytics with provided hostname as receiver backend. | -\* don't use plausible.io as receiver backend unless you paid for their cloud service. use your own domain when hosting community edition of plausible. refer to their [docs](https://plausible.io/docs) when needed. \ No newline at end of file +\* don't use plausible.io as receiver backend unless you paid for their cloud service. use your own domain when hosting community edition of plausible. refer to their [docs](https://plausible.io/docs) when needed.