mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-13 03:39:59 +00:00
docs/run-an-instance: fix tiktok device info sample
Signed-off-by: wukko <me@wukko.me>
This commit is contained in:
parent
36c697cc5f
commit
a86482b894
1 changed files with 2 additions and 2 deletions
|
@ -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": "<install_id here>",
|
||||
"device_id": "<device_id here>",
|
||||
|
@ -95,4 +95,4 @@ TIKTOK_DEVICE_INFO='{"iid":"<install_id here>","device_id":"<device_id here>","c
|
|||
| `IS_BETA` | `0` | `1` | toggles beta tag next to cobalt logo. <br> `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.
|
||||
\* 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.
|
||||
|
|
Loading…
Reference in a new issue