Bootstrap and run an Authentik server in one command
script/serverThis will start or restart the Authentik server using Docker Compose in a detached mode. The server will be available at http://localhost.
Running the script/server command will restart the containers while preserving all your settings, users, and data stored in the database and volumes.
script/server --destroyUse the --destroy flag when you want to completely rebuild the server from scratch.
The --destroy flag will:
- Stop and remove all containers
- Delete all volumes (database and Redis data)
- Rebuild containers from scratch
- Start fresh containers