Select the types of activity you want to include in your feed.
Docker config for @recaptime.dev's Tangled knotserver running on an Azure VM in Central India (via Azure for Students GitHub credits), previously ran for Hack Club community.
knot.recaptime.dev
···11# Knot Docker
2233-> **IMPORTANT**
33+> **IMPORTANT**
44> This is a community maintained repository, support is not guaranteed.
5566Docker container and compose setup to run a [Tangled](https://tangled.sh) knot
···50505151```sh
5252export KNOT_SERVER_HOSTNAME=example.com
5353-export KNOT_SERVER_SECRET=KNOT_TOKEN_HERE
5353+export KNOT_SERVER_OWNER=did:plc:yourdidgoeshere
5454export KNOT_SERVER_PORT=443
5555docker compose up -d
5656```
57575858This will setup everything for you including a reverse proxy.
5959-