docs: update dates (#3615)

pull/3616/head
James Elliott 2022-06-28 15:27:14 +10:00 committed by GitHub
parent 67cdb60d86
commit 352b360a50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
188 changed files with 249 additions and 246 deletions

View File

@ -1,11 +1,6 @@
# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

View File

@ -75,26 +75,20 @@ Source:
}
});
{{ $list := slice }}
{{- if and (isset .Site.Params.options "searchsectionsindex") (not (eq (len .Site.Params.options.searchSectionsIndex) 0)) }}
{{- if eq .Site.Params.options.searchSectionsIndex "ALL" }}
{{- $list = .Site.Pages }}
{{- else }}
{{- $list = (where (where .Site.Pages "Type" "in" .Site.Params.options.searchSectionsIndex) ".Params.search.index" "!=" "false") }}
{{- if (in .Site.Params.options.searchSectionsIndex "HomePage") }}
{{ $list = $list | append .Site.Home }}
{{- end }}
{{- end }}
{{- else }}
{{- $list = (where .Site.Pages "Section" "docs") }}
{{- end }}
// Not yet supported: https://github.com/nextapps-de/flexsearch#complex-documents
/*
var docs = [
{{ range $index, $page := (where .Site.Pages "Section" "docs") -}}
{
id: {{ $index }},
href: "{{ .Permalink }}",
title: {{ .Title | jsonify }},
description: {{ .Params.description | jsonify }},
content: {{ .Content | jsonify }}
},
{{ end -}}
];
*/
// https://discourse.gohugo.io/t/range-length-or-last-element/3803/2
{{ $list := (where .Site.RegularPages "Type" "in" (union .Site.Params.Sections.Search .Site.Params.Sections.Searchable)) -}}
{{ $len := (len $list) -}}
index.add(
@ -120,8 +114,8 @@ Source:
function show_results(){
const maxResult = 5;
var searchQuery = this.value;
var results = index.search(searchQuery, {limit: maxResult, enrich: true});
const searchQuery = this.value;
const results = index.search(searchQuery, {limit: maxResult, enrich: true});
// flatten results since index.search() returns results for each indexed field
const flatResults = new Map(); // keyed by href to dedupe results
@ -163,7 +157,7 @@ Source:
suggestions.appendChild(entry);
if(suggestions.childElementCount == maxResult) break;
if(suggestions.childElementCount === maxResult) break;
}
}
}());

View File

@ -76,6 +76,8 @@ lastMod = true
clipBoard = true
instantPage = true
flexSearch = true
searchSectionsShow = ["overview", "configuration", "integration", "contributing", "reference"]
searchSectionsIndex = ["overview", "configuration", "integration", "contributing", "reference", "blog"]
darkMode = true
bootStrapJs = true
breadCrumb = true
@ -89,7 +91,3 @@ lastMod = true
[menu.section]
auto = true
collapsibleSidebar = true
[Sections]
Search = ["overview", "configuration", "integration", "contributing", "reference"]
Searchable = ["blog"]

View File

@ -1,8 +1,8 @@
---
title : "Authelia"
title: "Authelia"
description: "Authelia is an open-source authentication and authorization server and portal fulfilling the identity and access management (IAM) role of information security in providing multi-factor authentication and single sign-on (SSO) for your applications via a web portal. It acts as a companion for common reverse proxies."
lead: "Authelia is an open-source <a href=\"./overview/authentication/introduction/\">authentication</a> and <a href=\"./overview/authorization/access-control/\">authorization</a> server and portal fulfilling the identity and access management (IAM) role of information security in providing <a href=\"./overview/authentication/introduction/\">multi-factor authentication</a> and single sign-on (SSO) for your applications via a web portal. It acts as a companion for <a href=\"./overview/prologue/supported-proxies/\">common reverse proxies</a>."
date: 2020-04-15T15:48:16+02:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
---

View File

@ -1,7 +1,7 @@
---
title: "Blog"
description: "The Authelia Blog."
date: 2020-04-15T15:48:16+02:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
---

View File

