add env vars for old signing key (will be helpful if you had to change your signing key, e.g. for complete reinstall)
I tried to put it in only one .env var, but didn't figure out in the end how to escape everything correctly so that in the end it would result in this syntax in the actual homeserver.yaml like this:
if anyone has an idea, I'm happy to adapt it. tried a lot of variations
add env vars for old signing key (will be helpful if you had to change your signing key, e.g. for complete reinstall)
I tried to put it in only one .env var, but didn't figure out in the end how to escape everything correctly so that in the end it would result in this syntax in the actual `homeserver.yaml` like this:
```
old_signing_keys:
"ed25519:id": { key: "base64string", expired_ts: 123456789123 }
```
https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html#old_signing_keys
if anyone has an idea, I'm happy to adapt it. tried a lot of variations
if anyone has an idea, I'm happy to adapt it. tried a lot of variations
I can't think of a way to.
3 variables seems better than zero variables, let's do it!
> if anyone has an idea, I'm happy to adapt it. tried a lot of variations
I can't think of a way to.
3 variables seems better than zero variables, let's do it!
3wordchant
approved these changes 2025-06-12 19:13:57 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
add env vars for old signing key (will be helpful if you had to change your signing key, e.g. for complete reinstall)
I tried to put it in only one .env var, but didn't figure out in the end how to escape everything correctly so that in the end it would result in this syntax in the actual
homeserver.yamllike this:https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html#old_signing_keys
if anyone has an idea, I'm happy to adapt it. tried a lot of variations
I can't think of a way to.
3 variables seems better than zero variables, let's do it!