diff options
| author | Luke Smith <Luke Smith> | 2022-07-01 07:12:18 -0400 |
|---|---|---|
| committer | Luke Smith <Luke Smith> | 2022-07-01 07:12:18 -0400 |
| commit | 6aada73b5f49dfe55c2537699f91ea08293515bd (patch) | |
| tree | 8ba011cfc129ec70a4aec0a879ae354c8edb6bcd /content/searxng.md | |
| parent | 8600ca27d6f8972630d44d6a42d6e17b368d2520 (diff) | |
| parent | a5b9cef883cd59cbea79859d627a7fd483d57e9e (diff) | |
Merge branch 'master' of https://github.com/goshawk22/landchad into goshawk22-master
Diffstat (limited to 'content/searxng.md')
| -rw-r--r-- | content/searxng.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/content/searxng.md b/content/searxng.md index 4797b69..7e0c570 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 @@ -29,8 +31,8 @@ apt install git nginx -y Open http and https ports. ```sh -iptables -I INPUT 6 -m state --state NEW -p tcp --dport 80 -j ACCEPT -iptables -I INPUT 6 -m state --state NEW -p tcp --dport 443 -j ACCEPT +iptables -I INPUT -m state --state NEW -p tcp --dport 80 -j ACCEPT +iptables -I INPUT -m state --state NEW -p tcp --dport 443 -j ACCEPT netfilter-persistent save ufw allow 80 ufw allow 443 |
