Holdspace is a video conference system where the user is identified by Bank ID.
It is based on ION.
- GrandID credentials, A BankID integration solution from E-identitet AB.
- Docker and docker-compose
GRANDID_APIGRANDID_SERVICE
MDB_SQLITE_KEY for overriding the default encryption key for the SQLite database used by the MDB (Meeting database) service.
Optional (if provided, the server needs to be accessible by the domain given in order to generate certificates from LetsEcrypt):
export WWW_URL=yourdomain
export ADMIN_EMAIL=yourname@yourdomain
git clone https://github.com/zyberzero/secure-videoconference/
docker-compose up
If WWW_URL is not set, open http://localhost:8080, otherwise https://$WWW_URL:8080 in a Chrome browser.