clarify dns

This commit is contained in:
Matthew Hodgson
2024-11-09 00:04:05 +00:00
committed by GitHub
parent 237c0f54d2
commit b4aad2531e

View File

@@ -18,6 +18,8 @@ In particular, this has:
* No support, security or maintenance guarantees whatsoever
* No high availability, horizontal scalability, elastic scaling, clustering, backup etc.
* No admin interface
* No fancy config management (eg ansible), just env vars and templates
* No fancy secret management (stored in plaintext on disk)
* No UDP traffic or TURN for LiveKit (all traffic is tunnelled over TCP for simplicity)
* No integration manager, integrations, or identity lookup server
@@ -29,7 +31,13 @@ Install [Docker Compose](https://docs.docker.com/compose/install/). Then:
```
./setup.sh
# Point DNS for *.`domain` at your docker host,
# Or if running on localhost with mkcert:
# source .env; sudo echo "127.0.0.1 ${DOMAINS[@]}" >> /etc/hosts
docker compose up
# go to https://element on your domain.
```
![docker demo](https://github.com/user-attachments/assets/c17e42f7-3442-478a-9ae4-ad2709885386)