Skip to content

underground-software/submatrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

submatrix

This repository implements a container to host a matrix server running the synapse implementation that federates with a single parent server.

The purpose of this container is to form a part of the syzygy/orbit project to serve as the communication hub for instruction using KDLP curriculum modules, such as the Introduction to Linux Kernel Development college course.

Example setup:

podman build -f Containerfile -t submatrix
./create_dev_keys
podman run --name submatrix_1 -v ./ssl:/ssl:z -p 8448:8448 --replace submatrix:latest
# create a new user
podman exec -it submatrix_1 register_new_matrix_user -c /homeserver.yaml

You probably need to adjust the domain names and ssl cert paths in homeserver.yaml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published