mirror of
https://github.com/moghtech/komodo.git
synced 2026-09-10 16:01:20 +00:00
fix links 2
This commit is contained in:
@@ -6,7 +6,7 @@ Komodo just needs a bit of information in order to build your image.
|
||||
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](../setup/advanced.mdx#mount-a-config-file)
|
||||
or in the [periphery config](../setup/connect-servers.md#manual-install-steps---binaries).
|
||||
or in the [periphery config](../setup/connect-servers.mdx#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.
|
||||
|
||||
@@ -45,4 +45,4 @@ Komodo exposes powerful functionality over the Core's REST and Websocket API, en
|
||||
|
||||
Komodo is a system designed to be used by many users, whether they are developers, operations personnel, or administrators. The ability to affect an applications state is very powerful, so Komodo has a granular permissioning system to only provide this functionality to the intended users. The permissioning system is explained in detail in the [permissioning](/docs/permissioning) section.
|
||||
|
||||
User sign-on is possible using username / password, or with Oauth (Github and Google). See [Core Setup](/docs/core-setup).
|
||||
User sign-on is possible using username / password, or with Oauth (Github and Google). See [Core Setup](./setup/index.mdx).
|
||||
Reference in New Issue
Block a user