authentik fork
This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Jens Langhammer e12780f78f flows: add invalidation designation, use as default logout action 2020-05-11 01:12:57 +02:00
.github/workflows
docker
docs policies/expression: add pb_client_ip field 2020-02-22 19:26:16 +01:00
gatekeeper
helm
passbook flows: add invalidation designation, use as default logout action 2020-05-11 01:12:57 +02:00
scripts
.bumpversion.cfg
.coveragerc policy(minor): add unittests for policy engine 2019-10-14 16:08:24 +02:00
.dockerignore
.editorconfig
.fossa.yml
.gitignore
.isort.cfg
.prospector.yaml
.pylintrc
Dockerfile
LICENSE
Pipfile
Pipfile.lock
README.md
docker-compose.yml
manage.py
mkdocs.yml docs: fix some typos 2020-02-27 13:00:55 +01:00
pyrightconfig.json stages/password: fix possibility of password in logs 2020-05-09 20:53:32 +02:00
setup.cfg core: cleanup 2018-12-09 21:07:38 +01:00
static.Dockerfile

README.md

passbook

Quick instance

export PASSBOOK_DOMAIN=domain.tld
# Optionally enable Error-reporting
# export PASSBOOK_ERROR_REPORTING=true
docker-compose pull
docker-compose up -d
docker-compose exec server ./manage.py migrate
docker-compose exec server ./manage.py createsuperuser