From 13fcc874da6f5c230d6a38d11ebf1c70a36ae346 Mon Sep 17 00:00:00 2001 From: Paul Charpie <36053850+paulthepen@users.noreply.github.com> Date: Fri, 17 Nov 2023 08:02:04 -0500 Subject: [PATCH] Update README.md Added info on how to find the access token once it's started. I was a little stymied at that point. Later, I will add a script to print the login link to the terminal if that's ok --- docker/server/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docker/server/README.md b/docker/server/README.md index 40eec09..09d9388 100644 --- a/docker/server/README.md +++ b/docker/server/README.md @@ -20,4 +20,9 @@ If you don't want to build the image, a prebuild image can be downloaded from Gi ```bash docker-compose -f docker-compose.yml -f prebuild.yml up -d -``` \ No newline at end of file +``` + +Once it's running, the GUI can be accessed at the admin domain you specified. It will ask for an access token. The token can be found by accessing boringproxy_db.json: +```bash +nano /var/lib/docker/volumes/server_storage/_data/boringproxy_db.json +```