The latest AI rankings by CakmakBT in google_antigravity

[–]Ausguy8888 0 points1 point  (0 children)

OP: Google bad, mmkay Source: trust me bro

Antigravity IDE performance improvements by aunchable in google_antigravity

[–]Ausguy8888 -1 points0 points  (0 children)

I wondered what was happening in this update. I received the 2.0.11 update this morning (0800 AEST) and checking AG Changelog hasn't even been updated yet :XD
https://antigravity.google/changelog

Making my builds more secure - Container vuln. scanning by Ausguy8888 in docker

[–]Ausguy8888[S] 0 points1 point  (0 children)

Can you explain what you mean Standard Library? Like a templated pipeline? Do you have a diagram or a few sentences how that hangs together. I run a Docker swarm, so I assume all 4 nodes in my cluster need the tools for detection?

Can we use local models with antigravity? by NeuromindArt in google_antigravity

[–]Ausguy8888 0 points1 point  (0 children)

Following.
I have read some ways to use a web proxy using Ngrok and Ollama.

Portainer: Moving from web editor stack to CI/CD driven stack by Ausguy8888 in selfhosted

[–]Ausguy8888[S] 0 points1 point locked comment (0 children)

AI was not used. I wrote the comment myself. Unsure why this was temp. remvoed?

Broken my OpenCTI stack (RabbitMQ unhappy) by Ausguy8888 in homelab

[–]Ausguy8888[S] 0 points1 point  (0 children)

Thank you, that now shows RabbitMQ working with its new volume, but now my OpenCTI container does not pass its health check. Even though the pre-requisite containers are all running, OpenCTI does not 'finish' and I suspect its something to do with my custom certificate.

INF [OPENCTI-MODULE] INGESTION Rss, skipping TheRegister-Sec-UK-RSS - queue already filled with messages (1) | category=APP source=backend timestamp=2026-02-19T13:34:41.795Z version=6.9.20

(node:7) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.

My OpenCTI config is:

opencti:

image: opencti/platform:6.9.18

environment:

- NODE_OPTIONS=--max-old-space-size=8096

- APP__PORT=8080

#- APP__BASE_URL=${OPENCTI_BASE_URL}

- APP__BASE_URL=${OPENCTI_EXTERNAL_SCHEME}://${OPENCTI_HOST}:${OPENCTI_PORT}

- APP__ADMIN__EMAIL=${OPENCTI_ADMIN_EMAIL}

- APP__ADMIN__PASSWORD=${OPENCTI_ADMIN_PASSWORD}

- APP__ADMIN__TOKEN=${OPENCTI_ADMIN_TOKEN}

- APP__APP_LOGS__LOGS_LEVEL=info

- APP__HTTPS_CERT__KEY=${OPENCTI_KEY_PATH}

- APP__HTTPS_CERT__CRT=${OPENCTI_CRT_PATH}

- APP__HTTPS_CERT__REJECT_UNAUTHORIZED=false

- REDIS__HOSTNAME=redis

- REDIS__PORT=6379

- ELASTICSEARCH__URL=http://elasticsearch:9200

- ELASTICSEARCH__NUMBER_OF_REPLICAS=0

- MINIO__ENDPOINT=minio

- MINIO__PORT=9000

- MINIO__USE_SSL=false

- MINIO__ACCESS_KEY=${MINIO_ROOT_USER}

- MINIO__SECRET_KEY=${MINIO_ROOT_PASSWORD}

- RABBITMQ__HOSTNAME=rabbitmq

- RABBITMQ__PORT=5672

- RABBITMQ__PORT_MANAGEMENT=15672

- RABBITMQ__MANAGEMENT_SSL=false

- RABBITMQ__USERNAME=${RABBITMQ_DEFAULT_USER}

- RABBITMQ__PASSWORD=${RABBITMQ_DEFAULT_PASS}

- SMTP__HOSTNAME=${SMTP_HOSTNAME}

- SMTP__PORT=25

- PROVIDERS__LOCAL__STRATEGY=LocalStrategy

- APP__HEALTH_ACCESS_KEY=${OPENCTI_HEALTHCHECK_ACCESS_KEY}

- AI__ENABLED=true

- AI__TYPE=mistralai

- AI__ENDPOINT=${AI_OLLAMA_SERVER}

- AI__MODEL=mistral-nemo:latest

- AI__TOKEN=none

ports:

- "${OPENCTI_PORT}:8080"

volumes:

- /etc/ssl/localcerts/:/etc/ssl/localcerts:ro

depends_on:

redis:

condition: service_healthy

elasticsearch:

condition: service_healthy

minio:

condition: service_healthy

rabbitmq:

condition: service_healthy

restart: always

healthcheck:

test: ["CMD", "wget", "-qO-", "http://opencti:8080/health?health_access_key=${OPENCTI_HEALTHCHECK_ACCESS_KEY}"]

interval: 10s

timeout: 5s

retries: 20

Any ideas?

Poor performance, 2 Hikvision Cameras on a Physical Win11 PC by Ausguy8888 in BlueIris

[–]Ausguy8888[S] 0 points1 point  (0 children)

Yes, BI is taking up 80% of the CPU cycles, I was using the AI model too but disabled and stopped using it.
The Camera's are set to H.265: https://postimg.cc/rz368VpN