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
# Uncomment only if you have configured "public_url" for Invidious companion
104
103
# Or if you want to use Invidious companion as an API in your program.
@@ -211,7 +210,7 @@ cd invidious
211
210
make
212
211
213
212
# Configure config/config.yml as you like
214
-
cp config/config.example.yml config/config.yml
213
+
cp config/config.example.yml config/config.yml
215
214
216
215
# edit config.yaml to include invidious companion
217
216
@@ -271,7 +270,7 @@ Crystal, the programming language used by Invidious, [doesn't officially support
271
270
272
271
- By installing [Docker desktop](https://docs.docker.com/desktop/setup/install/windows-install/) and then following [our guide about Docker](#docker).
273
272
- By installing [Windows Subsystem for Linux](https://msdn.microsoft.com/en-us/commandline/wsl/about) and then following [our guide about Linux](#linux).
274
-
- By installing [Windows-specific builds](https://github.com/crystal-lang/crystal/releases/) of Crystal. Be wary, as we don't currently have records of Invidious being tested on those "unsupported" builds yet.
273
+
- By installing [Windows-specific builds](https://github.com/crystal-lang/crystal/releases/) of Crystal. Be wary, as we don't currently have records of Invidious being tested on those "unsupported" builds yet.
275
274
Not officially supported by Invidious developers!
276
275
277
276
### Is your platform not listed (Podman, BSD, LXC and more)?
@@ -306,7 +305,7 @@ This will greatly improve your playback when used by multiple users.
306
305
307
306
Uncomment `public_url` for the parameter `invidious_companion:` in Invidious config.yaml and configure it like this:
308
307
309
-
Configure the `public_url` to be the same as the domain used for Invidious or on a separate domain (if you want) with the path `/companion`.
308
+
Configure the `public_url` to be the same as the domain used for Invidious or on a separate domain (if you want) with the path `/companion`.
310
309
Examples: `https://MYINVIDIOUSDOMAIN/companion` or `https://COMPANION.MYINVIDIOUSDOMAIN/companion`.
0 commit comments