From c2ae393b79e9169f9193ab96a2e1a037f2a6d597 Mon Sep 17 00:00:00 2001 From: Roscoe Rubin-Rottenberg Date: Tue, 26 Aug 2025 15:06:19 -0400 Subject: [PATCH] owner no secret --- docker-compose.yml | 2 +- readme.md | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index cbab44d..0ac7811 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ services: build: . environment: KNOT_SERVER_HOSTNAME: ${KNOT_SERVER_HOSTNAME} - KNOT_SERVER_SECRET: ${KNOT_SERVER_SECRET} + KNOT_SERVER_OWNER: ${KNOT_SERVER_OWNER} KNOT_SERVER_DB_PATH: /app/knotserver.db KNOT_REPO_SCAN_PATH: /home/git/repositories KNOT_SERVER_INTERNAL_LISTEN_ADDR: localhost:5444 diff --git a/readme.md b/readme.md index 4307fc7..d77f4aa 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # Knot Docker -> **IMPORTANT** +> **IMPORTANT** > This is a community maintained repository, support is not guaranteed. Docker container and compose setup to run a [Tangled](https://tangled.sh) knot @@ -50,10 +50,9 @@ and run the following: ```sh export KNOT_SERVER_HOSTNAME=example.com -export KNOT_SERVER_SECRET=KNOT_TOKEN_HERE +export KNOT_SERVER_OWNER=did:plc:yourdidgoeshere export KNOT_SERVER_PORT=443 docker compose up -d ``` This will setup everything for you including a reverse proxy. - -- 2.51.2