@@ -26,9 +26,10 @@ This will generate a default configuration file for your server.
...
@@ -26,9 +26,10 @@ This will generate a default configuration file for your server.
```
```
8. Authenticate Docker with our Gitlab Container Registry to be able to pull our [custom sygnal image](https://gitlab.holi.team/app/holi-chat-server/container_registry)
8. Authenticate Docker with our Gitlab Container Registry to be able to pull our [custom sygnal image](https://gitlab.holi.team/app/holi-chat-server/container_registry)
You will need to create a personalized [gitlab access token](https://gitlab.holi.team/app/holi-chat-server/-/settings/access_tokens) with _read_registry_ rights
You will need to create a personalized [gitlab access token](https://gitlab.holi.team/-/user_settings/personal_access_tokens) with _read_registry_ rights
This will start the server in the background and you can access the application by navigating to [https://local.chat.holi.social](https://local.chat.holi.social) in your web browser.
This will start the server in the background and you can access the application by navigating to [http://local.chat.holi.social:8008](http://local.chat.holi.social:8008) in your web browser.
11. Execute the create-synapse-admin-user.sh command with URL http://127.0.0.1:8008 and secret set in .envrc.local HOLI_CHAT_REGISTRATION_SHARED_SECRET for holi-chat-integration to work properly.
11. Execute the create-synapse-admin-user.sh command with URL http://127.0.0.1:8008 and secret set in .envrc.local HOLI_CHAT_REGISTRATION_SHARED_SECRET for holi-chat-integration to work properly.
12. Starting an element client
12. Starting an element client
You can run a local element web client like this:
You can run a local element web client like this:
```
```
docker run -p 81:80 vectorim/element-web
docker run -p 81:80 vectorim/element-web
```
```
Since the chat server does use a self signed SSL certificate, you first need to open localhost:8448 and trust the cert. You can then open localhost:81 in your browser and change the server you want to connect to to `local.chat.holi.social`.
Since the chat server does use a self signed SSL certificate, you first need to open localhost:8448 and trust the cert. You can then open localhost:81 in your browser and change the server you want to connect to to `local.chat.holi.social`.