You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/posts/7.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,7 @@ gluetun_cobalt_api:
65
65
<blockquote class="alert-box">
66
66
<p>If you change your cobalt ports, change the port allocation on gluetun to match the ports you used for cobalt.</p>
67
67
</blockquote>
68
+
68
69
In the 2 environment variables, `WIREGUARD_PUBLIC_KEY` and `WIREGUARD_PRIVATE_KEY`, you need to change these to the ones you generated from step 1. You can find them in the `wgcf-profile.conf` file. Find the two fields in the file `PrivateKey` and `PublicKey`. Set the two environment variables to them.
69
70
70
71
Change your image from `ghcr.io/imputnet/cobalt:11` to either `git.canine.tools/canine.tools/cobalt:api` or `ghcr.io/zimpatrick/cobalt:staging`. These two images are forks that made changes to allow YouTube (and others) work.
@@ -93,8 +94,8 @@ services:
93
94
container_name: cobalt_api
94
95
environment:
95
96
# adjust as needed
96
-
API_URL: 'https://api.url.example/'
97
-
CUSTOM_INNERTUBE_CLIENT: WEB_EMBEDDED # make sure this is here
97
+
API_URL='https://api.url.example/'
98
+
CUSTOM_INNERTUBE_CLIENT=WEB_EMBEDDED # make sure this is here
0 commit comments