Skip to content

Troubleshooting

Arthur Jamet edited this page Feb 20, 2026 · 2 revisions

This page lists tips and tricks to help you debug errors when setting up:

  • Please, do not use generative AI to write the configuration files for you. From experience, it never managed to produce a valid configuration.
  • Unless you know what you are doing, do not edit the docker-compose file. All the internal ports are configured so that you don't have anything to do.

I cannot sign up and create the admin account

On the web app, if the signup button is greyed out, it means that either user registration has been disabled (see here), or that the web app cannot reach the server. The latter is usually what happens.

This means that there is a misconfiguration in the ports, probably in your firewall or docker configuration.

Clone this wiki locally