From 4f07f8f4b5e870373ebf750e0346e5010cb22029 Mon Sep 17 00:00:00 2001 From: ArjhanToteck <38510221+ArjhanToteck@users.noreply.github.com> Date: Sun, 24 Nov 2024 11:51:19 -0700 Subject: [PATCH] Capitalized Invidious where required (#615) --- docs/applications.md | 2 +- docs/community-installation-guide.md | 4 ++-- docs/configuration.md | 2 +- docs/faq.md | 4 ++-- docs/hide-instance-behind-proxy-server.md | 2 +- docs/installation.md | 4 ++-- docs/ipv6-rotator.md | 2 +- docs/redirector.md | 2 +- docs/reset-password.md | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/applications.md b/docs/applications.md index 4524e0b..48eeebe 100644 --- a/docs/applications.md +++ b/docs/applications.md @@ -28,7 +28,7 @@ Lists of third-party projects that use or support Invidious. | [Redirector](https://github.com/einaregilsson/Redirector) | Extension for Firefox and Chromium that can manually be configured to process Invidious Redirects. For details, see the [setup page](./redirector.md) to use it with Invidious. | [Source](https://github.com/einaregilsson/Redirector) / [Firefox](https://addons.mozilla.org/addon/redirector) / [Chrome](https://chrome.google.com/webstore/detail/redirector/ocgpenflpmgnfapjedencafcfakcekcd) | | [Invidious Copy URL](https://github.com/recette-lemon/invidious-copy-url) | Adds context menu options on Invidious to copy shortened YouTube URL at current time or not (Requires using developer mode in Chrome or a developer version of Firefox). | | | [Privacy Redirect](https://github.com/SimonBrazell/privacy-redirect) | Redirects YouTube to Invidious, Twitter to Nitter, and Instagram to Bibliogram. | [Source](https://github.com/SimonBrazell/privacy-redirect) / [Firefox](https://addons.mozilla.org/addon/privacy-redirect) / [Chrome](https://chrome.google.com/webstore/detail/privacy-redirect/pmcmeagblkinmogikoikkdjiligflglb) | -| [SponsorBlock](https://github.com/ajayyy/SponsorBlock) | A crowd-sourced extension to skip sponsorships. Support invidious instances if enabled in the options. | [Source](https://github.com/ajayyy/SponsorBlock) / [Firefox](https://addons.mozilla.org/addon/sponsorblock) / [Chrome](https://chrome.google.com/webstore/detail/mnjggcdmjocbbbhaepdhchncahnbgone) | +| [SponsorBlock](https://github.com/ajayyy/SponsorBlock) | A crowd-sourced extension to skip sponsorships. Support Invidious instances if enabled in the options. | [Source](https://github.com/ajayyy/SponsorBlock) / [Firefox](https://addons.mozilla.org/addon/sponsorblock) / [Chrome](https://chrome.google.com/webstore/detail/mnjggcdmjocbbbhaepdhchncahnbgone) | | [Inviduration](https://github.com/rsapkf/inviduration) | Firefox extension that shows total duration of playlists on Invidious. | [Source](https://github.com/rsapkf/inviduration) / [Firefox](https://addons.mozilla.org/addon/inviduration) | | [Alter](https://github.com/w3bdev1/alter) | Firefox extension that redirects YouTube, Twitter and Reddit to Invidious, Nitter and Teddit respectively. | [Source](https://github.com/w3bdev1/alter) / [Firefox](https://addons.mozilla.org/addon/alter) | diff --git a/docs/community-installation-guide.md b/docs/community-installation-guide.md index b205004..e95bc4e 100644 --- a/docs/community-installation-guide.md +++ b/docs/community-installation-guide.md @@ -14,7 +14,7 @@ sudo dnf install podman ### Download the configuration files from Invidious' repository Note: Currently the repository has to be cloned, this is because the `init-invidious-db.sh` file and the `config/sql` directory have to be mounted to the postgres container (See the volumes section in the postgres' container). This "problem" will be solved in the future. -> `` Absolute path in your home directory where invidious will be downloaded (e.i. /home/johnsmith/.inv) +> `` Absolute path in your home directory where Invidious will be downloaded (e.i. /home/johnsmith/.inv) ```bash cd @@ -173,7 +173,7 @@ In the same terminal where you defined the environmental variables, create new e INVIDIOUS_HMAC_KEY="$HMAC" EOF -From now on, if you need to change configuration just edit the generated file `~/.config/containers/systemd/invidious.env`. Now, create invidious container unit: +From now on, if you need to change configuration just edit the generated file `~/.config/containers/systemd/invidious.env`. Now, create Invidious container unit: cat > ~/.config/containers/systemd/invidious.container <