I created a weblate(version 2.11) and gitlab container.
Steps to reproduce
weblate docker-compose.override.yml
version: '2'
services:
weblate:
environment:
- WEBLATE_SITE_TITLE=weblate
- WEBLATE_EMAIL_HOST=smtp.gmail.com
- WEBLATE_EMAIL_HOST_USER=12345678
- WEBLATE_EMAIL_HOST_PASSWORD=12345678
# - WEBLATE_REQUIRE_LOGIN=1
- WEBLATE_OFFLOAD_INDEXING=1
- WEBLATE_TIME_ZONE=Asia/Taipei
- WEBLATE_REGISTRATION_OPEN=1
- WEBLATE_ALLOWED_HOSTS=dev.weblate.com
- WEBLATE_ADMIN_PASSWORD=password
I tried recreate a lot of times container. I still got the error message
In addition to generating client SSH key, you need to verify host keys as well. You can do that on the very same interface in Weblate, see documentation.