Add note about marketplace
This commit is contained in:
parent
a2e67033c8
commit
4d66649ff8
2 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue