Skip to content

Releases: Afr0/Parlo.Docker

Initial Github release!

19 Jan 21:19
6d781e5
Compare
Choose a tag to compare

This is the initial release.
You can load it into Docker using: docker load -i C:/path-to-downloaded/parlo.tar
Then you can run it using: docker run -d -p 3077:3077 -p 8080:80 parlo

It will then host a website @ localhost:8080 for creating new users.
It will also host the SRP protocol for authentication on port 3077.