Skip to content

Commit 944f463

Browse files
authored
chore: remove arm64 image comment from docs/installation.md (#706)
OCIs got merged into a single tag: iv-org/invidious#5700 therefore having `latest-arm64` is no longer needed.
1 parent a321740 commit 944f463

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

docs/installation.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ Make sure to run the newer Docker Compose V2: https://docs.docker.com/compose/in
4949
services:
5050
invidious:
5151
image: quay.io/invidious/invidious:latest
52-
# image: quay.io/invidious/invidious:latest-arm64 # ARM64/AArch64 devices
5352
restart: unless-stopped
5453
# Remove "127.0.0.1:" if used from an external IP
5554
ports:
@@ -98,7 +97,7 @@ Make sure to run the newer Docker Compose V2: https://docs.docker.com/compose/in
9897
# https://github.com/iv-org/invidious/blob/master/config/config.example.yml
9998
environment:
10099
# Use the key generated in the 2nd step
101-
- SERVER_SECRET_KEY=CHANGE_ME!!SAME_AS_INVIDIOUS_COMPANION_SECRET_KEY_FROM_INVIDIOUS_CONFIG
100+
- SERVER_SECRET_KEY=CHANGE_ME!!SAME_AS_INVIDIOUS_COMPANION_SECRET_KEY_FROM_INVIDIOUS_CONFIG
102101
restart: unless-stopped
103102
# Uncomment only if you have configured "public_url" for Invidious companion
104103
# Or if you want to use Invidious companion as an API in your program.
@@ -211,7 +210,7 @@ cd invidious
211210
make
212211

213212
# 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
215214

216215
# edit config.yaml to include invidious companion
217216

@@ -271,7 +270,7 @@ Crystal, the programming language used by Invidious, [doesn't officially support
271270

272271
- By installing [Docker desktop](https://docs.docker.com/desktop/setup/install/windows-install/) and then following [our guide about Docker](#docker).
273272
- 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.
275274
Not officially supported by Invidious developers!
276275

277276
### 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.
306305

307306
Uncomment `public_url` for the parameter `invidious_companion:` in Invidious config.yaml and configure it like this:
308307

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`.
310309
Examples: `https://MYINVIDIOUSDOMAIN/companion` or `https://COMPANION.MYINVIDIOUSDOMAIN/companion`.
311310

312311
Then configure your reverse proxy:

0 commit comments

Comments
 (0)