Skip to content

Commit 89f47c9

Browse files
committed
update guide
1 parent 38f678a commit 89f47c9

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

src/posts/7.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,12 @@ network_mode: service:gluetun_cobalt_api
130130

131131
This tells Docker to use our gluetun container as the network. Since it uses the gluetun container for networking, we have to move the port allocation to gluetun.
132132

133-
Lastly, we need to add this one environment variable to cobalt: `CUSTOM_INNERTUBE_CLIENT=WEB_EMBEDDED`.
133+
Lastly, we need to add these environment variables to cobalt:
134+
```
135+
CUSTOM_INNERTUBE_CLIENT=TV_SIMPLY
136+
YOUTUBE_GENERATE_PO_TOKENS=1
137+
YOUTUBE_USE_ONESIE=1
138+
```
134139

135140
<hr>
136141

@@ -153,7 +158,10 @@ services:
153158
environment:
154159
# adjust as needed, use add your current variables here
155160
- API_URL='https://api.url.example/'
156-
- CUSTOM_INNERTUBE_CLIENT=WEB_EMBEDDED # make sure this is here
161+
# make sure the ones below stay
162+
- CUSTOM_INNERTUBE_CLIENT=TV_SIMPLY
163+
- YOUTUBE_GENERATE_PO_TOKENS=1
164+
- YOUTUBE_USE_ONESIE=1
157165
volumes:
158166
# adjust as needed if you use cookies/keys
159167
- ./cookies.json:/cookies.json
@@ -276,7 +284,9 @@ In Notepad, copy and paste this below:
276284

277285
```bash
278286
API_URL=http://localhost:9000/
279-
CUSTOM_INNERTUBE_CLIENT=WEB_EMBEDDED
287+
CUSTOM_INNERTUBE_CLIENT=TV_SIMPLY
288+
YOUTUBE_GENERATE_PO_TOKENS=1
289+
YOUTUBE_USE_ONESIE=1
280290
```
281291

282292
Save the file (Control + S) and close Notepad. Run these commands in the same Terminal Window.

0 commit comments

Comments
 (0)