mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-11 17:44:19 -05:00
fix broken doc links
This commit is contained in:
@@ -5,8 +5,8 @@ Komodo just needs a bit of information in order to build your image.
|
||||
### Provider configuration
|
||||
Komodo supports cloning repos over http/s, from any provider that supports cloning private repos using `git clone https://<Token>@git-provider.net/<Owner>/<Repo>`.
|
||||
|
||||
Accounts / access tokens can be configured in either the [core config](../core-setup.mdx#configuration)
|
||||
or in the [periphery config](../connecting-servers.md#manual-install-steps---binaries).
|
||||
Accounts / access tokens can be configured in either the [core config](../setup/advanced.mdx#mount-a-config-file)
|
||||
or in the [periphery config](../setup/connect-servers.md#manual-install-steps---binaries).
|
||||
|
||||
### Repo configuration
|
||||
To specify the git repo to build, just give it the name of the repo and the branch under *repo config*. The name is given like `mbecker20/komodo`, it includes the username / organization that owns the repo.
|
||||
|
||||
@@ -11,9 +11,9 @@ or [Google](https://developers.google.com/identity/protocols/oauth2).
|
||||
- `<KOMODO_HOST>/auth/github/callback` for Github.
|
||||
- `<KOMODO_HOST>/auth/google/callback` for Google.
|
||||
|
||||
### Optional. Mount a config file.
|
||||
### Mount a config file
|
||||
|
||||
If you prefer to keep sensitive information out of environment variables, you can
|
||||
If you prefer to keep sensitive information out of environment variables, you can optionally
|
||||
write a config file on your host, and mount it to `/config/config.toml` in the Komodo core container.
|
||||
|
||||
:::info
|
||||
|
||||
Reference in New Issue
Block a user