> For the complete documentation index, see [llms.txt](https://ayakaleaf-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://ayakaleaf-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ž poprvé spustíte svou instanci Overleaf, upravte `config/variables.env` konfigurační soubor podle svých vlastních údajů.

{% stepper %}
{% step %}

### Upravte soubor s proměnnými

Otevřete `config/variables.env` ve svém oblíbeném textovém editoru a níže uvedené proměnné prostředí aktualizujte požadovanými hodnotami.
{% 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á. Toto 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á spravuje web.                                                                                    | `it-services@lilliput.com`      |

Až tyto proměnné prostředí upravíte, uložte soubor a ukončete jej.
{% endstep %}

{% step %}

### Spusťte svou instanci

Pro spuštění instance spusťte:

{% code title="Spustit 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 protokolů z jednotlivých kontejnerů Dockeru.

Chcete-li je později znovu spustit (bez připojení k výstupu logů), 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ů Dockeru pro Overleaf. Toolkit poskytuje sadu skriptů, které obalují `docker compose` a postarají se za vás o většinu detailů.
{% endhint %}

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

{% hint style="warning" %}
V závislosti na konfiguraci vaší sítě 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://ayakaleaf-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.
