> 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/da/installation/using-the-toolkit/5.-personalizing-your-instance.md).

# 5. Tilpasning af din instans

### Tilpasning af din instans <a href="#personalizing-your-instance" id="personalizing-your-instance"></a>

Før du starter din Overleaf-instans for første gang, skal du opdatere `config/variables.env` konfigurationsfilen med dine brugerdefinerede oplysninger.

{% stepper %}
{% step %}

### Redigér variabelfilen

Åbn `config/variables.env` i din foretrukne teksteditor, og opdatér nedenstående miljøvariabler med de påkrævede værdier.
{% endstep %}

{% step %}

### Påkrævede miljøvariabler

Opdatér følgende variabler i `config/variables.env`:

| Navn                          | Beskrivelse                                                                                                                                                   | Eksempel                        |
| ----------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------- |
| `OVERLEAF_SITE_URL`           | Hvor din Overleaf-instans er offentligt tilgængelig. Dette bruges i offentlige links og ved forbindelse via websockets, så **skal det konfigureres korrekt**! | `https://overleaf.lilliput.com` |
| `OVERLEAF_EMAIL_FROM_ADDRESS` | Denne e-mailadresse vil blive brugt som `afsender` adresse for alle udgående e-mails.                                                                         | `no-reply@lilliput.com`         |
| `OVERLEAF_ADMIN_EMAIL`        | Den e-mailadresse, som brugerne kan kontakte personen, der driver siden, på.                                                                                  | `it-services@lilliput.com`      |

Når du har opdateret disse miljøvariabler, skal du gemme og afslutte.
{% endstep %}

{% step %}

### Start din instans

For at starte din instans skal du køre:

{% code title="Start instansen" %}

```
bin/up
```

{% endcode %}

Denne kommando vil downloade de nødvendige billeder, oprette containerne (ved hjælp af dine tilpasninger) og starte instansen. Du bør se logoutput fra de forskellige Docker-containere.

For at starte dem igen senere (uden at tilknytte til logoutputtet) skal du køre:

{% code title="Start uden at tilknytte til logoutputtet" %}

```
bin/start
```

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

{% hint style="info" %}
Toolkit bruger `docker compose` til at administrere Overleaf Docker-containerne. Toolkit leverer et sæt scripts, som omslutter `docker compose` og tager sig af de fleste detaljer for dig.
{% endhint %}

Hvis alt går vel, bør du kunne se loginsiden for din nye Overleaf-instans ved at gå til <http://127.0.0.1/> eller <http://localhost/> i din browser.

{% hint style="warning" %}
Afhængigt af din netværkskonfiguration og hvor din Overleaf-instans er hostet, kan det være nødvendigt at foretage yderligere konfigurationsændringer. Se Toolkit-indstillingerne for flere detaljer:

<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/da/installation/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.
