Rename deploy artifacts for FieldWitness rebrand
Some checks failed
CI / lint (push) Failing after 13s
CI / typecheck (push) Failing after 14s

Rename live-usb service files, hook scripts, and package lists from
soosef to fieldwitness. Fix remaining VERISOO_ env vars in docker
compose and kubernetes configs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Aaron D. Lee 2026-04-02 15:11:50 -04:00
parent 88f5571bf9
commit 2fd3e0e31d
5 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ systemctl disable avahi-daemon.service 2>/dev/null || true
systemctl disable cups.service 2>/dev/null || true systemctl disable cups.service 2>/dev/null || true
# Enable FieldWitness service # Enable FieldWitness service
systemctl enable soosef.service systemctl enable fieldwitness.service
# Auto-login to openbox (so the browser opens without login prompt) # Auto-login to openbox (so the browser opens without login prompt)
mkdir -p /etc/lightdm/lightdm.conf.d mkdir -p /etc/lightdm/lightdm.conf.d

View File

@ -1,8 +1,8 @@
services: services:
fieldwitness: fieldwitness:
build: build:
context: ../.. # Sources/ directory (contains stego/, attest/, fieldwitness/) context: .. # Project root directory
dockerfile: fieldwitness/docker/Dockerfile dockerfile: docker/Dockerfile
container_name: fieldwitness container_name: fieldwitness
ports: ports:
- "35811:35811" - "35811:35811"