Add backup listing

This commit is contained in:
Johannes Zellner
2025-02-05 15:47:46 +01:00
parent 42f493b2c3
commit 86c4045073
6 changed files with 173 additions and 15 deletions
+4
View File
@@ -101,6 +101,8 @@ const ENDPOINTS_OVH = [
{ name: 'Kimsufi North-America', value: 'kimsufi-ca' },
];
const SECRET_PLACEHOLDER = String.fromCharCode(0x25CF).repeat(8);
// named exports
export {
APP_TYPES,
@@ -113,6 +115,7 @@ export {
PROXY_APP_ID,
TOKEN_TYPES,
ENDPOINTS_OVH,
SECRET_PLACEHOLDER,
};
// default export
@@ -127,4 +130,5 @@ export default {
PROXY_APP_ID,
TOKEN_TYPES,
ENDPOINTS_OVH,
SECRET_PLACEHOLDER,
};