Skip to content

Setup broken: IGNORE_TLS_CERT_ERRORS contains false #355

@donquixote

Description

@donquixote

I get this after running the setup script:

services.bbb-web.environment.IGNORE_TLS_CERT_ERRORS contains false, which is an invalid type, it should be a string, number, or a null

Here is the full output and commands:

~/****/bbbb-docker $ ./scripts/setup 
Should greenlight be included? (y/n): n
Should an automatic HTTPS Proxy be included? (y/n): n
Please enter the domain name: bbb.domainname.com
Should the recording feature be included?
   IMPORTANT: this is currently a big privacy issues, because it will 
   record everything which happens in the conference, even when the button
   suggests, that it does not.
   make sure that you always get people's consent, before they join a room!
   https://github.com/bigbluebutton/bigbluebutton/issues/9202
Choice (y/n): n
Should a Prometheus exporter be included? (y/n): n
Is 185.191.249.93 your external IPv4 address? (y/n): y
--------------------------------------------------
configuration file .env got successfully created!

you can look through it for further adjusments
  $ nano .env

make sure to recreate the docker-compose.yml after each change
  $ ./scripts/generate-compose

to start bigbluebutton run
  $ docker compose up -d
~/****/bbbb-docker $ docker-compose up -d
default
Current context is now "default"
WARNING: The ENABLE_RECORDING variable is not set. Defaulting to a blank string.
WARNING: The REMOVE_OLD_RECORDING variable is not set. Defaulting to a blank string.
WARNING: The RECORDING_MAX_AGE_DAYS variable is not set. Defaulting to a blank string.
ERROR: The Compose file './docker-compose.yml' is invalid because:
services.bbb-web.environment.IGNORE_TLS_CERT_ERRORS contains false, which is an invalid type, it should be a string, number, or a null
services.apps-akka.build contains unsupported option: 'additional_contexts'
services.bbb-export-annotations.build contains unsupported option: 'additional_contexts'
services.bbb-graphql-actions.build contains unsupported option: 'additional_contexts'
services.bbb-graphql-middleware.build contains unsupported option: 'additional_contexts'
services.bbb-graphql-server.build contains unsupported option: 'additional_contexts'
services.bbb-pads.build contains unsupported option: 'additional_contexts'
services.bbb-web.build contains unsupported option: 'additional_contexts'
services.etherpad.build contains unsupported option: 'additional_contexts'
services.freeswitch.build contains unsupported option: 'additional_contexts'
services.fsesl-akka.build contains unsupported option: 'additional_contexts'
services.nginx.build contains unsupported option: 'additional_contexts'
services.webrtc-sfu.build contains unsupported option: 'additional_contexts'

So I did say "no" to some of the options, which I think should be valid (otherwise, why ask).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions