- Added instructions to README.md for building an ISO from source and flashing it to USB. - Introduced a new RPC method for package installation, including security checks and container management. - Updated Docker and Podman integration in build scripts to support both container runtimes. - Enhanced Nginx configuration for improved timeout settings and WebSocket support. - Added new app metadata for additional applications in the Docker package scanner.
33 lines
1.7 KiB
HTML
33 lines
1.7 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/png" href="/assets/img/favico.png" />
|
|
<link rel="apple-touch-icon" href="/assets/img/favico.png" />
|
|
<link rel="apple-touch-icon" sizes="72x72" href="/assets/img/favico.png" />
|
|
<link rel="apple-touch-icon" sizes="96x96" href="/assets/img/favico.png" />
|
|
<link rel="apple-touch-icon" sizes="128x128" href="/assets/img/favico.png" />
|
|
<link rel="apple-touch-icon" sizes="144x144" href="/assets/img/favico.png" />
|
|
<link rel="apple-touch-icon" sizes="152x152" href="/assets/img/favico.png" />
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/assets/img/favico.png" />
|
|
<link rel="apple-touch-icon" sizes="192x192" href="/assets/img/favico.png" />
|
|
<link rel="apple-touch-icon" sizes="512x512" href="/assets/img/favico.png" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
|
|
<meta name="description" content="Archipelago - Your sovereign personal server" />
|
|
<meta name="theme-color" content="#000000" />
|
|
<meta name="mobile-web-app-capable" content="yes" />
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
|
<meta name="apple-mobile-web-app-title" content="Archipelago" />
|
|
<meta name="application-name" content="Archipelago" />
|
|
<meta name="msapplication-TileColor" content="#000000" />
|
|
<meta name="msapplication-TileImage" content="/assets/img/favico.png" />
|
|
<link rel="manifest" href="/manifest.webmanifest" />
|
|
<title>Archipelago OS</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|