From 1e3650a06bb3d998f57a0380144f34cfa208a3fb Mon Sep 17 00:00:00 2001 From: Emilien <4016501+unixfox@users.noreply.github.com> Date: Fri, 3 Jan 2025 11:28:07 +0100 Subject: [PATCH] add guide contributor --- docs/community-installation-guide.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/community-installation-guide.md b/docs/community-installation-guide.md index e068a4e..2b7d632 100644 --- a/docs/community-installation-guide.md +++ b/docs/community-installation-guide.md @@ -13,6 +13,8 @@ After installation take a look at the [Post-install steps](installation.md#post- ## Podman (rootless container) +Guide contributor(s): [@sigulete](https://github.com/sigulete) + Podman is usually pre-installed in Fedora, CentOS, RHEL and derivatives. But if this is not the case, the instruction below will install all necessary packages. RHEL based and RHEL-like systems @@ -111,6 +113,8 @@ podman image prune -f ## Podman via systemd +Guide contributor(s): [@lzap](https://github.com/lzap) + This method is suitable for systems which come with Podman version 5.x or higher and systemd (e.g. Fedora, CentOS Stream 9 or clones). Instructions are written for root-less mode, do not run the commands as root since paths are different. Ensure that SELinux is in enforcing mode for maximum security. Create a new volume for database: @@ -220,6 +224,8 @@ Keep in mind that generated units cannot be enabled using `systemctl enable`, th ## MacOS +Guide contributor(s): Previously Invidious developers + ### Generate po_token and visitor_data identities [Follow these instructions here on the official tool `youtube-trusted-session-generator`](https://github.com/iv-org/youtube-trusted-session-generator?tab=readme-ov-file#tutorial-without-docker)