@ -2,7 +2,7 @@
title: "Say hello to the new website 👋"
description: "Introducing the new website"
lead: "Introducing the new website"
date: 2022-06-15T18:12:27+10:00
date: 2022-06-15T17:51:47+10:00
draft: false
contributors: ["James Elliott"]
---

View File

@ -1,8 +1,8 @@
---
title : "Configuration"
title: "Configuration"
description: "Configuration Docs"
lead: ""
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
---

View File

@ -1,8 +1,8 @@
---
title : "First Factor"
title: "First Factor"
description: "First Factor methods configuration"
lead: ""
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
weight: 102000

View File

@ -2,7 +2,7 @@
title: "File"
description: "File"
lead: "Authelia supports a file based first factor user provider. This section describes configuring this."
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "First Factor"
description: "Configuring Authelia First Factor Authentication."
lead: "Authelia uses a username and password for a first factor method. This section describes configuring this."
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "LDAP"
description: "Configuring LDAP"
lead: "Authelia supports an LDAP server based first factor user provider. This section describes configuring this."
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -1,8 +1,8 @@
---
title : "Identity Providers"
title: "Identity Providers"
description: "Identity Providers Configuration"
lead: ""
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
weight: 190000

View File

@ -2,7 +2,7 @@
title: "Identity Providers"
description: "Identity Providers Configuration"
lead: "Authelia is evolving to become an identity provider. This section describes how to configure this."
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "OpenID Connect"
description: "OpenID Connect Configuration"
lead: "Authelia can operate as an OpenID Connect provider. This section describes how to configure this."
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -1,8 +1,8 @@
---
title : "Methods"
title: "Methods"
description: "Methods of Configuration"
lead: ""
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
weight: 101000

View File

@ -2,7 +2,7 @@
title: "Environment"
description: "Using the Environment Variable Configuration Method."
lead: "Authelia has a layered configuration model. This section describes how to implement the environment configuration."
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "Files"
description: "Using the YAML File Configuration Method."
lead: "Authelia can be configured via files. This section describes utilizing this method."
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "Methods"
description: "Methods of Configuration."
lead: "Authelia has a layered configuration model. This section describes how to implement configuration."
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "Secrets"
description: "Using the Secrets Configuration Method."
lead: "Authelia allows providing configuration via secrets method. This section describes how to implement this."
date: 2022-03-20T12:52:27+11:00
date: 2020-02-29T01:43:59+01:00
draft: false
images: []
menu:

View File

@ -1,8 +1,8 @@
---
title : "Miscellaneous"
title: "Miscellaneous"
description: "Miscellaneous Configuration"
lead: ""
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
weight: 199000

View File

@ -2,7 +2,7 @@
title: "Guides"
description: "Miscellaneous Guides for Configuration."
lead: "This section contains miscellaneous guides used in the configuration."
date: 2022-05-16T15:21:22+10:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "Miscellaneous"
description: "Miscellaneous Configuration."
lead: "Authelia has a few config items that don't fit into their own area. This describes these options."
date: 2022-03-20T12:52:27+11:00
date: 2020-02-29T01:43:59+01:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "Log"
description: "Configuring the Log Settings."
lead: "Authelia performs logging to various locations. This section describes how to configure and tune this."
date: 2022-03-20T12:52:27+11:00
date: 2021-06-01T14:09:50+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "NTP"
description: "Configuring the NTP Settings."
lead: "Authelia checks the system time is in sync with an NTP server. This section describes how to configure and tune this."
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "Server"
description: "Configuring the Server Settings."
lead: "Authelia runs an internal webserver. This section describes how to configure and tune this."
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -1,8 +1,8 @@
---
title : "Notifications"
description: "Notifiations Configuration"
title: "Notifications"
description: "Notifications Configuration"
lead: ""
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
weight: 107000

View File

@ -2,7 +2,7 @@
title: "File System"
description: "Configuring the File Notifications Settings."
lead: "Authelia can save notifications to a file. This section describes how to configure this."
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "Notifications"
description: "Configuring the Notifications Settings."
lead: "Authelia sends messages to users in order to verify their identity. This section describes how to configure this."
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "SMTP"
description: "Configuring the SMTP Notifications Settings."
lead: "Authelia can send emails to users through an SMTP server. This section describes how to configure this."
date: 2022-03-20T12:52:27+11:00
date: 2020-02-29T01:43:59+01:00
draft: false
images: []
menu:

View File

@ -1,8 +1,8 @@
---
title : "Prologue"
title: "Prologue"
description: "Configuration Prologue"
lead: ""
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
weight: 100000

View File

@ -2,7 +2,7 @@
title: "Common"
description: "Common configuration options and notations."
lead: "This section details common configuration elements within the Authelia configuration. This section is mainly used as a reference for other sections as necessary."
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "Prologue"
description: "An introduction into configuring Authelia."
lead: "An introduction into configuring Authelia."
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "Migration"
description: "Information regarding configuration migration."
lead: "An introduction into configuring Authelia."
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -1,8 +1,8 @@
---
title : "Second Factor"
title: "Second Factor"
description: "Second Factor methods configuration"
lead: ""
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
weight: 103000

View File

@ -2,7 +2,7 @@
title: "Duo / Mobile Push"
description: "Configuring the Duo Mobile Push Notification Second Factor Method."
lead: ""
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "Second Factor"
description: "Configuring Authelia Second Factor Authentication."
lead: "Authelia provides a number of 2FA methods. This section describes these methods."
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "Time-based One Time Password"
description: "Configuring the Time-based One Time Password Second Factor Method."
lead: "Authelia supports utilizing time-based one-time passwords as a 2FA method."
date: 2022-03-20T12:52:27+11:00
date: 2020-02-29T01:43:59+01:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "WebAuthn"
description: "Configuring the WebAuthn Second Factor Method."
lead: "WebAuthn is the modern browser security key specification that Authelia supports. This section describes configuring it."
date: 2022-03-20T12:52:27+11:00
date: 2022-03-03T22:20:43+11:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "Security"
description: "Security Related Configuration"
lead: ""
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
weight: 104000

View File

@ -2,7 +2,7 @@
title: "Access Control"
description: "Configuring the Access Control or RBAC settings."
lead: "Authelia supports a comprehensive access control system. This section describes configuring this."
date: 2022-03-20T12:52:27+11:00
date: 2020-02-29T01:43:59+01:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "Security"
description: "Security Related Configuration"
lead: "An introduction into configuring the security settings."
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "Password Policy"
description: "Password Policy Configuration"
lead: "Configuring the Password Policy."
date: 2022-04-12T14:40:22+10:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "Regulation"
description: "Regulation Configuration"
lead: "Configuring the Regulation system."
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "Session"
description: "Session Configuration"
lead: ""
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
weight: 105000

View File

@ -2,7 +2,7 @@
title: "Session"
description: "Session Configuration"
lead: "Configuring the Session / Cookie settings."
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "Redis"
description: "Redis Session Configuration"
lead: "Configuring the Redis Session Storage."
date: 2022-03-20T12:52:27+11:00
date: 2021-04-11T21:25:03+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "Storage"
description: "Storage Configuration"
lead: ""
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
weight: 106000

View File

@ -2,7 +2,7 @@
title: "Storage"
description: "Storage Configuration"
lead: "Configuring the SQL Storage."
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "Migrations"
description: "Storage Migrations"
lead: "A migration ."
date: 2022-03-20T12:52:27+11:00
date: 2021-11-23T20:45:38+11:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "MySQL"
description: "MySQL Configuration"
lead: "The MySQL storage provider which supports both MySQL and MariaDB."
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "PostgreSQL"
description: "PostgreSQL Configuration"
lead: "The PostgreSQL storage provider."
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "SQLite3"
description: "SQLite3 Configuration"
lead: "The SQLite3 storage provider."
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "Telemetry"
description: "Telemetry Configuration"
lead: ""
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
weight: 108000

View File

@ -2,7 +2,7 @@
title: "Telemetry"
description: "Configuring the Telemetry settings"
lead: "Configuring the Telemetry settings."
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "Metrics"
description: "Configuring the Metrics Telemetry settings"
lead: "Configuring the Metrics Telemetry settings."
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -1,8 +1,8 @@
---
title : "Contributing"
title: "Contributing"
description: "Contributing Docs"
lead: ""
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
---

View File

@ -1,8 +1,8 @@
---
title : "Development"
title: "Development"
description: "Contributing via Development"
lead: ""
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
weight: 200

View File

@ -2,7 +2,7 @@
title: "Building and Testing"
description: "Building and Testing Authelia."
lead: "This section covers the build process and how to perform tests in development."
date: 2022-05-15T13:52:27+10:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "Environment"
description: "How to configure your development environment."
lead: "This section covers the environment we recommend for development."
date: 2022-05-15T13:52:27+10:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "Commit Message Guidelines"
description: "Authelia Development Commit Message Guidelines"
lead: "This section covers the git commit message guidelines we use for development."
date: 2022-05-15T13:52:27+10:00
date: 2021-01-30T19:29:07+11:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "Pull Request Guidelines"
description: "Authelia Development Pull Request Guidelines"
lead: "This section covers the pull request guidelines."
date: 2022-05-23T22:03:03+10:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "Style Guidelines"
description: "Authelia Development Style Guidelines"
lead: "This section covers the style guidelines we use for development."
date: 2022-05-15T13:52:27+10:00
date: 2021-04-11T21:25:03+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "Integration Suites"
description: "Integration Suites."
lead: "This section covers the build process and how to perform tests in development."
date: 2022-05-15T13:52:27+10:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "Development"
description: "An introduction into contributing to the Authelia project via development."
lead: "An introduction into contributing to the Authelia project via development."
date: 2022-05-15T13:52:27+10:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "Reference: authelia-scripts"
description: "This section covers the authelia-scripts tool."
lead: "This section covers the authelia-scripts tool."
date: 2022-05-15T13:52:27+10:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -1,8 +1,8 @@
---
title : "Prologue"
title: "Prologue"
description: "Contributing Prologue"
lead: ""
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
weight: 100

View File

@ -2,7 +2,7 @@
title: "Documentation"
description: "Information on contributing documentation to the Authelia project."
lead: "Authelia has great documentation however there are always things that can be added. This section describes the contribution process for the documentation even though it's incredibly easy."
date: 2022-05-19T14:18:33+10:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "Financial"
description: "Information on contributing financially to the Authelia project."
lead: "The Authelia team is small and all of the maintainers spend their free time managing the project. Some may wish to contribute financially for various reasons, this page provides information about doing so."
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "Prologue"
description: "An introduction into contributing to the Authelia project."
lead: "An introduction into contributing to the Authelia project."
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "Translations"
description: "Information on contributing translations to the Authelia project."
lead: "Authelia has translations for many using facing areas of the web portal. Contributing to these translations is a very easy process."
date: 2022-05-16T13:42:36+10:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -1,7 +1,7 @@
---
title: "Contributors"
description: "The Doks contributors."
date: 2020-11-04T08:26:58+01:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
---

View File

@ -1,7 +1,7 @@
---
title: "James Elliott"
description: "Authelia Core Team"
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
---

View File

@ -1,7 +1,7 @@
---
title: "Information"
description: "Information about the project."
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
---

View File

@ -2,7 +2,7 @@
title: "Code of Conduct"
description: "An introduction into contributing to the Authelia project."
lead: "An introduction into contributing to the Authelia project."
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -1,7 +1,7 @@
---
title: "Contact"
description: "Drop us an email."
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
aliases:

View File

@ -1,7 +1,7 @@
---
title: "Privacy Policy"
description: "We do not use cookies and we do not collect any personal data."
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -1,7 +1,7 @@
---
title: "Security"
description: "Report security issues."
date: 2022-05-15T13:52:27+10:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
aliases:

View File

@ -1,8 +1,8 @@
---
title : "Integration"
title: "Integration"
description: "Integration Docs"
lead: ""
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
---

View File

@ -2,7 +2,7 @@
title: "Deployment"
description: "Deployment"
lead: ""
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
weight: 200

View File

