Skip to content

Commit

Permalink
docs: add custom registries basic documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
YuukanOO committed May 27, 2024
1 parent 611d0d9 commit ce2c4c3
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/serve/front/src/routes/(main)/registries/+error.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<Breadcrumb
segments={[
{ path: routes.targets, title: l.translate('breadcrumb.registries') },
{ path: routes.registries, title: l.translate('breadcrumb.registries') },
l.translate('breadcrumb.not_found')
]}
/>
Expand Down
4 changes: 4 additions & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ export default defineConfig({
},
],
},
{
text: "Registries",
link: "/reference/registries",
},
{
text: "Applications",
link: "/reference/applications",
Expand Down
2 changes: 2 additions & 0 deletions docs/guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ You probably want to expose seelf itself on an url without a port and with a val

::: warning
If you choose to expose **seelf** with the local target, you **should never** delete the target or things may break.

If it happens, you can map the port `8080` to access your seelf instance (on the root domain and port) and reconfigure the target. Once done, you can remove the ports section since seelf will be exposed by the proxy.
:::

To do this, we recommend to use the [docker compose installation](#with-compose) and add the missing parts.
Expand Down
5 changes: 5 additions & 0 deletions docs/reference/registries.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Custom registries

If you need to deploy images hosted on private registries (such as ones using the [registry](https://hub.docker.com/_/registry) image), you can declare them on **seelf** on the appropriate page.

Registries are **shared** across [targets](/reference/targets) and are used during the deployment process as soon as they are configured.
Binary file modified docs/seelf-home.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ce2c4c3

Please sign in to comment.