Compare commits
3 Commits
auto-updat
...
auto-updat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f4c6b04761 | ||
|
|
d0895497fb | ||
|
|
291fafad58 |
@@ -44,6 +44,7 @@ ArgoCD homelab project
|
|||||||
| **jellyfin** | [](https://ag.hexor.cy/applications/argocd/jellyfin) |
|
| **jellyfin** | [](https://ag.hexor.cy/applications/argocd/jellyfin) |
|
||||||
| **k8s-secrets** | [](https://ag.hexor.cy/applications/argocd/k8s-secrets) |
|
| **k8s-secrets** | [](https://ag.hexor.cy/applications/argocd/k8s-secrets) |
|
||||||
| **khm** | [](https://ag.hexor.cy/applications/argocd/khm) |
|
| **khm** | [](https://ag.hexor.cy/applications/argocd/khm) |
|
||||||
|
| **n8n** | [](https://ag.hexor.cy/applications/argocd/n8n) |
|
||||||
| **ollama** | [](https://ag.hexor.cy/applications/argocd/ollama) |
|
| **ollama** | [](https://ag.hexor.cy/applications/argocd/ollama) |
|
||||||
| **paperless** | [](https://ag.hexor.cy/applications/argocd/paperless) |
|
| **paperless** | [](https://ag.hexor.cy/applications/argocd/paperless) |
|
||||||
| **pasarguard** | [](https://ag.hexor.cy/applications/argocd/pasarguard) |
|
| **pasarguard** | [](https://ag.hexor.cy/applications/argocd/pasarguard) |
|
||||||
|
|||||||
@@ -1,18 +1,25 @@
|
|||||||
config:
|
config:
|
||||||
general:
|
general:
|
||||||
instance_name: "HexorSearXNG"
|
instance_name: "HexorSearXNG"
|
||||||
|
debug: true
|
||||||
server:
|
server:
|
||||||
limiter: false
|
limiter: false
|
||||||
public_instance: false
|
public_instance: false
|
||||||
method: "POST, GET"
|
method: "POST"
|
||||||
general:
|
|
||||||
debug: true
|
|
||||||
search:
|
search:
|
||||||
formats:
|
|
||||||
- html
|
|
||||||
- json
|
|
||||||
safe_search: 0
|
safe_search: 0
|
||||||
|
botdetection:
|
||||||
|
ip_limit:
|
||||||
|
filter_link_local: false
|
||||||
|
http_accept:
|
||||||
|
filter: false
|
||||||
|
http_accept_encoding:
|
||||||
|
filter: false
|
||||||
|
http_accept_language:
|
||||||
|
filter: false
|
||||||
|
http_user_agent:
|
||||||
|
filter: false
|
||||||
valkey:
|
valkey:
|
||||||
enabled: true
|
enabled: true
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/hostname: master.tail2fe2d.ts.net
|
kubernetes.io/hostname: master.tail2fe2d.ts.net
|
||||||
Reference in New Issue
Block a user