A quick start for Outline Wiki

Fully automatic install of OIDC server + Outline Wiki
When? Soon.
- bash
 - mktemp
 - docker
 - openssl
 - wget
 - git
 - awk
 - sed
 - cut
 
A simple one liner :)
curl -fsSlo setup.sh https://raw.githubusercontent.com/Its4Nik/EasyOutline/main/setup.sh && bash setup.shThis will generate random passwords for encryption using openssl rand -hex 32
For more info on how to setup google developer OICD look at this: https://github.com/Its4Nik/EasyOutline/blob/main/README-google.md
This is a shell script which ask you for a SMTP Credentials and configures local storage inside the docker.env file, that outline uses.
I struggled with the setup of Outline TBH and wanted it to make it as easy as it can get.