Gitea integration - There is no external integration installed

Hi all. I’m trying to deploy kanboard with gitea using docker. I installed gitea plugin, but in Settings > Integrations I saw message ‘There is no external integration installed.’ I tried to add gog, github plugins - but result is same. Here’s my docker-compose kanboard part:

  kanboard:
    image: kanboard/kanboard:v1.2.43
    networks:
      - devops
    ports:
      - "80:80"
      - "443:443"
    environment:
      - PLUGIN_INSTALLER=true
      - DB_DRIVER=mysql
      - DB_USERNAME=kanboard
      - DB_PASSWORD=password
      - DB_HOSTNAME=db
      - DB_NAME=kanboard
    volumes:
      - ./data/kanboard_data/app_data:/var/www/app/data
      - ./data/kanboard_data/kanboard_plugins:/var/www/app/plugins
      - ./data/kanboard_data/kanboard_ssl:/etc/nginx/ssl

what I’ve missed?

You have to set up this per project, at Configure this project → Integrations.

Then you have to assign an Automatic Action to the event.