-
Hello, I tried installing the mas on a Raspberry Pi 4 8Gb with the current Raspberry Pi OS 64bit, based on Debian Bookworm, and ran into an error after creating the config.yaml. Any help resolving this issue will be greatly appreciated. Best regards Ben |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
This feels like the configuration file is not being picked up. Are you running using the Docker image or the pre-built binaries? By default, it will look for a config file in the "current working directory" of the process, but you can explicitly set it through arguments or through the |
Beta Was this translation helpful? Give feedback.
You probably want to use pre-built images in production instead of building it yourself, like ghcr.io/matrix-org/matrix-authentication-service:main.
I'm asking what are you using to run the service? Simple
docker run
invocations? If so, what's the exact command you're running, and how do you make the configuration file available within the container?If you feel like you're not familiar with Docker, you can also try and setup the service with the pre-built binaries available on the latest release. In your case, that would be the
mas-cli-aarch64-linux.tar.gz
archive, as you said you're running on a Raspberry Pi.