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

# 5. Tilpasning af din instans

### Personalisering 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 tilpassede oplysninger.

{% stepper %}
{% step %}

### Rediger variabelfilen

Åbn `config/variables.env` i din foretrukne teksteditor, og opdater miljøvariablerne nedenfor med de krævede værdier.
{% endstep %}

{% step %}

### Påkrævede miljøvariabler

Opdater 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 når der oprettes forbindelse via websockets, så **skal konfigureres korrekt**! | `https://overleaf.lilliput.com` |
| `OVERLEAF_EMAIL_FROM_ADDRESS` | Denne e-mailadresse vil blive brugt som `fra` adresse for alle udgående e-mails.                                                                                        | `no-reply@lilliput.com`         |
| `OVERLEAF_ADMIN_EMAIL`        | Den e-mailadresse, hvor brugerne kan kontakte den person, der driver siden.                                                                                             | `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 (med dine tilpasninger) og starte instansen. Du bør se logoutput fra de forskellige Docker-containere.

For at starte dem igen senere (uden at vedhæfte logoutputtet) skal du køre:

{% code title="Start uden at vedhæfte til logs" %}

```
bin/start
```

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

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

Hvis alt går vel, burde du kunne se loginsiden for din nye Overleaf-instans ved at navigere 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 du være nødt til 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://overleaf-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.
