* 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:
Maxwell Becker
2024-09-11 20:50:59 +03:00
committed by GitHub
parent f349cdf50d
commit 12abd5a5bd
62 changed files with 1139 additions and 381 deletions

View File

@@ -5,7 +5,7 @@ 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.md#configuration)
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).
### Repo configuration