Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot
7e78196056 Auto-update README with current k8s applications
All checks were successful
Terraform / Terraform (pull_request) Successful in 1m40s
Generated by CI/CD workflow on 2025-11-07 14:53:15

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2025-11-07 14:53:15 +00:00
3 changed files with 6 additions and 25 deletions

View File

@@ -43,6 +43,7 @@ ArgoCD homelab project
| **jellyfin** | [![jellyfin](https://ag.hexor.cy/api/badge?name=jellyfin&revision=true)](https://ag.hexor.cy/applications/argocd/jellyfin) | | **jellyfin** | [![jellyfin](https://ag.hexor.cy/api/badge?name=jellyfin&revision=true)](https://ag.hexor.cy/applications/argocd/jellyfin) |
| **k8s-secrets** | [![k8s-secrets](https://ag.hexor.cy/api/badge?name=k8s-secrets&revision=true)](https://ag.hexor.cy/applications/argocd/k8s-secrets) | | **k8s-secrets** | [![k8s-secrets](https://ag.hexor.cy/api/badge?name=k8s-secrets&revision=true)](https://ag.hexor.cy/applications/argocd/k8s-secrets) |
| **khm** | [![khm](https://ag.hexor.cy/api/badge?name=khm&revision=true)](https://ag.hexor.cy/applications/argocd/khm) | | **khm** | [![khm](https://ag.hexor.cy/api/badge?name=khm&revision=true)](https://ag.hexor.cy/applications/argocd/khm) |
| **ollama** | [![ollama](https://ag.hexor.cy/api/badge?name=ollama&revision=true)](https://ag.hexor.cy/applications/argocd/ollama) |
| **paperless** | [![paperless](https://ag.hexor.cy/api/badge?name=paperless&revision=true)](https://ag.hexor.cy/applications/argocd/paperless) | | **paperless** | [![paperless](https://ag.hexor.cy/api/badge?name=paperless&revision=true)](https://ag.hexor.cy/applications/argocd/paperless) |
| **pasarguard** | [![pasarguard](https://ag.hexor.cy/api/badge?name=pasarguard&revision=true)](https://ag.hexor.cy/applications/argocd/pasarguard) | | **pasarguard** | [![pasarguard](https://ag.hexor.cy/api/badge?name=pasarguard&revision=true)](https://ag.hexor.cy/applications/argocd/pasarguard) |
| **qbittorent-nas** | [![qbittorent-nas](https://ag.hexor.cy/api/badge?name=qbittorent-nas&revision=true)](https://ag.hexor.cy/applications/argocd/qbittorent-nas) | | **qbittorent-nas** | [![qbittorent-nas](https://ag.hexor.cy/api/badge?name=qbittorent-nas&revision=true)](https://ag.hexor.cy/applications/argocd/qbittorent-nas) |

View File

@@ -1,20 +0,0 @@
clusterDomain: ai.hexor.cy
ollama:
enabled: true
ollama:
gpu:
enabled: false
models:
pull:
- qwen3-vl:8b
run:
- qwen3-vl:8b
pipelines:
enabled: true
tika:
enabled: true
websocket:
enabled: true

View File

@@ -206,14 +206,14 @@ EOT
create_group = true create_group = true
access_groups = ["admins"] access_groups = ["admins"]
} }
"ollama-webui" = { "ollama" = {
name = "OpenWeb-UI" name = "Ollama API"
slug = "ollama-webui" slug = "ollama"
group = "Tools" group = "Tools"
external_host = "https://ai.hexor.cy" external_host = "https://ai.hexor.cy"
internal_host = "http://open-webui.ollama.svc" internal_host = "http://ollama.ollama.svc:11434"
internal_host_ssl_validation = false internal_host_ssl_validation = false
meta_description = "OpenWeb UI" meta_description = "Ollama API"
meta_icon = "https://ollama.com/public/ollama.png" meta_icon = "https://ollama.com/public/ollama.png"
mode = "proxy" mode = "proxy"
outpost = "kubernetes-outpost" outpost = "kubernetes-outpost"