# datacare

### TLMS.datacare.enable

Wether to enable datacare: TLMS colorful and clicky registration tool

*Type:* boolean

*Default:* `false`

*Declared by:*

* [/nix/store/z7y28qzhk7driiwcw78k0mb24laknm0f-source/flake.nix](file:///nix/store/z7y28qzhk7driiwcw78k0mb24laknm0f-source/flake.nix)

### TLMS.datacare.allowedIpsExport

List of Ip Prefixes that should have access to the export endpoint

*Type:* list of Concatenated string

*Default:* `[ ]`

*Declared by:*

* [/nix/store/z7y28qzhk7driiwcw78k0mb24laknm0f-source/flake.nix](file:///nix/store/z7y28qzhk7driiwcw78k0mb24laknm0f-source/flake.nix)

### TLMS.datacare.cookieDomain

domain of the api

*Type:* string

*Default:* `"tlm.solutions"`

*Declared by:*

* [/nix/store/z7y28qzhk7driiwcw78k0mb24laknm0f-source/flake.nix](file:///nix/store/z7y28qzhk7driiwcw78k0mb24laknm0f-source/flake.nix)

### TLMS.datacare.database.database

postgres database that should be used

*Type:* string

*Default:* `"tlms"`

*Declared by:*

* [/nix/store/z7y28qzhk7driiwcw78k0mb24laknm0f-source/flake.nix](file:///nix/store/z7y28qzhk7driiwcw78k0mb24laknm0f-source/flake.nix)

### TLMS.datacare.database.host

file from where the postgres password can be read

*Type:* string

*Default:* `"127.0.0.1"`

*Declared by:*

* [/nix/store/z7y28qzhk7driiwcw78k0mb24laknm0f-source/flake.nix](file:///nix/store/z7y28qzhk7driiwcw78k0mb24laknm0f-source/flake.nix)

### TLMS.datacare.database.passwordFile

file from where the postgres password can be read

*Type:* string or path

*Default:* `""`

*Declared by:*

* [/nix/store/z7y28qzhk7driiwcw78k0mb24laknm0f-source/flake.nix](file:///nix/store/z7y28qzhk7driiwcw78k0mb24laknm0f-source/flake.nix)

### TLMS.datacare.database.port

port of the postgres database

*Type:* signed integer

*Default:* `5070`

*Declared by:*

* [/nix/store/z7y28qzhk7driiwcw78k0mb24laknm0f-source/flake.nix](file:///nix/store/z7y28qzhk7driiwcw78k0mb24laknm0f-source/flake.nix)

### TLMS.datacare.database.user

user of the postgres database

*Type:* string

*Default:* `"datacare"`

*Declared by:*

* [/nix/store/z7y28qzhk7driiwcw78k0mb24laknm0f-source/flake.nix](file:///nix/store/z7y28qzhk7driiwcw78k0mb24laknm0f-source/flake.nix)

### TLMS.datacare.group

group of systemd user

*Type:* string

*Default:* `"datacare"`

*Declared by:*

* [/nix/store/z7y28qzhk7driiwcw78k0mb24laknm0f-source/flake.nix](file:///nix/store/z7y28qzhk7driiwcw78k0mb24laknm0f-source/flake.nix)

### TLMS.datacare.http.host

host of datacare

*Type:* string

*Default:* `"127.0.0.1"`

*Declared by:*

* [/nix/store/z7y28qzhk7driiwcw78k0mb24laknm0f-source/flake.nix](file:///nix/store/z7y28qzhk7driiwcw78k0mb24laknm0f-source/flake.nix)

### TLMS.datacare.http.port

port of datacare

*Type:* 16 bit unsigned integer; between 0 and 65535 (both inclusive)

*Default:* `5070`

*Declared by:*

* [/nix/store/z7y28qzhk7driiwcw78k0mb24laknm0f-source/flake.nix](file:///nix/store/z7y28qzhk7driiwcw78k0mb24laknm0f-source/flake.nix)

### TLMS.datacare.log\_level

log level of the application

*Type:* string

*Default:* `"datacare"`

*Declared by:*

* [/nix/store/z7y28qzhk7driiwcw78k0mb24laknm0f-source/flake.nix](file:///nix/store/z7y28qzhk7driiwcw78k0mb24laknm0f-source/flake.nix)

### TLMS.datacare.redis.host

Host on which redis is listening

*Type:* string

*Default:* `"127.0.0.1"`

*Declared by:*

* [/nix/store/z7y28qzhk7driiwcw78k0mb24laknm0f-source/flake.nix](file:///nix/store/z7y28qzhk7driiwcw78k0mb24laknm0f-source/flake.nix)

### TLMS.datacare.redis.port

Redis port

*Type:* 16 bit unsigned integer; between 0 and 65535 (both inclusive)

*Default:* `6379`

*Declared by:*

* [/nix/store/z7y28qzhk7driiwcw78k0mb24laknm0f-source/flake.nix](file:///nix/store/z7y28qzhk7driiwcw78k0mb24laknm0f-source/flake.nix)

### TLMS.datacare.rustBacktrace

rust backtrace

*Type:* string

*Default:* `"FULL"`

*Declared by:*

* [/nix/store/z7y28qzhk7driiwcw78k0mb24laknm0f-source/flake.nix](file:///nix/store/z7y28qzhk7driiwcw78k0mb24laknm0f-source/flake.nix)

### TLMS.datacare.saltFile

file from where the salt can be read

*Type:* string or path

*Default:* `""`

*Declared by:*

* [/nix/store/z7y28qzhk7driiwcw78k0mb24laknm0f-source/flake.nix](file:///nix/store/z7y28qzhk7driiwcw78k0mb24laknm0f-source/flake.nix)

### TLMS.datacare.user

systemd user

*Type:* string

*Default:* `"datacare"`

*Declared by:*

* [/nix/store/z7y28qzhk7driiwcw78k0mb24laknm0f-source/flake.nix](file:///nix/store/z7y28qzhk7driiwcw78k0mb24laknm0f-source/flake.nix)


---

# Agent Instructions: 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:

```
GET https://docs.tlm.solutions/nixos-options/datacare.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
