Authentik Installation: Difference between revisions

cats
format
Line 1: Line 1:
https://goauthentik.io/docs/installation/docker-compose
https://goauthentik.io/docs/installation/docker-compose


<syntaxhighlight lang="shell">wget https://goauthentik.io/docker-compose.yml
<nowiki><pre>wget </nowiki>https://goauthentik.io/docker-compose.yml
 
sudo apt-get install -y pwgen
sudo apt-get install -y pwgen
echo "PG_PASS=$(pwgen -s 40 1)" >> .env
echo "PG_PASS=$(pwgen -s 40 1)" >> .env
echo "AUTHENTIK_SECRET_KEY=$(pwgen -s 50 1)" >> .env
echo "AUTHENTIK_SECRET_KEY=$(pwgen -s 50 1)" >> .env
echo "AUTHENTIK_ERROR_REPORTING__ENABLED=true" >> .env
echo "AUTHENTIK_ERROR_REPORTING__ENABLED=true" >> .env


</syntaxhighlight>
<nowiki></pre></nowiki>
<span id="run-authentik-compose-file"></span>
== Run Authentik Compose File ==
== Run Authentik Compose File ==