1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 01:36:23 +00:00

Add recipe for searxng (#274)

* Add recipe for searxng

Signed-off-by: David Young <davidy@funkypenguin.co.nz>

* Fussy linter

Signed-off-by: David Young <davidy@funkypenguin.co.nz>

---------

Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
David Young
2023-03-11 06:47:52 +13:00
committed by GitHub
parent 3d48b42f15
commit cf44acda27
65 changed files with 439 additions and 132 deletions

View File

@@ -155,7 +155,7 @@ To create a hashed password you can run the following command
### Authelia Docker Swarm config
Create a docker swarm config file in docker-compose syntax (v3), something like this example:
Create a docker swarm config file in docker-compose syntax (v3), something like the example below.. example:
--8<-- "premix-cta.md"

View File

@@ -27,7 +27,7 @@ Here's a [screencast I recorded](https://static.funkypenguin.co.nz/2021/screenca
!!! tip
Store your client ID and secret safely - you'll need them for the next step.
### Prepare environment
### Prepare {{ page.meta.recipe }} environment
Create `/var/data/config/traefik-forward-auth/traefik-forward-auth.env` as per the following example: