mirror of
https://github.com/readest/readest.git
synced 2026-04-28 19:42:21 +00:00
feat(library): backup to and restore from a zip file (#3571)
This commit is contained in:
parent
e8f70b896e
commit
91bc4ddec7
51 changed files with 1580 additions and 138 deletions
|
|
@ -6,6 +6,16 @@
|
|||
"permissions": [
|
||||
"core:default",
|
||||
"fs:default",
|
||||
"fs:read-meta",
|
||||
"fs:allow-open",
|
||||
"fs:allow-write",
|
||||
"fs:allow-read",
|
||||
"fs:allow-rename",
|
||||
"fs:allow-mkdir",
|
||||
"fs:allow-remove",
|
||||
"fs:allow-stat",
|
||||
"fs:allow-fstat",
|
||||
"fs:allow-lstat",
|
||||
{
|
||||
"identifier": "fs:scope-appconfig-recursive",
|
||||
"allow": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue