The NSA software reverse engineering tool, Ghidra, uses a server component for collaboration. This project wraps Ghidra Server in a Podman container for ease of deployment and management.
- change "wrapper.app.parameter.1" in Dockerfile to your hostname
- make - build the container
- make install - deploy podman container and run it
- make adduser user=admin - Add user "admin" / default pw for new user is "changeme"
- you can now e.g. use "systemctl --user status container-ghidra-server.service"