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.
authentik/mkdocs.yml

92 lines
3.0 KiB
YAML
Raw Normal View History

site_name: passbook Docs
2020-06-05 18:18:26 +00:00
site_url: https://passbook.beryju.org/
2019-12-12 08:55:10 +00:00
copyright: "Copyright © 2019 - 2020 BeryJu.org"
nav:
2019-12-12 17:00:23 +00:00
- Home: index.md
- Terminology: terminology.md
2019-12-12 17:00:23 +00:00
- Installation:
2020-05-16 21:46:25 +00:00
- docker-compose: installation/docker-compose.md
- Kubernetes: installation/kubernetes.md
- Reverse Proxy: installation/reverse-proxy.md
2020-06-05 15:29:08 +00:00
- Flows:
Overview: flow/flows.md
2020-09-08 21:18:42 +00:00
Examples: flow/examples/examples.md
- Stages:
- Captcha Stage: flow/stages/captcha/index.md
- Dummy Stage: flow/stages/dummy/index.md
- Email Stage: flow/stages/email/index.md
- Identification Stage: flow/stages/identification/index.md
- Invitation Stage: flow/stages/invitation/index.md
- OTP Stage: flow/stages/otp/index.md
- Password Stage: flow/stages/password/index.md
- Prompt Stage: flow/stages/prompt/index.md
- Prompt Stage Validation: flow/stages/prompt/validation.md
- User Delete Stage: flow/stages/user_delete.md
- User Login Stage: flow/stages/user_login.md
- User Logout Stage: flow/stages/user_logout.md
- User Write Stage: flow/stages/user_write.md
2019-12-12 17:00:23 +00:00
- Sources: sources.md
- Providers:
- OAuth2: providers/oauth2.md
- SAML: providers/saml.md
2020-09-09 17:21:36 +00:00
- Proxy: providers/proxy.md
- Outposts:
- Overview: outposts/outposts.md
2020-09-19 17:04:04 +00:00
- Upgrading: outposts/upgrading.md
- Deploy on docker-compose: outposts/deploy-docker-compose.md
- Deploy on Kubernetes: outposts/deploy-kubernetes.md
- Expressions:
- Overview: expressions/index.md
- Reference:
- User Object: expressions/reference/user-object.md
- Property Mappings:
2020-05-16 21:46:25 +00:00
- Overview: property-mappings/index.md
- Expressions: property-mappings/expression.md
- Policies:
2020-05-16 21:46:25 +00:00
- Overview: policies/index.md
- Expression: policies/expression.md
2019-12-12 17:12:14 +00:00
- Integrations:
2020-05-16 21:46:25 +00:00
- as Provider:
- Amazon Web Services: integrations/services/aws/index.md
- GitLab: integrations/services/gitlab/index.md
- Rancher: integrations/services/rancher/index.md
- Harbor: integrations/services/harbor/index.md
- Sentry: integrations/services/sentry/index.md
- Ansible Tower/AWX: integrations/services/tower-awx/index.md
- VMware vCenter: integrations/services/vmware-vcenter/index.md
2020-09-18 22:12:31 +00:00
- Ubuntu Landscape: integrations/services/ubuntu-landscape/index.md
- Sonarr: integrations/services/sonarr/index.md
- Tautulli: integrations/services/tautulli/index.md
- Maintenance:
- Backups: maintenance/backups/index.md
- Upgrading:
- to 0.9: upgrading/to-0.9.md
- to 0.10: upgrading/to-0.10.md
2020-09-14 19:53:32 +00:00
- Troubleshooting:
- Access problems: troubleshooting/access.md
2020-02-27 12:00:55 +00:00
repo_name: "BeryJu/passbook"
repo_url: https://github.com/BeryJu/passbook
theme:
name: material
logo: images/logo.svg
favicon: images/logo.svg
palette:
scheme: slate
primary: white
markdown_extensions:
2019-12-12 17:00:23 +00:00
- toc:
permalink: "¶"
- admonition
- codehilite
- pymdownx.betterem:
smart_enable: all
- pymdownx.inlinehilite
- pymdownx.magiclink
- attr_list
plugins:
- search