machines/biotite: add matrix-synapse and backup

This commit is contained in:
xinyangli 2024-12-03 16:37:42 +08:00
parent 83f7700949
commit bf74a01049
Signed by: xin
SSH key fingerprint: SHA256:UU5pRTl7NiLFJbWJZa+snLylZSXIz5rgHmwjzv8v4oE
6 changed files with 224 additions and 2 deletions

View file

@ -45,6 +45,9 @@
miniflux-users = {
members = [ "xin" ];
};
synapse-users = {
members = [ "xin" ];
};
idm_people_self_mail_write = {
members = [ ];
};
@ -211,6 +214,17 @@
};
};
};
synapse = {
displayName = "Synapse";
originUrl = "https://synapse.xiny.li/_synapse/client/oidc/callback";
originLanding = "https://synapse.xiny.li/";
scopeMaps = {
synapse-users = [
"openid"
"profile"
];
};
};
};
};
}