Add note about marketplace

This commit is contained in:
MotorTruck1221 2024-10-17 04:18:22 -06:00
parent a2e67033c8
commit 4d66649ff8
No known key found for this signature in database
GPG key ID: 08F417E2B8B61EA4
2 changed files with 8 additions and 0 deletions

View file

@ -60,6 +60,13 @@
- HTML, CSS, and JavaScript (DUH) - HTML, CSS, and JavaScript (DUH)
--- ---
## Catalog/Marketplace
- By default the marketplace is enabled, and uses SQLite
- If you would like to disable the catalog, see [#config](#config)
- For big production instances I would recommend using Postgres over SQLite. To do this see [#config](#config)
- By default, the Docker images use Postgres. If you would like to disable this, see [#docker](#docker)
## Deployment ## Deployment
### Terminal ### Terminal

View file

@ -131,6 +131,7 @@ import { VERSION } from "astro:env/client";
} }
}); });
input?.addEventListener("input", async function () { input?.addEventListener("input", async function () {
omnibox.innerHTML = "";
if (!libcurlClient) { if (!libcurlClient) {
await libcurl.load_wasm(); await libcurl.load_wasm();
libcurl.set_websocket(WispServerURLS.default); libcurl.set_websocket(WispServerURLS.default);