Authentik Installation: Difference between revisions

From Irregularpedia
Jump to navigation Jump to search
format
format
Tag: 2017 source edit
Line 1: Line 1:
https://goauthentik.io/docs/installation/docker-compose
https://goauthentik.io/docs/installation/docker-compose


<nowiki><pre>wget </nowiki>https://goauthentik.io/docker-compose.yml
<pre>
wget https://goauthentik.io/docker-compose.yml


sudo apt-get install -y pwgen
sudo apt-get install -y pwgen
Line 10: Line 11:


echo "AUTHENTIK_ERROR_REPORTING__ENABLED=true" >> .env
echo "AUTHENTIK_ERROR_REPORTING__ENABLED=true" >> .env
 
</pre>
<nowiki></pre></nowiki>
== Run Authentik Compose File ==
== Run Authentik Compose File ==


This initially installs but also is how to update settings and configs
This initially installs but also is how to update settings and configs


<pre class="yml">docker-compose pull
<pre>
docker-compose pull
docker-compose up -d
docker-compose up -d



Revision as of 04:25, 22 September 2024

https://goauthentik.io/docs/installation/docker-compose

wget https://goauthentik.io/docker-compose.yml

sudo apt-get install -y pwgen

echo "PG_PASS=$(pwgen -s 40 1)" >> .env

echo "AUTHENTIK_SECRET_KEY=$(pwgen -s 50 1)" >> .env

echo "AUTHENTIK_ERROR_REPORTING__ENABLED=true" >> .env

Run Authentik Compose File

This initially installs but also is how to update settings and configs

docker-compose pull
docker-compose up -d

Initial Setup

To start the initial setup, navigate to: http://<your server's IP or hostname>:9443/if/flow/initial-setup/.