diff options
| author | Adam Lawson <dev@goshawk22.uk> | 2022-06-28 12:51:56 +0100 |
|---|---|---|
| committer | Adam Lawson <dev@goshawk22.uk> | 2022-06-28 12:51:56 +0100 |
| commit | 485868879f11292bde460c55f9c04a48bd13f4f3 (patch) | |
| tree | 7c9875eb8cac85319e681406154b1ecba2cb220c /content | |
| parent | 98fa01c53248997fa5820680e32490467cee5773 (diff) | |
searxng: Document using root user
If logged in as root user, installation will fail as other users created by install scripts won't have permission to access the git repository. Fixes #186 thanks to @kevxyz
Diffstat (limited to 'content')
| -rw-r--r-- | content/searxng.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/searxng.md b/content/searxng.md index 4797b69..1770163 100644 --- a/content/searxng.md +++ b/content/searxng.md @@ -20,6 +20,8 @@ that can be accessed using a domain over HTTPS. Features include: ## Installation +"For the installation procedure, use a sudoer login to run the scripts. If you install from root, take into account that the scripts are creating a searx, a filtron and a morty user. In the installation procedure these new created users do need read access to the clone of searx, which is not the case if you clone into a folder below /root." - SearXNG Docs + Install the required packages. ```sh |
