···773. A valid SSL certificate for your domain.8899There's a couple of ways to get started:1010-* NixOS: refer to [flake.nix](https://tangled.sh/@tangled.sh/core/blob/master/flake.nix)1111-* Docker: Documented below.1010+* NixOS: refer to1111+[flake.nix](https://tangled.sh/@tangled.sh/core/blob/master/flake.nix)1212+* Docker: Documented at1313+[@tangled.sh/knot-docker](https://tangled.sh/@tangled.sh/knot-docker)1414+(community maintained: support is not guaranteed!)1215* Manual: Documented below.1313-1414-## docker setup1515-1616-Clone this repository:1717-1818-```1919-git clone https://tangled.sh/@tangled.sh/core2020-```2121-2222-Modify the `docker/docker-compose.yml`, specifically the2323-`KNOT_SERVER_SECRET` and `KNOT_SERVER_HOSTNAME` env vars. Then run:2424-2525-```2626-docker compose -f docker/docker-compose.yml up2727-```28162917## manual setup3018