feature: Adds backup importing support.

This commit is contained in:
Tera << 8 2024-12-25 19:21:22 -05:00
parent ed90f66b2b
commit 217e73d9ec
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
5 changed files with 391 additions and 16 deletions

View file

@ -34,6 +34,7 @@ const masterList = JSON.stringify({
destinationProviders,
forwardRules,
allPermissions,
users,
});
const source = new Readable();