&& docker run --publish 8080:80 -d --name welcome registry.gitlab.e.foundation:5000/e/infra/docker-welcome:yourtag
&& docker run --publish 8080:80 -d --name welcome registry.gitlab.e.foundation/e/infra/docker-welcome:yourtag
```
# Account creation
The account creation has a captcha built-in. If you wish to use any tool to bypass this captcha, you need to set the ENV variable `BYPASS_CAPTCHA_TOKEN` with any token/hash that you want. Then, when sending the request to `process_email_invite.php` you need to set the GET parameter `bypass_captcha_token`;
## Ecloud
## Murena Cloud and self-host
To be able to create an ecloud account, you need to set the ENV variable `ECLOUD_ACCOUNTS_SECRET`
To be able to create an account to a Murena Cloud instance, you need to set the ENV variable `ECLOUD_ACCOUNTS_SECRET`
## Gitlab
To be able to create an gitlab account, you need to set the ENV variables `GITLAB_TOKEN` and `GITLAB_URL`.
To be able to create a gitlab account, you need to set the ENV variables `GITLAB_TOKEN` and `GITLAB_URL`.
For local development, `GITLAB_URL` can be http://localhost/ (don't forget to run an instance of gitlab). `GITLAB_TOKEN` can be generated on the gitlab instance. Both instances need to be on the **same docker network**.
@@ -51,7 +51,7 @@ user@email.com:password
```
Then, the user can sign up with the following URL: