Mirror of goauthentik/authentik@github.com - Open-source identity platform
Go to file
Jens Langhammer 2b5fddb7bf policies: add unittests for evaluator 2020-02-23 15:54:26 +01:00
.github/workflows new release: 0.8.8-beta 2020-02-23 14:45:45 +01:00
docker root/wsgi: log requests with event name of request 2020-02-16 14:36:31 +01:00
docs policies/expression: add pb_client_ip field 2020-02-22 19:26:16 +01:00
gatekeeper
helm new release: 0.8.8-beta 2020-02-23 14:45:45 +01:00
passbook policies: add unittests for evaluator 2020-02-23 15:54:26 +01:00
scripts root: run bandit as part of pre-commit 2020-02-21 09:03:59 +01:00
.bumpversion.cfg new release: 0.8.8-beta 2020-02-23 14:45:45 +01:00
.coveragerc
.dockerignore ui: update static docker image to download NPM modules 2020-02-21 15:33:54 +01:00
.editorconfig
.gitignore
.prospector.yaml
.pylintrc
Dockerfile *: upgrade python 3.7 to 3.8 2020-01-19 21:03:01 +01:00
LICENSE
Pipfile root: remove prospector from Pipfile as it causes lock issues, install in CI 2020-02-17 17:48:18 +01:00
Pipfile.lock root: remove prospector from Pipfile as it causes lock issues, install in CI 2020-02-17 17:48:18 +01:00
README.md providers/oidc: fix incorrectly sorted imports 2020-01-02 16:42:52 +01:00
docker-compose.yml
manage.py root: use defusedxml's defuse_stdlib globally 2020-02-21 09:00:28 +01:00
mkdocs.yml docs: update policy types, add docs for expression policies 2020-02-19 10:21:28 +01:00
pyrightconfig.json all: general maintenance, prepare for pyright 2020-02-18 22:12:51 +01:00
setup.cfg
static.Dockerfile ui: update static docker image to download NPM modules 2020-02-21 15:33:54 +01:00

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