mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-29 21:27:26 -05:00
30 lines
951 B
Plaintext
30 lines
951 B
Plaintext
# Setup Komodo
|
|
|
|
To run Komodo, you will need Docker. See [the docker install docs](https://docs.docker.com/engine/install/).
|
|
|
|
### Deploy with Docker Compose
|
|
|
|
- [Using MongoDB](./mongo.mdx)
|
|
- [Using Postgres](./postgres.mdx)
|
|
- [Using Sqlite](./sqlite.mdx)
|
|
|
|
:::info
|
|
Komodo is able to support Postgres and Sqlite by utilizing the [FerretDB Mongo Adapter](https://www.ferretdb.com/).
|
|
:::
|
|
|
|
### First login
|
|
|
|
Core should now be accessible on the specified port, so navigating to `http://<address>:<port>` will display the login page.
|
|
On first login, you need to click `sign-up`, _not_ login, to create an initial admin user for Komodo.
|
|
Any additional users to create accounts will be disabled by default, and must be enabled by an admin.
|
|
|
|
### Https
|
|
|
|
Komodo Core only supports http, so a reverse proxy like [caddy](https://caddyserver.com/) should be used for https.
|
|
|
|
```mdx-code-block
|
|
import DocCardList from '@theme/DocCardList';
|
|
|
|
<DocCardList />
|
|
```
|