From ceccebc1e0199008337d4dd1f16656449e6fa704 Mon Sep 17 00:00:00 2001 From: ben <1+ben@noreply.15.204.209.56> Date: Fri, 31 Jul 2026 17:39:15 +0000 Subject: [PATCH] Update README.md --- README.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/README.md b/README.md index 1f85e2a..5a56adc 100644 --- a/README.md +++ b/README.md @@ -27,16 +27,6 @@ USB stick — `bash install-antserver-2.37.sh`. yourself to the `docker` group so it runs without `sudo`, then log out and back in. -**You need to be signed in to the image registry**, once per machine: - -```bash -docker login git.djdadi.com -``` - -Ask whoever pointed you here for the username and access token. The installer -checks this before it writes anything and tells you if it is missing, rather -than letting it surface later as a download that never finishes. - ## What it does Nothing is installed system-wide, no `sudo` is used, and nothing outside @@ -60,13 +50,3 @@ curl -fsSLO https://git.djdadi.com/bav/ant-install/releases/download/v2.37/insta sha256sum -c install-antserver-2.37.sh.sha256 ``` -## What is and is not public - -This installer is public. What it downloads is not: the compose file, the -configuration and the database seed are pulled from `git.djdadi.com` as a -container image, pinned by digest, behind the same sign-in as the server -images. The ANT server software is confidential and licensed from BlueBotics — -do not pass it on. - -Windows is not covered here; ask for the zip bundle, which has double-click -entry points instead.