Jarvis needs a licence key, and this says what a licensed instance reports
The stack now refuses to create new organizations, users or agents without `JARVIS_LICENSE_KEY`. Everything already set up keeps running, and an instance with no key contacts nobody at all — but a fresh install gets as far as its first administrator account and then needs a key, and that was documented nowhere here. The README now lists, in full and field by field, everything a licensed instance sends: counts and a version string, no names, no addresses, no conversation text, no asset inventory, no credentials. The only field that identifies your network rather than measuring something is the public URL, and it can be switched off.
This commit is contained in:
+18
-2
@@ -81,8 +81,8 @@ OPENAI_API_KEY=
|
||||
# Both services track `latest` unless you set these, so `docker compose pull && up -d` upgrades you.
|
||||
# Pinning makes an upgrade a decision instead of a side effect of pulling. The app reports its real
|
||||
# version either way — `latest` is a second name on the same image, not a build that forgot its number.
|
||||
#JARVIS_IMAGE_API=git.luxit.be/luxit/jarvis-api:0.59.0
|
||||
#JARVIS_IMAGE_WEB=git.luxit.be/luxit/jarvis-web:0.74.0
|
||||
#JARVIS_IMAGE_API=git.luxit.be/luxit/jarvis-api:0.59.1
|
||||
#JARVIS_IMAGE_WEB=git.luxit.be/luxit/jarvis-web:0.74.2
|
||||
# Only read when the agent overlay is enabled, just below. Its version is the AGENT's, and moves
|
||||
# independently of the two above — a Jarvis release usually does not change the agent at all.
|
||||
#JARVIS_IMAGE_AGENT=git.luxit.be/luxit/jarvis-agent-dist:0.20.0
|
||||
@@ -107,3 +107,19 @@ OPENAI_API_KEY=
|
||||
|
||||
#AGENT_HEARTBEAT_INTERVAL_SEC=30
|
||||
#RUN_SHUTDOWN_GRACE_SEC=25
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Licence (required to create anything)
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
# The key your provider gave you. REQUIRED to create anything new.
|
||||
#
|
||||
# Without it, an instance keeps running everything already set up and refuses to create new
|
||||
# organizations, users and agents — so an existing deployment does not stop working when this
|
||||
# reaches it, and a fresh install gets as far as its first administrator and then needs a key. An
|
||||
# unlicensed instance also contacts nobody at all. See the README for exactly what a licensed one
|
||||
# reports.
|
||||
#
|
||||
# This value SEEDS the database on first boot and does not govern it afterwards: a renewal arrives
|
||||
# through the check-in and is stored, so leaving an old key here cannot roll you back.
|
||||
#JARVIS_LICENSE_KEY=
|
||||
|
||||
Reference in New Issue
Block a user