archive: implement unarchive

made a separate route instead of reusing install route. this was
because we want to copy over all the old app config as much as
possible.
This commit is contained in:
Girish Ramakrishnan
2024-12-10 14:46:30 +01:00
parent e168be6d97
commit 0e181cdc82
9 changed files with 173 additions and 90 deletions

View File

@@ -659,6 +659,11 @@
},
"deleteArchive": {
"deleteAction": "Delete"
},
"restoreArchiveDialog": {
"title": "Restore from Archive",
"description": "This will install {{appId}} at the specified location with backup from {{creationTime}}.",
"restoreAction": "Restore {{ dnsOverwrite ? 'and overwrite DNS' : '' }}"
}
},
"branding": {