iobroker.backitup
Version:
ioBroker.backitup allows you to backup and restore your ioBroker installation and other systems, such as databases, Zigbee, scripts and many more.
48 lines (46 loc) • 1.61 kB
HTML
<html lang="en">
<head>
<meta charset="utf-8" />
<link
rel="shortcut icon"
href="%PUBLIC_URL%/favicon.ico"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta
name="theme-color"
content="#000000"
/>
<link
rel="manifest"
href="%PUBLIC_URL%/manifest.json"
crossorigin="use-credentials"
/>
<script>
var script = document.createElement('script');
window.registerSocketOnLoad = function (cb) {
window.socketLoadedHandler = cb;
};
script.onload = function () {
typeof window.socketLoadedHandler === 'function' && window.socketLoadedHandler();
};
setTimeout(() => {
script.src =
window.location.port === '3000'
? `${window.location.protocol}//${window.location.hostname}:8081/lib/js/socket.io.js`
: '%PUBLIC_URL%/../../lib/js/socket.io.js';
}, 1000);
document.head.appendChild(script);
</script>
<title>backitup Settings</title>
<script type="module" crossorigin src="./assets/index-BBu8-Y_o.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-BMRMj2Oc.css">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>