pSSID-GUI is a web app for creating Ansible inventories usable by ansible-playbook-pssid-daemon for configuring Raspberry Pi's running pSSID.
Install Docker (along with docker-compose/docker compose). Configure various settings by changing the values in .env. Run
docker compose up --build
to build it and run in the foreground. Optionally append -d to run it in the background and use --env-file to specify the path to the .env file if it is not in ./.env, like so
docker compose --env-file /etc/pssid-gui/.env up --build -d
Use ansible-playbook-pssid-gui to deploy.
See frontend/readme.md and backend/readme.md.
