install crowdsec on unraid #673
-
Hi, How can i install crowdsec on unraid? I have tried to use these volumes, but it's not working. services: I get these erros: |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 18 replies
-
NPMplus
you can ignore them or you can empty the file at /mnt/cache/appdata/crowdsec/config/acquis.yaml |
Beta Was this translation helpful? Give feedback.
-
I just can't get it working. NPM PLUS default unraid paths are: Container Path: /var/www I'm new to unraid and docker, maybe that's why. What volume paths should i use for docker compose? As i said above, i used these, but i'm not sure if the paths are good.
|
Beta Was this translation helpful? Give feedback.
-
Also, in NPMPlus logs i get there errors: nginx: [warn] "ssl_stapling" ignored, issuer certificate not found for certificate "/data/tls/dummycert.pem" |
Beta Was this translation helpful? Give feedback.
-
Hi, About this error : nginx: [error] invalid PID number "" in "/usr/local/nginx/logs/nginx.pid"
error: error running shared postrotate script for '/data/nginx/*.log ' I've seen your modification, thank you ! But a ; is missing : if [ -f /usr/local/nginx/logs/nginx.pid ]; then nginx -s reload fi
if [ -f /usr/local/nginx/logs/nginx.pid ]; then nginx -s reload; fi |
Beta Was this translation helpful? Give feedback.
-
After update, the webgui is not working anymore, neither websites. nginx: [emerg] unknown directive "off" in /data/nginx/proxy_host/2.conf:60 |
Beta Was this translation helpful? Give feedback.
-
I found the issue. Also, now i can remove the http3 off lines from the config. Thanks! client_body_buffer_size 512k; But now i get this error. Any idea how to fix it? 2024/03/04 10:35:34 [error] 1076#1076: *161 SSL_do_handshake() failed (SSL: error:0A0000EB:SSL routines::no application protocol) while handling frames, client: 192.168.1.103, server: 0.0.0.0:443 |
Beta Was this translation helpful? Give feedback.
-
I have enabled http2 again then, if you say. I've tried once more to disable proxy_buffering, but no luck! What can cause this? My domain in on cloudflare, no proxy enabled. If i turn on dns rewrite on adguard home, speed jumps to 30-40mb. Something is wrong on my setup. |
Beta Was this translation helpful? Give feedback.
yes, it was an issue with crowdsec on unraid, after server restart, the ip was changing everytime. But i added a custom network with a fixed IP. It's workingnow, but it is safe to use it like this?