This commit is contained in:
t3chn0m4g3
2023-04-25 17:47:44 +00:00
parent ff7c368c7f
commit a08a475f57
6 changed files with 16 additions and 7 deletions

13
docker/nginx/dist/html/cockpit.html vendored Normal file
View File

@ -0,0 +1,13 @@
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Redirect to Cockpit</title>
</head>
<body>
<script type="text/javascript">
window.location.href = window.location.protocol + '//' + window.location.hostname + ':64294';
</script>
</body>
</html>