Hello
First:
Have problem with install GenieACS on docker.
Use docker file https://github.com/GeiserX/genieacs-docker/blob/master/docker-compose.yml
But container with mongo 7.0 crash all time. All is fresh install, ubuntu 22.04, docker, docker-compose. Someone same problem ?
Second:
If I use https for UI, just need to input path to cert.crt and cert.keyon docker file ?
…
- GENIEACS_EXT_DIR=/opt/genieacs/ext
- GENIEACS_MONGODB_CONNECTION_URL=mongodb://mongo/genieacs
- GENIEACS_UI_SSL_CERT=/opt/GenieACS-Docker/https/cert.crt
- GENIEACS_UI_SSL_KEY=/opt/GenieACS-Docker/https/cert.key
…
In this case UI will be TLS ?