Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d85695cfc6 | |||
| ec91419b36 | |||
| 1384b96742 | |||
| ab138b033a | |||
| 968e633bf8 | |||
| aa6c02f60b | |||
| 60423333fe | |||
| 4026adc04a | |||
| 94669590b1 | |||
| cf6223f0b5 | |||
| 89ade00efb | |||
| 4f67181637 | |||
| 2bd3d91595 | |||
| 6f1f6c349d | |||
| a8ee4bd2b2 |
@@ -53,6 +53,7 @@ ArgoCD homelab project
|
|||||||
| **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) |
|
||||||
| **lidarr** | [](https://ag.hexor.cy/applications/argocd/lidarr) |
|
| **lidarr** | [](https://ag.hexor.cy/applications/argocd/lidarr) |
|
||||||
|
| **llamacpp** | [](https://ag.hexor.cy/applications/argocd/llamacpp) |
|
||||||
| **matrix** | [](https://ag.hexor.cy/applications/argocd/matrix) |
|
| **matrix** | [](https://ag.hexor.cy/applications/argocd/matrix) |
|
||||||
| **mtproxy** | [](https://ag.hexor.cy/applications/argocd/mtproxy) |
|
| **mtproxy** | [](https://ag.hexor.cy/applications/argocd/mtproxy) |
|
||||||
| **n8n** | [](https://ag.hexor.cy/applications/argocd/n8n) |
|
| **n8n** | [](https://ag.hexor.cy/applications/argocd/n8n) |
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ data:
|
|||||||
LLAMA_CACHE: /models
|
LLAMA_CACHE: /models
|
||||||
LLAMA_ARG_HOST: 0.0.0.0
|
LLAMA_ARG_HOST: 0.0.0.0
|
||||||
LLAMA_ARG_PORT: "8080"
|
LLAMA_ARG_PORT: "8080"
|
||||||
LLAMA_ARG_HF_REPO: unsloth/Qwen3.6-35B-A3B-MTP-GGUF:UD-Q6_K
|
LLAMA_ARG_HF_REPO: "unsloth/Qwen3.6-35B-A3B-MTP-GGUF:UD-Q6_K"
|
||||||
LLAMA_ARG_CTX_SIZE: "32768"
|
LLAMA_ARG_CTX_SIZE: "32768"
|
||||||
LLAMA_ARG_FLASH_ATTN: auto
|
LLAMA_ARG_FLASH_ATTN: auto
|
||||||
LLAMA_ARG_FIT: "on"
|
LLAMA_ARG_FIT: "on"
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: llamacpp
|
app: llamacpp
|
||||||
spec:
|
spec:
|
||||||
|
dnsPolicy: Default
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/hostname: ai.tail2fe2d.ts.net
|
kubernetes.io/hostname: ai.tail2fe2d.ts.net
|
||||||
tolerations:
|
tolerations:
|
||||||
@@ -28,7 +29,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: llamacpp
|
- name: llamacpp
|
||||||
image: ghcr.io/ggml-org/llama.cpp:server-rocm-b9501
|
image: ghcr.io/ggml-org/llama.cpp:server-rocm-b9501
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: IfNotPresent
|
||||||
envFrom:
|
envFrom:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
name: llamacpp-config
|
name: llamacpp-config
|
||||||
|
|||||||
@@ -53,8 +53,8 @@ spec:
|
|||||||
upstream_oauth2:
|
upstream_oauth2:
|
||||||
providers:
|
providers:
|
||||||
- id: 001KKV4EKY7KG98W2M9T806K6A
|
- id: 001KKV4EKY7KG98W2M9T806K6A
|
||||||
human_name: Authentik
|
human_name: SSO Login
|
||||||
issuer: https://idm.hexor.cy/application/o/matrix/
|
issuer: https://auth.hexor.cy/auth/realms/hexor
|
||||||
client_id: "{{ .oauth_client_id }}"
|
client_id: "{{ .oauth_client_id }}"
|
||||||
client_secret: "{{ .oauth_client_secret }}"
|
client_secret: "{{ .oauth_client_secret }}"
|
||||||
token_endpoint_auth_method: client_secret_post
|
token_endpoint_auth_method: client_secret_post
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ resources:
|
|||||||
helmCharts:
|
helmCharts:
|
||||||
- name: pgadmin4
|
- name: pgadmin4
|
||||||
repo: https://helm.runix.net
|
repo: https://helm.runix.net
|
||||||
version: 1.50.0
|
version: 1.64.0
|
||||||
releaseName: pgmanager
|
releaseName: pgmanager
|
||||||
namespace: psql
|
namespace: psql
|
||||||
valuesFile: pgadmin4-values.yaml
|
valuesFile: pgadmin4-values.yaml
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
#kubernetes.io/hostname: home.homenet
|
#kubernetes.io/hostname: home.homenet
|
||||||
kubernetes.io/hostname: master.tail2fe2d.ts.net
|
kubernetes.io/hostname: music.tail2fe2d.ts.net
|
||||||
terminationGracePeriodSeconds: 10
|
terminationGracePeriodSeconds: 10
|
||||||
containers:
|
containers:
|
||||||
- name: prom-a2s-exporter
|
- name: prom-a2s-exporter
|
||||||
|
|||||||
@@ -46,18 +46,49 @@ oauth2_applications = {
|
|||||||
post_logout_redirect_uris = ["https://ai.hexor.cy/*"]
|
post_logout_redirect_uris = ["https://ai.hexor.cy/*"]
|
||||||
}
|
}
|
||||||
FuruMusic = {
|
FuruMusic = {
|
||||||
redirect_uris = ["https://music.hexor.cy/auth/oidc/callback"]
|
redirect_uris = ["https://music.hexor.cy/auth/oidc/callback", "https://music.hexor.cy/auth/mobile/oidc/callback"]
|
||||||
web_origins = ["https://music.hexor.cy"]
|
web_origins = ["https://music.hexor.cy"]
|
||||||
post_logout_redirect_uris = ["https://music.hexor.cy/*"]
|
post_logout_redirect_uris = ["https://music.hexor.cy/*"]
|
||||||
}
|
}
|
||||||
FuruMusic-dev = {
|
FuruMusic-dev = {
|
||||||
redirect_uris = ["https://music-dev.hexor.cy/auth/oidc/callback", "http://127.0.0.1:3000/auth/oidc/callback", "http://10.0.5.103:3000/auth/oidc/callback"]
|
redirect_uris = ["http://127.0.0.1:3000/auth/oidc/callback", "http://10.0.5.104:3000/auth/oidc/callback", "http://10.0.5.104:3000/auth/mobile/oidc/callback"]
|
||||||
web_origins = ["https://music-dev.hexor.cy", "http://127.0.0.1:3000", "http://10.0.5.103:3000"]
|
web_origins = ["http://127.0.0.1:3000", "http://10.0.5.104:3000"]
|
||||||
post_logout_redirect_uris = ["https://music-dev.hexor.cy/*", "http://127.0.0.1:3000/*", "http://10.0.5.103:3000/*"]
|
post_logout_redirect_uris = ["http://127.0.0.1:3000/*", "http://10.0.5.104:3000/*"]
|
||||||
}
|
}
|
||||||
Web-Petting = {
|
Web-Petting = {
|
||||||
redirect_uris = ["https://pet.hexor.cy/admin/oidc/callback", "https://xn--l1acako8eb.xn--p1ai/admin/oidc/callback", "https://мурняня.рф/admin/oidc/callback"]
|
redirect_uris = ["https://pet.hexor.cy/admin/oidc/callback", "https://xn--l1acako8eb.xn--p1ai/admin/oidc/callback", "https://мурняня.рф/admin/oidc/callback"]
|
||||||
web_origins = ["https://pet.hexor.cy", "https://xn--l1acako8eb.xn--p1ai", "https://мурняня.рф", ]
|
web_origins = ["https://pet.hexor.cy", "https://xn--l1acako8eb.xn--p1ai", "https://мурняня.рф", ]
|
||||||
post_logout_redirect_uris = ["https://pet.hexor.cy/*", "https://xn--l1acako8eb.xn--p1ai/*", "https://мурняня.рф/*"]
|
post_logout_redirect_uris = ["https://pet.hexor.cy/*", "https://xn--l1acako8eb.xn--p1ai/*", "https://мурняня.рф/*"]
|
||||||
}
|
}
|
||||||
|
Paperless-ngx = {
|
||||||
|
redirect_uris = ["https://docs.hexor.cy/accounts/oidc/authentik/login/callback/"]
|
||||||
|
web_origins = ["https://docs.hexor.cy"]
|
||||||
|
post_logout_redirect_uris = ["https://docs.hexor.cy/*"]
|
||||||
|
}
|
||||||
|
Immich = {
|
||||||
|
redirect_uris = [
|
||||||
|
"https://photos.hexor.cy/auth/login",
|
||||||
|
"https://photos.hexor.cy/user-settings",
|
||||||
|
"app.immich:///oauth-callback",
|
||||||
|
"http://photos.homenet:30283/auth/login",
|
||||||
|
"http://photos.homenet:30283/user-settings"
|
||||||
|
]
|
||||||
|
web_origins = ["https://photos.hexor.cy", "http://photos.homenet:30283"]
|
||||||
|
post_logout_redirect_uris = ["https://photos.hexor.cy/*", "http://photos.homenet:30283/*"]
|
||||||
|
}
|
||||||
|
HomeAssistant-LMS = {
|
||||||
|
redirect_uris = ["http://ha-lms:8123/auth/oidc/callback", "http://ha-lms.homenet:8123/auth/oidc/callback"]
|
||||||
|
web_origins = ["http://ha-lms:8123", "http://ha-lms.homenet:8123"]
|
||||||
|
post_logout_redirect_uris = ["http://ha-lms:8123/*", "http://ha-lms.homenet:8123/*"]
|
||||||
|
}
|
||||||
|
HomeAssistant-LND = {
|
||||||
|
redirect_uris = ["http://ha-london:8123/auth/oidc/callback", "http://ha-london.tail2fe2d.ts.net:8123/auth/oidc/callback"]
|
||||||
|
web_origins = ["http://ha-london:8123", "http://ha-london.tail2fe2d.ts.net:8123"]
|
||||||
|
post_logout_redirect_uris = ["http://ha-london:8123/*", "http://ha-london.tail2fe2d.ts.net:8123/*"]
|
||||||
|
}
|
||||||
|
Matrix-Chat = {
|
||||||
|
redirect_uris = ["https://auth.matrix.hexor.cy/upstream/callback/001KKV4EKY7KG98W2M9T806K6A"]
|
||||||
|
web_origins = ["https://auth.matrix.hexor.cy"]
|
||||||
|
post_logout_redirect_uris = ["https://auth.matrix.hexor.cy/*"]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user