Register your interest by sending a direct message containing your
GitHub username to
@dioadconsulting, wait for a reply and then follow the below to get started.
Hello World
Default, builtin HTTP service that returns "Hello ${GITHUB_USERNAME}" on the root path.
You will be able to see the request logs in the console output, with real source IP addresses.
$ docker run -v dioad-connect-persist:/persist dioad/connect:0.70.1 auth
$ docker run -p 4444:4444 -v dioad-connect-persist:/persist dioad/connect:0.70.1
$ curl https://hello.${GITHUB_USERNAME}.dioad.dev
Share Directory
Instant file share with a public URL. Defaults to use a random sub-folder.
The shareable URL is displayed in the terminal output.
$ docker run -v dioad-connect-persist:/persist dioad/connect:0.70.1-file auth
$ docker run -p 4444:4444 -v dioad-connect-persist:/persist -v $(PWD):/data dioad/connect:0.70.1-file
$ curl https://file.${GITHUB_USERNAME}.dioad.dev/
Edgemail
Properly private email. Run your own SMTP and IMAP services.
$ docker run -v dioad-connect-edgemail-persist:/persist dioad/edgemail:0.70.1 auth
$ docker run -p 4444:4444 -v dioad-connect-edgemail-persist:/persist dioad/edgemail:0.70.1
$ curl https://mx.${GITHUB_USERNAME}.dioad.dev/