Setup Crowdsec with Nginx Proxy Manager - Part 2 (Multi-server setup)

Поделиться
HTML-код
  • Опубликовано: 25 авг 2024
  • We continue from the part 1 to setup a crowdsec multi-server installation. This video can help you setup a local LAPI crowdsec server with multiple agents on different servers.
    To install crowdsec run commands:
    command 1
    curl -s packagecloud.i... | sudo bash
    command 2
    sudo apt install crowdsec
    crowdsec hub:
    app.crowdsec.n...
    www.crowdsec.net/
    LePresidente's github page:
    github.com/LeP...
    docker-compose.yml file:
    raw.githubuser...
    #crowdsec #npm #nginx

Комментарии • 8

  • @crowdsec
    @crowdsec 10 месяцев назад +2

    Awesome video! Cant wait to see how you will use CrowdSec next!

    • @geek2gether469
      @geek2gether469  10 месяцев назад

      @crowdsec6295 Thank you for watching and i appreciate the feedback.

  • @doublepoil
    @doublepoil 9 месяцев назад +4

    Using postgres 15, permission didn't work as is. I added those 2 lines right after GRANT ALL PRIVILEGES to make it work :
    \c crowdsec postgres
    GRANT ALL ON SCHEMA public TO crowdsec;

    • @K1llerX
      @K1llerX 3 месяца назад

      i switched to a mariadb server, posgres from ubuntu repo or ver 16 was always on exited state

  • @MIXTERKALI1
    @MIXTERKALI1 27 дней назад

    What's the port you forward from outside for NPM ?

    • @geek2gether469
      @geek2gether469  26 дней назад

      It depends on you. But if you want to use https standard port 443 you’d port forward 443 to 4443(NPM)

  • @FapCraft69
    @FapCraft69 10 месяцев назад +1

    thanks for the update

    • @geek2gether469
      @geek2gether469  10 месяцев назад

      You are welcome and thank you for watching.