diff --git a/README.md b/README.md index bafa764..34e26eb 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,13 @@ - 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 ### Terminal diff --git a/src/pages/[lang]/index.astro b/src/pages/[lang]/index.astro index 069068c..6f8d811 100644 --- a/src/pages/[lang]/index.astro +++ b/src/pages/[lang]/index.astro @@ -131,6 +131,7 @@ import { VERSION } from "astro:env/client"; } }); input?.addEventListener("input", async function () { + omnibox.innerHTML = ""; if (!libcurlClient) { await libcurl.load_wasm(); libcurl.set_websocket(WispServerURLS.default);