Skip to content

Initial Github release!

Latest
Compare
Choose a tag to compare
@Afr0 Afr0 released this 19 Jan 21:19
· 16 commits to main since this release
6d781e5

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.