Enhance README and RPC for package management
- 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.
This commit is contained in:
@@ -4,14 +4,25 @@
|
||||
<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" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<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" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||
<meta name="apple-mobile-web-app-title" content="Archipelago" />
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user