Compare commits
3 Commits
auto-updat
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 2bcc0f9414 | |||
| dd191c1c6e | |||
| 0a101d7b98 |
@@ -18,11 +18,7 @@ main:
|
|||||||
mountPath: /home/node/.n8n
|
mountPath: /home/node/.n8n
|
||||||
|
|
||||||
worker:
|
worker:
|
||||||
mode: queue
|
mode: regular
|
||||||
persistence:
|
|
||||||
enabled: true
|
|
||||||
existingClaim: n8n-home
|
|
||||||
mountPath: /home/node/.n8n
|
|
||||||
|
|
||||||
webhook:
|
webhook:
|
||||||
url: https://n8n.hexor.cy
|
url: https://n8n.hexor.cy
|
||||||
|
|||||||
@@ -1,7 +1,14 @@
|
|||||||
config:
|
config:
|
||||||
general:
|
general:
|
||||||
instance_name: "HexorSearXNG"
|
instance_name: "HexorSearXNG"
|
||||||
|
server:
|
||||||
|
limiter: false
|
||||||
|
general:
|
||||||
|
debug: true
|
||||||
|
search:
|
||||||
|
formats:
|
||||||
|
- html
|
||||||
|
- json
|
||||||
valkey:
|
valkey:
|
||||||
enabled: true
|
enabled: true
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
|
|||||||
Reference in New Issue
Block a user