@ -2,7 +2,7 @@
title: "Automation"
description: "Automated Deployment of Authelia."
lead: "Authelia has several features which make automation easy."
date: 2022-05-28T08:20:42+10:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "Bare-Metal"
description: "Deploying Authelia on Bare-Metal."
lead: "Authelia can be deployed on Bare-Metal as long as it sits behind a proxy."
date: 2022-05-27T22:24:38+10:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "Docker"
description: "A guide on installing Authelia in Docker."
lead: "This is one of the primary ways we deliver Authelia to users and the recommended path."
date: 2022-05-27T22:24:38+10:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "Deployment"
description: "An introduction into integrating Authelia with a product."
lead: "An introduction into integrating Authelia within your architecture."
date: 2022-05-27T22:24:38+10:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "Kubernetes"
description: "Test Description"
lead: "An introduction into integrating Authelia with Kubernetes."
date: 2022-05-28T08:20:42+10:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:
@ -11,7 +11,8 @@ menu:
identifier: "kubernetes-deployment"
weight: 240
toc: true
search: false
search:
index: false
---
Please see the dedicated [Kubernetes Documentation](../kubernetes/introduction/index.md).

View File

@ -2,7 +2,7 @@
title: "Kubernetes"
description: "Kubernetes Integration"
lead: ""
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
weight: 500

View File

@ -2,7 +2,7 @@
title: "Chart"
description: "A guide to using the Authelia helm chart to integrate Authelia with Kubernetes"
lead: "A guide to using the Authelia helm chart to integrate Authelia with Kubernetes."
date: 2022-05-15T13:52:27+10:00
date: 2022-06-22T22:58:23+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "Kubernetes"
description: "An introduction into integrating Authelia with Kubernetes."
lead: "An introduction into integrating Authelia with Kubernetes."
date: 2022-05-15T13:52:27+10:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "NGINX Ingress"
description: "A guide to integrating Authelia with the NGINX Kubernetes Ingress."
lead: "A guide to integrating Authelia with the NGINX Kubernetes Ingress."
date: 2022-05-15T13:52:27+10:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "Secrets"
description: "A guide to using secrets when integrating Authelia with Kubernetes."
lead: "A guide to using secrets when integrating Authelia with Kubernetes."
date: 2022-05-15T13:52:27+10:00
date: 2022-06-22T22:58:23+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "Traefik Ingress"
description: "A guide to integrating Authelia with the Traefik Kubernetes Ingress."
lead: "A guide to integrating Authelia with the Traefik Kubernetes Ingress."
date: 2022-05-15T13:52:27+10:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -1,8 +1,8 @@
---
title : "LDAP"
title: "LDAP"
description: "LDAP Integration"
lead: ""
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
weight: 700

View File

@ -2,7 +2,7 @@
title: "LDAP"
description: "An introduction into integrating Authelia with LDAP."
lead: "An introduction into integrating Authelia with LDAP."
date: 2022-05-31T11:13:56+10:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -2,8 +2,10 @@
title: "OpenID Connect"
description: "OpenID Connect Integration"
lead: ""
date: 2022-03-20T12:52:27+11:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
weight: 600
search:
index: false
---

View File

@ -2,7 +2,7 @@
title: "BookStack"
description: "Integrating BookStack with Authelia via OpenID Connect."
lead: ""
date: 2022-05-16T21:15:52+10:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "Cloudflare Zero Trust"
description: "Integrating Cloudflare Zero Trust with Authelia via OpenID Connect."
lead: ""
date: 2022-05-17T07:45:58+10:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "GitLab"
description: "Integrating GitLab with Authelia via OpenID Connect."
lead: ""
date: 2022-05-16T21:15:52+10:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "Grafana"
description: "Integrating Grafana with Authelia via OpenID Connect."
lead: ""
date: 2022-05-16T21:15:52+10:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "Harbor"
description: "Integrating Harbor with Authelia via OpenID Connect."
lead: ""
date: 2022-05-16T21:44:13+10:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "HashiCorp Vault"
description: "Integrating HashiCorp Vault with Authelia via OpenID Connect."
lead: ""
date: 2022-05-16T21:15:52+10:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

View File

@ -2,7 +2,7 @@
title: "OpenID Connect"
description: "An introduction into integrating the Authelia OpenID Connect Provider with an OpenID Connect relying party"
lead: "An introduction into integrating the Authelia OpenID Connect Provider with an OpenID Connect relying party."
date: 2022-05-15T13:52:27+10:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:

Some files were not shown because too many files have changed in this diff Show More