Rename deploy artifacts for FieldWitness rebrand
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:
parent
88f5571bf9
commit
2fd3e0e31d
@ -26,7 +26,7 @@ systemctl disable avahi-daemon.service 2>/dev/null || true
|
||||
systemctl disable cups.service 2>/dev/null || true
|
||||
|
||||
# Enable FieldWitness service
|
||||
systemctl enable soosef.service
|
||||
systemctl enable fieldwitness.service
|
||||
|
||||
# Auto-login to openbox (so the browser opens without login prompt)
|
||||
mkdir -p /etc/lightdm/lightdm.conf.d
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
services:
|
||||
fieldwitness:
|
||||
build:
|
||||
context: ../.. # Sources/ directory (contains stego/, attest/, fieldwitness/)
|
||||
dockerfile: fieldwitness/docker/Dockerfile
|
||||
context: .. # Project root directory
|
||||
dockerfile: docker/Dockerfile
|
||||
container_name: fieldwitness
|
||||
ports:
|
||||
- "35811:35811"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user