From cfe85d34bbf8847b93ff9c6c2a55199eacf741d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milien=20=28perso=29?= <4016501+unixfox@users.noreply.github.com> Date: Thu, 15 Aug 2024 01:54:31 +0200 Subject: [PATCH] improve warning about untrusted code + link to official doc for production --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e652a95..087eee6 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ And an official Docker image is available at `quay.io/invidious/inv-sig-helper`: ### Production -TODO: Follow the official documentation. +Follow the official installation guide: https://github.com/iv-org/documentation/blob/master/docs/installation.md. ### Development @@ -71,9 +71,9 @@ Or you can run it manually but not recommended since you won't lock down the con We recommend running sig_helper inside a locked down environment like an LXC container or a systemd service where only the strict necessary is allowed. -No guide outside of Docker have been written for this but feel free to send your contribution. +No example outside of Docker have been written for this but feel free to send your contribution. -This services runs untrusted code directly from Google. +This service runs untrusted code directly from Google. #### Instructions