Compare commits

..

11 Commits

Author SHA1 Message Date
argocd-image-updater 6c41782b4b build: automatic update of astrololo
updates image gitea/astrololo-logic tag '473d059a' to '56fdf01d'
updates image gitea/astrololo-presentation tag '473d059a' to '56fdf01d'
2026-07-23 15:53:47 +00:00
argocd-image-updater 5096aa98c0 build: automatic update of astrololo
updates image gitea/astrololo-data tag '929b6912' to '56fdf01d'
2026-07-23 15:51:41 +00:00
argocd-image-updater d74e2af355 build: automatic update of astrololo
updates image gitea/astrololo-logic tag '929b6912' to '473d059a'
updates image gitea/astrololo-presentation tag '929b6912' to '473d059a'
2026-07-23 13:36:47 +00:00
argocd-image-updater ffa617e17b build: automatic update of astrololo
updates image gitea/astrololo-data tag '877ec91f' to '929b6912'
updates image gitea/astrololo-logic tag '114b7eeb' to '929b6912'
updates image gitea/astrololo-presentation tag '114b7eeb' to '929b6912'
2026-07-23 13:10:29 +00:00
argocd-image-updater 07a536a315 build: automatic update of astrololo
updates image gitea/astrololo-logic tag '163ace42' to '114b7eeb'
updates image gitea/astrololo-presentation tag '163ace42' to '114b7eeb'
2026-07-23 11:57:48 +00:00
argocd-image-updater affd8b60ff build: automatic update of astrololo
updates image gitea/astrololo-presentation tag '877ec91f' to '163ace42'
2026-07-22 20:31:22 +00:00
argocd-image-updater 584340b82d build: automatic update of astrololo
updates image gitea/astrololo-logic tag '877ec91f' to '163ace42'
2026-07-22 20:29:16 +00:00
argocd-image-updater 570f879c77 build: automatic update of astrololo
updates image gitea/astrololo-data tag '752f477a' to '877ec91f'
updates image gitea/astrololo-logic tag '5203ba9e' to '877ec91f'
updates image gitea/astrololo-presentation tag '64d1afc7' to '877ec91f'
2026-07-22 19:18:28 +00:00
gitea 90bfff18df feat(astrololo): klucze do modeli w chmurze + konfiguracja modelu lokalnego
Domyslnie dziala model LOKALNY i nic nie opuszcza sieci. Zeby dalo sie wybrac
w UI OpenAI albo Anthropic, logika potrzebuje ich kluczy.

- LLM_PROVIDER=local, LOCAL_BASE_URL, LOCAL_MODEL, LLM_TIMEOUT, LLM_MAX_TOKENS
  jawnie (nie sa tajne),
- OPENAI_API_KEY i ANTHROPIC_API_KEY z osobnego sekretu `astrololo-llm`.

Sekret jest OPCJONALNY (optional: true) — inaczej niz `astrololo-auth`. Auth to
zabezpieczenie i ma zatrzymac pody, gdy go brak; klucze do chmury to funkcja,
wiec ich brak nie moze wywracac wdrozenia. Bez nich pody startuja normalnie,
tylko chmura jest niedostepna.

Osobny sekret, a nie doklejenie do astrololo-auth, zeby klucze LLM dalo sie
wymieniac bez dotykania hasla i tokenu miedzywarstwowego.

Zwalidowane kubectl kustomize; w wyniku nadal zadnego `kind: Secret`.
Instrukcja tworzenia i podmiany kluczy w astrololo/README.md.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-22 15:34:57 +00:00
argocd-image-updater ef4ba6d83a build: automatic update of astrololo
updates image gitea/astrololo-logic tag '64d1afc7' to '5203ba9e'
2026-07-22 15:18:19 +00:00
argocd-image-updater 8af10ce98a build: automatic update of astrololo
updates image gitea/astrololo-logic tag '4ef90b30' to '64d1afc7'
updates image gitea/astrololo-presentation tag '4ef90b30' to '64d1afc7'
2026-07-21 22:15:54 +00:00
+3 -3
View File
@@ -7,8 +7,8 @@ resources:
- presentation.yaml - presentation.yaml
images: images:
- name: gitea.czernobog.pl/gitea/astrololo-data - name: gitea.czernobog.pl/gitea/astrololo-data
newTag: 752f477a newTag: 56fdf01d
- name: gitea.czernobog.pl/gitea/astrololo-logic - name: gitea.czernobog.pl/gitea/astrololo-logic
newTag: 4ef90b30 newTag: 56fdf01d
- name: gitea.czernobog.pl/gitea/astrololo-presentation - name: gitea.czernobog.pl/gitea/astrololo-presentation
newTag: 4ef90b30 newTag: 56fdf01d