Skip to content
Snippets Groups Projects
Renovate Bot's avatar
Renovate Bot authored
fix(deps): update dependency axios to v1.8.4

See merge request app/holi-chat-integration!131
0b691480
History

holi-chat-integration

This repository contains Google Cloud Functions implementation for the integration of Matrix Chat into holi. The cloud function

  • can be found in the src/index.ts.
  • and is triggered by events on Google Cloud Pub/Sub, emitted by Okuna on the okuna_staging and okuna_production topics, respectively

Getting Started

Local Development

A simulation can be started by calling mprocs-start.sh

Create Matrix Admin User

In the holi-chat-server project, there is a script `create-synapse-admin-user.sh`` to create an admin user in Synapse. You can use it with the URL http://127.0.0.1:8008

Add the username and password for the admin user to the .envrc.local file in this project.

Please make sure that mprocs is running locally and that you are using the following Chat Server URL:

  http://127.0.0.1:8008/_synapse/admin/v1/register
  # ${CHAT_SERVER_URL}/_synapse/admin/v1/register

The process is described in the Synapse documentation here: how to create a Matrix Admin User.

Links