Compare commits
2 Commits
auto-updat
...
auto-updat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
033072d519 | ||
|
|
4981fef85d |
@@ -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) |
|
||||||
|
|||||||
@@ -9,17 +9,15 @@ config:
|
|||||||
search:
|
search:
|
||||||
safe_search: 0
|
safe_search: 0
|
||||||
|
|
||||||
# Create limiter.toml to bypass bot detection
|
extraConfig:
|
||||||
extraConfig: |
|
botdetection:
|
||||||
[botdetection.ip_lists]
|
ip_lists:
|
||||||
pass_ip = [
|
pass_ip:
|
||||||
'0.0.0.0/0', # Allow all IPs
|
- '0.0.0.0/0'
|
||||||
'::0/0' # Allow all IPv6
|
- '::0/0'
|
||||||
]
|
ip_limit:
|
||||||
|
filter_link_local: false
|
||||||
[botdetection.ip_limit]
|
link_token: false
|
||||||
filter_link_local = false
|
|
||||||
link_token = false
|
|
||||||
valkey:
|
valkey:
|
||||||
enabled: true
|
enabled: true
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
|
|||||||
Reference in New Issue
Block a user