Black_file

Results 31 comments of Black_file

@Mohamed-Hacene I used docker compose too and neither work

If is something I can do to help you to fix that ask me :)

@Mohamed-Hacene Yeah proxy seem to be the problem but this is mandatory in my case, although it's weird because it's not a problem with installation (network) but with compiling, I'm...

Let me know if you have a fix for this issue before me ;) P.S: Building image on another docker node and importing do not work because `no command` at...

This is a very good news !!! When you think your image will be published ? I ask you that because this tool will help me to migrate to NIS2...

@Mohamed-Hacene It work with your images on ghcr. But I think I found a bug, let me explain: If you modify in docker-compose.yml hostname of containers backend and/or frontend an...

Oups fail, I get login page but can't login, when I click on login button nothing happen. Same on password reset page. Nginx (Reverse) Log ```shell "POST /login?next=/ HTTP/1.1" 403...

Here is my new configuration ```yaml services: backend: image: ghcr.io/intuitem/ciso-assistant-community/backend:latest container_name: ciso_backend hostname: backend restart: always environment: - ALLOWED_HOSTS=backend - CISO_ASSISTANT_URL=https://cisoassistant.domain.com - DJANGO_DEBUG=True # DB - POSTGRES_NAME=ciso - POSTGRES_USER=ciso_user -...

Hey @Mohamed-Hacene sorry for the late response but, I updated all images to the latest version and had the same error as described before, can't login. Here is my log...

Hey, @Mohamed-Hacene @ab-smith I pulled 1.0.9 and it didn't work neither