Quick Start
Warning
Since SSA is in early development, expect breaking changes!
Requirements
- A supported reverse proxy. Have a look at the list of reverse proxies
 - Docker (-compose)
 - A public domain (+ HTTPS)
 
Download and install
- Create a new directory and enter it: 
mkdir SimpleSelfhostAuth && cd SimpleSelfhostAuth - Next, download
   the docker-compose.yml:
   
wget -q docker-compose.yml https://raw.githubusercontent.com/mawoka-myblock/SimpleSelfhostAuth/master/docker-compose.yml - Add a secret key by running 
sed -i "s/NOT_SECRET/$(openssl rand -hex 32)/g" docker-compose.yml. - Start the stack: 
docker compose up -d(or, if you use the old docker-compose:docker compose up -d) - Now, open the admin-interface at 
<YOUR_SSA_DOMAIN>and sign in. The username isadminand the password is the same as the username. - CHANGE YOUR PASSWORD!
 - Create users, apps, etc.