xen-orchestra/@xen-orchestra/fs
Florent BEAUCHAMP b60f5d593b
feat(xo-web/remote): show encryption in remote UI (#6465)
* if remote is disabled we don't know the used algorithm : only show the lock if there is an encryption key
* if remote is enabled : 
  *  if algorithm is undefined or none : show nothing, remote is not encrypted
  * if algorithm is defined to DEFAULT_ENCRYPTION_ALGORITHM : show the lock with the name of the algorithm as a tooltip
  * else show the lock and a warning advising to create a new remote with an up to date algorithm
2022-10-24 16:15:26 +02:00
..
docs feat: server side of backup encryption 2022-08-23 12:04:16 +02:00
src feat(xo-web/remote): show encryption in remote UI (#6465) 2022-10-24 16:15:26 +02:00
.babelrc.js chore: enforce strict mode for CJS files 2022-02-22 12:34:41 +01:00
.eslintrc.js chore(eslint): only use @babel/eslint-parser for pkgs using Babel 2021-04-23 14:47:34 +02:00
.npmignore feat: unified .npmignore for all packages 2021-04-07 13:58:14 +02:00
.USAGE.md chore: hide USAGE.md 2022-02-18 17:11:52 +01:00
cli.js feat(fs): add basic CLI 2022-03-10 09:48:45 +01:00
package.json feat(fs): use aes256-gcm encryption algorithm (#6447) 2022-10-17 11:33:55 +02:00
README.md feat(*/README.md): better badges 2020-06-01 14:41:52 +02:00

@xen-orchestra/fs

Package Version License PackagePhobia Node compatibility

The File System for Xen Orchestra backups.

Install

Installation of the npm package:

> npm install --global @xen-orchestra/fs

Contributions

Contributions are very welcomed, either on the documentation or on the code.

You may:

  • report any issue you've encountered;
  • fork and create a pull request.

License

AGPL-3.0-or-later © Vates SAS