mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-02 09:34:38 -05:00
1.14.2 (#70)
* docker builders / buildx prune backend * seems to work with ferret * improve UI error messages * compose files * update compose variables comment * update compose files * update sqlite compose * env vars and others support end of line comment starting with " #" * aws and hetzner default user data for hands free setup * move configs * new core config * smth * implement disable user registration * clean up compose files * add DISABLE_USER_REGISTRATION * 1.14.2 * final
This commit is contained in:
25
docsite/docs/setup/sqlite.mdx
Normal file
25
docsite/docs/setup/sqlite.mdx
Normal file
@@ -0,0 +1,25 @@
|
||||
# Sqlite
|
||||
|
||||
:::info
|
||||
FerritDB + Sqlite authentication support is [still experimental](https://docs.ferretdb.io/security/authentication/#experimental-authentication-mode),
|
||||
and is not enabled in this database configuration. Because of this, the values for `DB_USERNAME` and `DB_PASSWORD`
|
||||
are ignored when using Sqlite, and the database port is not exposed publicly by default.
|
||||
:::
|
||||
|
||||
1. Copy `komodo/sqlite.compose.yaml` and `komodo/compose.env` to your host:
|
||||
```bash
|
||||
wget -P komodo https://raw.githubusercontent.com/mbecker20/komodo/main/compose/sqlite.compose.yaml && \
|
||||
wget -P komodo https://raw.githubusercontent.com/mbecker20/komodo/main/compose/compose.env
|
||||
```
|
||||
2. Edit the variables in `komodo/compose.env`.
|
||||
3. Deploy:
|
||||
|
||||
```bash
|
||||
docker compose -p komodo -f komodo/sqlite.compose.yaml up -d --env-file komodo/compose.env
|
||||
```
|
||||
|
||||
```mdx-code-block
|
||||
import ComposeAndEnv from "@site/src/components/ComposeAndEnv";
|
||||
|
||||
<ComposeAndEnv file_name="sqlite.compose.yaml" />
|
||||
```
|
||||
Reference in New Issue
Block a user