formatting
All checks were successful
CI / checks (push) Successful in 25m23s

This commit is contained in:
Robin Appelman 2026-08-02 00:38:27 +02:00
commit fa9a57793d

View file

@ -2,11 +2,13 @@
[![CI](https://github.com/demostf/demos.tf/actions/workflows/build.yml/badge.svg)](https://github.com/demostf/demos.tf/actions/workflows/build.yml)
Frontend code for [demos.tf](http://demos.tf), see also [the api code](https://github.com/demostf/api) for the api backend.
Frontend code for [demos.tf](http://demos.tf), see also
[the api code](https://github.com/demostf/api) for the api backend.
## Docker image
A prebuild docker image exist in the [docker hub](https://hub.docker.com/r/demostf/frontend/).
A prebuild docker image exist in the
[docker hub](https://hub.docker.com/r/demostf/frontend/).
## Building
@ -63,4 +65,5 @@ username = "demostf"
password = "XXXXXXXXXX"
```
Alternatively, the configuration can be proved as environment variables in the form of `${SECTION}_${ITEM}` (e.g. `LISTEN_ADDRESS=127.0.0.1`)
Alternatively, the configuration can be proved as environment variables in the
form of `${SECTION}_${ITEM}` (e.g. `LISTEN_ADDRESS=127.0.0.1`)