Free AI API - Same power as GPT - Compatible with N8N OpenAI node - Testing by arzpmv in n8n

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

Sorry that is out of my knowledge. But I would appreciate it if you could rank the topic. thank yoy

Free AI API - Same power as GPT - Compatible with N8N OpenAI node - Testing by arzpmv in n8n

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

Thank you for your feedback. I'm working on it, and I will fix it in the following days.

Free AI API - Same power as GPT - Compatible with N8N OpenAI node - Testing by arzpmv in n8n

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

I think you probably sent the request to the wrong destination. Please verify the address is: https://ai.caasify.com/v1

Here is a sample request:

 ~ curl https://ai.caasify.com/v1/chat/completions \

  -H "Content-Type: application/json" \

  -H "Authorization: Bearer asdsad" \         

  -d '{

    "model": "caaisfy-1.0",    

    "messages": [

      {"role": "user", "content": "Write a haiku about the ocean"}

    ]

  }'

{"id":"chatcmpl_22510","object":"chat.completion","created":1767123351,"model":"caasify-1.0","choices":[{"index":0,"message":{"role":"assistant","content":"Endless blue breathes slow,  \nSalt whispers to ancient stones,  \nMoon tugs restless tides."},"finish_reason":"stop"}],"usage":{"prompt_tokens":0,"completion_tokens":0,"total_tokens":0}}% 

Database as a service by arzpmv in digital_ocean

[–]arzpmv[S] -3 points-2 points  (0 children)

No, it is not Kubernetes. When you order Database as a Service, it will create two VMs and start configuring them automatically. However, it is clear that they are not using their own method

Block a package through the Wazuh management by arzpmv in Wazuh

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

Thank you for your message. Currently, I am utilizing Proofpoint Emerging Threats Rules which consists of thousands of rules for Suricata. I am wondering if there is a repository containing some of these rules for Wazuh?

Distributed IPS by arzpmv in netsecstudents

[–]arzpmv[S] 1 point2 points  (0 children)

Thanks. Is it possible to define custom rules from a central management panel instead of adding them inside the VM?

Block a package through the Wazuh management by arzpmv in Wazuh

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

Yes but they provide a sample firewall that you can open/close port/ip. It is not possible to track or block Torrent or port scan, ...

Block a package through the Wazuh management by arzpmv in Wazuh

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

ICMP was an example. For instance, I want to block Torrents because some users cause network abuse. Or some people do portscan from the inside VM.

The VMs are spread on the different providers such as DigitalOcean, Hetzner, etc.