Skip to content

UMNET-perfSONAR/pSSID-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pSSID-GUI

pSSID-GUI is a web app for creating Ansible inventories usable by ansible-playbook-pssid-daemon for configuring Raspberry Pi's running pSSID.

Demo Image

Running Locally

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

Deploying

Use ansible-playbook-pssid-gui to deploy.

Documentation

See frontend/readme.md and backend/readme.md.

About

pSSID-GUI

Resources

License

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors