Compare commits
20 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bcc19577eb | |||
| 798a2785e7 | |||
| 84c58e965c | |||
| c352851adb | |||
| 2f4362e856 | |||
| a0bca62a67 | |||
| e3c8c9717e | |||
| c1ed600d4e | |||
| 4291ef6a05 | |||
| 088ba9e8b1 | |||
| bfb351d33e | |||
| 31fa44f6a7 | |||
| f02f9e81a3 | |||
| 2c1cb35025 | |||
| a3936c4c6f | |||
| e04055103c | |||
| 619a1bf663 | |||
| a92ffc0ab9 | |||
| 4e5a73a643 | |||
| 1659940271 |
Vendored
+12
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "Mein Webserver",
|
||||
"host": "192.168.178.88",
|
||||
"protocol": "sftp",
|
||||
"port": 22,
|
||||
"username": "root",
|
||||
"password": "934290",
|
||||
"remotePath": "/var/www/html/",
|
||||
"uploadOnSave": true,
|
||||
"useTempFile": false,
|
||||
"openSsh": false
|
||||
}
|
||||
Binary file not shown.
+1720
File diff suppressed because it is too large
Load Diff
+4045
File diff suppressed because it is too large
Load Diff
@@ -12,10 +12,14 @@ try {
|
||||
if (isset($payload['chartName'])) {
|
||||
$btcChange = $payload['chartName'];
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
} catch (Throwable $e) {
|
||||
// Silently ignore network failures, we degrade gracefully in the UI.
|
||||
}
|
||||
|
||||
|
||||
$btcLabel = $btcPrice ? number_format($btcPrice, 2) . ' $' : 'unbekannt';
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
@@ -23,6 +27,8 @@ $btcLabel = $btcPrice ? number_format($btcPrice, 2) . ' $' : 'unbekannt';
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<title>Mouse Synth Lab</title>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
|
||||
Reference in New Issue
Block a user