> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/on-premises/on-premises-cs/instalace/using-the-toolkit/5.-personalizing-your-instance.md).

# 5. Přizpůsobení vaší instance

### Přizpůsobení vaší instance <a href="#personalizing-your-instance" id="personalizing-your-instance"></a>

Než spustíte svou instanci Overleaf poprvé, aktualizujte `config/variables.env` konfigurační soubor vlastními informacemi.

{% stepper %}
{% step %}

### Upravte soubor proměnných

Otevřete `config/variables.env` ve svém oblíbeném textovém editoru a níže uvedené proměnné prostředí aktualizujte na požadované hodnoty.
{% endstep %}

{% step %}

### Požadované proměnné prostředí

Aktualizujte následující proměnné v `config/variables.env`:

| Název                         | Popis                                                                                                                                                              | Příklad                         |
| ----------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------- |
| `OVERLEAF_SITE_URL`           | Kde je vaše instance Overleaf veřejně dostupná. To se používá ve veřejných odkazech a při připojování přes websockety, takže **musí být správně nakonfigurováno**! | `https://overleaf.lilliput.com` |
| `OVERLEAF_EMAIL_FROM_ADDRESS` | Tato e-mailová adresa bude použita jako `od` adresa pro všechny odchozí e-maily.                                                                                   | `no-reply@lilliput.com`         |
| `OVERLEAF_ADMIN_EMAIL`        | E-mailová adresa, na které mohou uživatelé kontaktovat osobu, která provozuje web.                                                                                 | `it-services@lilliput.com`      |

Jakmile tyto proměnné prostředí aktualizujete, uložte a ukončete.
{% endstep %}

{% step %}

### Spusťte svou instanci

Chcete-li spustit svou instanci, spusťte:

{% code title="Spusťte instanci" %}

```
bin/up
```

{% endcode %}

Tento příkaz stáhne požadované obrazy, vytvoří kontejnery (s použitím vašich úprav) a spustí instanci. Měli byste vidět výstup logu z různých kontejnerů Dockeru.

Chcete-li je později znovu spustit (bez připojení k výstupu logu), spusťte:

{% code title="Spustit bez připojení k logům" %}

```
bin/start
```

{% endcode %}
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Toolkit používá `docker compose` k řízení kontejnerů Overleaf Docker. Toolkit poskytuje sadu skriptů, které obalují `docker compose` a postarají se za vás o většinu detailů.
{% endhint %}

Pokud vše půjde dobře, měli byste být schopni zobrazit přihlašovací stránku své nové instance Overleaf přechodem na <http://127.0.0.1/> nebo <http://localhost/> ve svém prohlížeči.

{% hint style="warning" %}
V závislosti na vaší síťové konfiguraci a na tom, kde je vaše instance Overleaf hostována, může být nutné provést další změny konfigurace. Další podrobnosti naleznete v nastavení Toolkitu:

<https://docs.overleaf.com/on-premises/configuration/overleaf-toolkit/toolkit-settings>
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://overleaf-pro.ayaka.space/on-premises/on-premises-cs/instalace/using-the-toolkit/5.-personalizing-your-instance.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
