Preflight Checklist
What happened?
I am running Moltis via docker compose on a remote server with TLS terminated elsewhere. The only change I have made to the repo provided docker-compose.yml file is to add an environment variable to disable TLS (MOLTIS_NO_TLS: true).
When I access the site I'm presented with the following page:
I ran the suggested command (moltis auth reset-password) in the docker container but it did not help.
Expected behavior
I would expected to see an authentication page where I could enter the setup code so I could then set a password / passkey.
Steps to reproduce
On a remote server ...
- Download the docker-compose.ymlfile
- Add an environment variable for
MOLTIS_NO_TLS: true
- mkdir -p config data
- chown 1000:1000 config data
- docker compose up
On a local browser ...
- Access the site (https:///moltis.somewhere.org)
Did this happen during a chat session?
No
Chat session context (if applicable)
Error messages / logs
Is this a regression?
I don't know
Last working version
No response
Moltis version
moltis 20260409.01
Component
Gateway / Web UI
Install method
Docker
Operating system
Ubuntu / Debian
Additional context
No response
Preflight Checklist
What happened?
I am running Moltis via docker compose on a remote server with TLS terminated elsewhere. The only change I have made to the repo provided docker-compose.yml file is to add an environment variable to disable TLS (
MOLTIS_NO_TLS: true).When I access the site I'm presented with the following page:
I ran the suggested command (
moltis auth reset-password) in the docker container but it did not help.Expected behavior
I would expected to see an authentication page where I could enter the setup code so I could then set a password / passkey.
Steps to reproduce
On a remote server ...
MOLTIS_NO_TLS: trueOn a local browser ...
Did this happen during a chat session?
No
Chat session context (if applicable)
Error messages / logs
Is this a regression?
I don't know
Last working version
No response
Moltis version
moltis 20260409.01
Component
Gateway / Web UI
Install method
Docker
Operating system
Ubuntu / Debian
Additional context
No response