diff --git a/docs/content/en/blog/pre-release-notes-4.38/index.md b/docs/content/en/blog/pre-release-notes-4.38/index.md index 7fd9487c6..d940c73e9 100644 --- a/docs/content/en/blog/pre-release-notes-4.38/index.md +++ b/docs/content/en/blog/pre-release-notes-4.38/index.md @@ -3,7 +3,7 @@ title: "4.38: Pre-Release Notes" description: "Authelia 4.38 is just around the corner. This version has several additional features and improvements to existing features. In this blog post we'll discuss the new features and roughly what it means for users." lead: "Pre-Release Notes for 4.38" excerpt: "Authelia 4.38 is just around the corner. This version has several additional features and improvements to existing features. In this blog post we'll discuss the new features and roughly what it means for users." -date: 2023-01-18T19:47:09+10:00 +date: 2023-01-21T00:18:00+11:00 draft: false images: [] categories: ["News", "Release Notes"] diff --git a/docs/content/en/configuration/miscellaneous/privacy-policy.md b/docs/content/en/configuration/miscellaneous/privacy-policy.md index cf57e82d4..148e9f0ae 100644 --- a/docs/content/en/configuration/miscellaneous/privacy-policy.md +++ b/docs/content/en/configuration/miscellaneous/privacy-policy.md @@ -2,7 +2,7 @@ title: "Privacy Policy" description: "Privacy Policy Configuration." lead: "This describes a section of the configuration for enabling a Privacy Policy link display." -date: 2020-02-29T01:43:59+01:00 +date: 2023-01-22T19:58:07+11:00 draft: false images: [] menu: diff --git a/docs/content/en/configuration/miscellaneous/server-endpoints-authz.md b/docs/content/en/configuration/miscellaneous/server-endpoints-authz.md index 49ca3c3e0..c6763a4e2 100644 --- a/docs/content/en/configuration/miscellaneous/server-endpoints-authz.md +++ b/docs/content/en/configuration/miscellaneous/server-endpoints-authz.md @@ -2,7 +2,7 @@ title: "Server Authz Endpoints" description: "Configuring the Server Authz Endpoint Settings." lead: "Authelia supports several authorization endpoints on the internal webserver. This section describes how to configure and tune them." -date: 2022-10-31T09:33:39+11:00 +date: 2023-01-25T20:36:40+11:00 draft: false images: [] menu: diff --git a/docs/content/en/reference/cli/authelia-gen/authelia-gen.md b/docs/content/en/reference/cli/authelia-gen/authelia-gen.md index ca2fc3c6f..055334a34 100644 --- a/docs/content/en/reference/cli/authelia-gen/authelia-gen.md +++ b/docs/content/en/reference/cli/authelia-gen/authelia-gen.md @@ -30,9 +30,10 @@ authelia-gen [flags] --dir.docs.data string The directory with the docs data (default "data") --dir.locales string The locales directory in relation to the root (default "internal/server/locales") -d, --dir.root string The repository root (default "./") + --dir.web string The repository web directory in relation to the root directory (default "web") -X, --exclude strings Sets the names of excluded generators --file.bug-report string Sets the path of the bug report issue template file (default ".github/ISSUE_TEMPLATE/bug-report.yml") - --file.commit-lint-config string The commit lint javascript configuration file in relation to the root (default "web/.commitlintrc.js") + --file.commit-lint-config string The commit lint javascript configuration file in relation to the root (default ".commitlintrc.js") --file.configuration-keys string Sets the path of the keys file (default "internal/configuration/schema/keys.go") --file.docs-commit-msg-guidelines string The commit message guidelines documentation file in relation to the root (default "docs/content/en/contributing/guidelines/commit-message.md") --file.docs.data.keys string Sets the path of the docs keys file (default "configkeys.json") @@ -41,7 +42,8 @@ authelia-gen [flags] --file.feature-request string Sets the path of the feature request issue template file (default ".github/ISSUE_TEMPLATE/feature-request.yml") --file.scripts.gen string Sets the path of the authelia-scripts gen file (default "cmd/authelia-scripts/cmd/gen.go") --file.server.generated string Sets the path of the server generated file (default "internal/server/gen.go") - --file.web-i18n string The i18n typescript configuration file in relation to the root (default "web/src/i18n/index.ts") + --file.web.i18n string The i18n typescript configuration file in relation to the web directory (default "src/i18n/index.ts") + --file.web.package string The node package configuration file in relation to the web directory (default "package.json") -h, --help help for authelia-gen --package.configuration.keys string Sets the package name of the keys file (default "schema") --package.scripts.gen string Sets the package name of the authelia-scripts gen file (default "cmd") diff --git a/docs/content/en/reference/cli/authelia-gen/authelia-gen_code.md b/docs/content/en/reference/cli/authelia-gen/authelia-gen_code.md index bf1bd4a0a..ab1f13023 100644 --- a/docs/content/en/reference/cli/authelia-gen/authelia-gen_code.md +++ b/docs/content/en/reference/cli/authelia-gen/authelia-gen_code.md @@ -36,9 +36,10 @@ authelia-gen code [flags] --dir.docs.data string The directory with the docs data (default "data") --dir.locales string The locales directory in relation to the root (default "internal/server/locales") -d, --dir.root string The repository root (default "./") + --dir.web string The repository web directory in relation to the root directory (default "web") -X, --exclude strings Sets the names of excluded generators --file.bug-report string Sets the path of the bug report issue template file (default ".github/ISSUE_TEMPLATE/bug-report.yml") - --file.commit-lint-config string The commit lint javascript configuration file in relation to the root (default "web/.commitlintrc.js") + --file.commit-lint-config string The commit lint javascript configuration file in relation to the root (default ".commitlintrc.js") --file.configuration-keys string Sets the path of the keys file (default "internal/configuration/schema/keys.go") --file.docs-commit-msg-guidelines string The commit message guidelines documentation file in relation to the root (default "docs/content/en/contributing/guidelines/commit-message.md") --file.docs.data.keys string Sets the path of the docs keys file (default "configkeys.json") @@ -47,7 +48,8 @@ authelia-gen code [flags] --file.feature-request string Sets the path of the feature request issue template file (default ".github/ISSUE_TEMPLATE/feature-request.yml") --file.scripts.gen string Sets the path of the authelia-scripts gen file (default "cmd/authelia-scripts/cmd/gen.go") --file.server.generated string Sets the path of the server generated file (default "internal/server/gen.go") - --file.web-i18n string The i18n typescript configuration file in relation to the root (default "web/src/i18n/index.ts") + --file.web.i18n string The i18n typescript configuration file in relation to the web directory (default "src/i18n/index.ts") + --file.web.package string The node package configuration file in relation to the web directory (default "package.json") --package.configuration.keys string Sets the package name of the keys file (default "schema") --package.scripts.gen string Sets the package name of the authelia-scripts gen file (default "cmd") --versions int the maximum number of minor versions to list in output templates (default 5) diff --git a/docs/content/en/reference/cli/authelia-gen/authelia-gen_code_keys.md b/docs/content/en/reference/cli/authelia-gen/authelia-gen_code_keys.md index bbd4cd760..06741e136 100644 --- a/docs/content/en/reference/cli/authelia-gen/authelia-gen_code_keys.md +++ b/docs/content/en/reference/cli/authelia-gen/authelia-gen_code_keys.md @@ -36,9 +36,10 @@ authelia-gen code keys [flags] --dir.docs.data string The directory with the docs data (default "data") --dir.locales string The locales directory in relation to the root (default "internal/server/locales") -d, --dir.root string The repository root (default "./") + --dir.web string The repository web directory in relation to the root directory (default "web") -X, --exclude strings Sets the names of excluded generators --file.bug-report string Sets the path of the bug report issue template file (default ".github/ISSUE_TEMPLATE/bug-report.yml") - --file.commit-lint-config string The commit lint javascript configuration file in relation to the root (default "web/.commitlintrc.js") + --file.commit-lint-config string The commit lint javascript configuration file in relation to the root (default ".commitlintrc.js") --file.configuration-keys string Sets the path of the keys file (default "internal/configuration/schema/keys.go") --file.docs-commit-msg-guidelines string The commit message guidelines documentation file in relation to the root (default "docs/content/en/contributing/guidelines/commit-message.md") --file.docs.data.keys string Sets the path of the docs keys file (default "configkeys.json") @@ -47,7 +48,8 @@ authelia-gen code keys [flags] --file.feature-request string Sets the path of the feature request issue template file (default ".github/ISSUE_TEMPLATE/feature-request.yml") --file.scripts.gen string Sets the path of the authelia-scripts gen file (default "cmd/authelia-scripts/cmd/gen.go") --file.server.generated string Sets the path of the server generated file (default "internal/server/gen.go") - --file.web-i18n string The i18n typescript configuration file in relation to the root (default "web/src/i18n/index.ts") + --file.web.i18n string The i18n typescript configuration file in relation to the web directory (default "src/i18n/index.ts") + --file.web.package string The node package configuration file in relation to the web directory (default "package.json") --package.configuration.keys string Sets the package name of the keys file (default "schema") --package.scripts.gen string Sets the package name of the authelia-scripts gen file (default "cmd") --versions int the maximum number of minor versions to list in output templates (default 5) diff --git a/docs/content/en/reference/cli/authelia-gen/authelia-gen_code_scripts.md b/docs/content/en/reference/cli/authelia-gen/authelia-gen_code_scripts.md index 3ef5a1278..937b2264a 100644 --- a/docs/content/en/reference/cli/authelia-gen/authelia-gen_code_scripts.md +++ b/docs/content/en/reference/cli/authelia-gen/authelia-gen_code_scripts.md @@ -36,9 +36,10 @@ authelia-gen code scripts [flags] --dir.docs.data string The directory with the docs data (default "data") --dir.locales string The locales directory in relation to the root (default "internal/server/locales") -d, --dir.root string The repository root (default "./") + --dir.web string The repository web directory in relation to the root directory (default "web") -X, --exclude strings Sets the names of excluded generators --file.bug-report string Sets the path of the bug report issue template file (default ".github/ISSUE_TEMPLATE/bug-report.yml") - --file.commit-lint-config string The commit lint javascript configuration file in relation to the root (default "web/.commitlintrc.js") + --file.commit-lint-config string The commit lint javascript configuration file in relation to the root (default ".commitlintrc.js") --file.configuration-keys string Sets the path of the keys file (default "internal/configuration/schema/keys.go") --file.docs-commit-msg-guidelines string The commit message guidelines documentation file in relation to the root (default "docs/content/en/contributing/guidelines/commit-message.md") --file.docs.data.keys string Sets the path of the docs keys file (default "configkeys.json") @@ -47,7 +48,8 @@ authelia-gen code scripts [flags] --file.feature-request string Sets the path of the feature request issue template file (default ".github/ISSUE_TEMPLATE/feature-request.yml") --file.scripts.gen string Sets the path of the authelia-scripts gen file (default "cmd/authelia-scripts/cmd/gen.go") --file.server.generated string Sets the path of the server generated file (default "internal/server/gen.go") - --file.web-i18n string The i18n typescript configuration file in relation to the root (default "web/src/i18n/index.ts") + --file.web.i18n string The i18n typescript configuration file in relation to the web directory (default "src/i18n/index.ts") + --file.web.package string The node package configuration file in relation to the web directory (default "package.json") --package.configuration.keys string Sets the package name of the keys file (default "schema") --package.scripts.gen string Sets the package name of the authelia-scripts gen file (default "cmd") --versions int the maximum number of minor versions to list in output templates (default 5) diff --git a/docs/content/en/reference/cli/authelia-gen/authelia-gen_code_server.md b/docs/content/en/reference/cli/authelia-gen/authelia-gen_code_server.md index bd22ca9e4..e9c200b49 100644 --- a/docs/content/en/reference/cli/authelia-gen/authelia-gen_code_server.md +++ b/docs/content/en/reference/cli/authelia-gen/authelia-gen_code_server.md @@ -36,9 +36,10 @@ authelia-gen code server [flags] --dir.docs.data string The directory with the docs data (default "data") --dir.locales string The locales directory in relation to the root (default "internal/server/locales") -d, --dir.root string The repository root (default "./") + --dir.web string The repository web directory in relation to the root directory (default "web") -X, --exclude strings Sets the names of excluded generators --file.bug-report string Sets the path of the bug report issue template file (default ".github/ISSUE_TEMPLATE/bug-report.yml") - --file.commit-lint-config string The commit lint javascript configuration file in relation to the root (default "web/.commitlintrc.js") + --file.commit-lint-config string The commit lint javascript configuration file in relation to the root (default ".commitlintrc.js") --file.configuration-keys string Sets the path of the keys file (default "internal/configuration/schema/keys.go") --file.docs-commit-msg-guidelines string The commit message guidelines documentation file in relation to the root (default "docs/content/en/contributing/guidelines/commit-message.md") --file.docs.data.keys string Sets the path of the docs keys file (default "configkeys.json") @@ -47,7 +48,8 @@ authelia-gen code server [flags] --file.feature-request string Sets the path of the feature request issue template file (default ".github/ISSUE_TEMPLATE/feature-request.yml") --file.scripts.gen string Sets the path of the authelia-scripts gen file (default "cmd/authelia-scripts/cmd/gen.go") --file.server.generated string Sets the path of the server generated file (default "internal/server/gen.go") - --file.web-i18n string The i18n typescript configuration file in relation to the root (default "web/src/i18n/index.ts") + --file.web.i18n string The i18n typescript configuration file in relation to the web directory (default "src/i18n/index.ts") + --file.web.package string The node package configuration file in relation to the web directory (default "package.json") --package.configuration.keys string Sets the package name of the keys file (default "schema") --package.scripts.gen string Sets the package name of the authelia-scripts gen file (default "cmd") --versions int the maximum number of minor versions to list in output templates (default 5) diff --git a/docs/content/en/reference/cli/authelia-gen/authelia-gen_commit-lint.md b/docs/content/en/reference/cli/authelia-gen/authelia-gen_commit-lint.md index 69d40ffdf..f8f6cd368 100644 --- a/docs/content/en/reference/cli/authelia-gen/authelia-gen_commit-lint.md +++ b/docs/content/en/reference/cli/authelia-gen/authelia-gen_commit-lint.md @@ -36,9 +36,10 @@ authelia-gen commit-lint [flags] --dir.docs.data string The directory with the docs data (default "data") --dir.locales string The locales directory in relation to the root (default "internal/server/locales") -d, --dir.root string The repository root (default "./") + --dir.web string The repository web directory in relation to the root directory (default "web") -X, --exclude strings Sets the names of excluded generators --file.bug-report string Sets the path of the bug report issue template file (default ".github/ISSUE_TEMPLATE/bug-report.yml") - --file.commit-lint-config string The commit lint javascript configuration file in relation to the root (default "web/.commitlintrc.js") + --file.commit-lint-config string The commit lint javascript configuration file in relation to the root (default ".commitlintrc.js") --file.configuration-keys string Sets the path of the keys file (default "internal/configuration/schema/keys.go") --file.docs-commit-msg-guidelines string The commit message guidelines documentation file in relation to the root (default "docs/content/en/contributing/guidelines/commit-message.md") --file.docs.data.keys string Sets the path of the docs keys file (default "configkeys.json") @@ -47,7 +48,8 @@ authelia-gen commit-lint [flags] --file.feature-request string Sets the path of the feature request issue template file (default ".github/ISSUE_TEMPLATE/feature-request.yml") --file.scripts.gen string Sets the path of the authelia-scripts gen file (default "cmd/authelia-scripts/cmd/gen.go") --file.server.generated string Sets the path of the server generated file (default "internal/server/gen.go") - --file.web-i18n string The i18n typescript configuration file in relation to the root (default "web/src/i18n/index.ts") + --file.web.i18n string The i18n typescript configuration file in relation to the web directory (default "src/i18n/index.ts") + --file.web.package string The node package configuration file in relation to the web directory (default "package.json") --package.configuration.keys string Sets the package name of the keys file (default "schema") --package.scripts.gen string Sets the package name of the authelia-scripts gen file (default "cmd") --versions int the maximum number of minor versions to list in output templates (default 5) diff --git a/docs/content/en/reference/cli/authelia-gen/authelia-gen_docs.md b/docs/content/en/reference/cli/authelia-gen/authelia-gen_docs.md index 2b202dde5..c7b50013e 100644 --- a/docs/content/en/reference/cli/authelia-gen/authelia-gen_docs.md +++ b/docs/content/en/reference/cli/authelia-gen/authelia-gen_docs.md @@ -36,9 +36,10 @@ authelia-gen docs [flags] --dir.docs.data string The directory with the docs data (default "data") --dir.locales string The locales directory in relation to the root (default "internal/server/locales") -d, --dir.root string The repository root (default "./") + --dir.web string The repository web directory in relation to the root directory (default "web") -X, --exclude strings Sets the names of excluded generators --file.bug-report string Sets the path of the bug report issue template file (default ".github/ISSUE_TEMPLATE/bug-report.yml") - --file.commit-lint-config string The commit lint javascript configuration file in relation to the root (default "web/.commitlintrc.js") + --file.commit-lint-config string The commit lint javascript configuration file in relation to the root (default ".commitlintrc.js") --file.configuration-keys string Sets the path of the keys file (default "internal/configuration/schema/keys.go") --file.docs-commit-msg-guidelines string The commit message guidelines documentation file in relation to the root (default "docs/content/en/contributing/guidelines/commit-message.md") --file.docs.data.keys string Sets the path of the docs keys file (default "configkeys.json") @@ -47,7 +48,8 @@ authelia-gen docs [flags] --file.feature-request string Sets the path of the feature request issue template file (default ".github/ISSUE_TEMPLATE/feature-request.yml") --file.scripts.gen string Sets the path of the authelia-scripts gen file (default "cmd/authelia-scripts/cmd/gen.go") --file.server.generated string Sets the path of the server generated file (default "internal/server/gen.go") - --file.web-i18n string The i18n typescript configuration file in relation to the root (default "web/src/i18n/index.ts") + --file.web.i18n string The i18n typescript configuration file in relation to the web directory (default "src/i18n/index.ts") + --file.web.package string The node package configuration file in relation to the web directory (default "package.json") --package.configuration.keys string Sets the package name of the keys file (default "schema") --package.scripts.gen string Sets the package name of the authelia-scripts gen file (default "cmd") --versions int the maximum number of minor versions to list in output templates (default 5) diff --git a/docs/content/en/reference/cli/authelia-gen/authelia-gen_docs_cli.md b/docs/content/en/reference/cli/authelia-gen/authelia-gen_docs_cli.md index 75818a942..be8cf343e 100644 --- a/docs/content/en/reference/cli/authelia-gen/authelia-gen_docs_cli.md +++ b/docs/content/en/reference/cli/authelia-gen/authelia-gen_docs_cli.md @@ -36,9 +36,10 @@ authelia-gen docs cli [flags] --dir.docs.data string The directory with the docs data (default "data") --dir.locales string The locales directory in relation to the root (default "internal/server/locales") -d, --dir.root string The repository root (default "./") + --dir.web string The repository web directory in relation to the root directory (default "web") -X, --exclude strings Sets the names of excluded generators --file.bug-report string Sets the path of the bug report issue template file (default ".github/ISSUE_TEMPLATE/bug-report.yml") - --file.commit-lint-config string The commit lint javascript configuration file in relation to the root (default "web/.commitlintrc.js") + --file.commit-lint-config string The commit lint javascript configuration file in relation to the root (default ".commitlintrc.js") --file.configuration-keys string Sets the path of the keys file (default "internal/configuration/schema/keys.go") --file.docs-commit-msg-guidelines string The commit message guidelines documentation file in relation to the root (default "docs/content/en/contributing/guidelines/commit-message.md") --file.docs.data.keys string Sets the path of the docs keys file (default "configkeys.json") @@ -47,7 +48,8 @@ authelia-gen docs cli [flags] --file.feature-request string Sets the path of the feature request issue template file (default ".github/ISSUE_TEMPLATE/feature-request.yml") --file.scripts.gen string Sets the path of the authelia-scripts gen file (default "cmd/authelia-scripts/cmd/gen.go") --file.server.generated string Sets the path of the server generated file (default "internal/server/gen.go") - --file.web-i18n string The i18n typescript configuration file in relation to the root (default "web/src/i18n/index.ts") + --file.web.i18n string The i18n typescript configuration file in relation to the web directory (default "src/i18n/index.ts") + --file.web.package string The node package configuration file in relation to the web directory (default "package.json") --package.configuration.keys string Sets the package name of the keys file (default "schema") --package.scripts.gen string Sets the package name of the authelia-scripts gen file (default "cmd") --versions int the maximum number of minor versions to list in output templates (default 5) diff --git a/docs/content/en/reference/cli/authelia-gen/authelia-gen_docs_data.md b/docs/content/en/reference/cli/authelia-gen/authelia-gen_docs_data.md index c2023c97b..ab8df382c 100644 --- a/docs/content/en/reference/cli/authelia-gen/authelia-gen_docs_data.md +++ b/docs/content/en/reference/cli/authelia-gen/authelia-gen_docs_data.md @@ -36,9 +36,10 @@ authelia-gen docs data [flags] --dir.docs.data string The directory with the docs data (default "data") --dir.locales string The locales directory in relation to the root (default "internal/server/locales") -d, --dir.root string The repository root (default "./") + --dir.web string The repository web directory in relation to the root directory (default "web") -X, --exclude strings Sets the names of excluded generators --file.bug-report string Sets the path of the bug report issue template file (default ".github/ISSUE_TEMPLATE/bug-report.yml") - --file.commit-lint-config string The commit lint javascript configuration file in relation to the root (default "web/.commitlintrc.js") + --file.commit-lint-config string The commit lint javascript configuration file in relation to the root (default ".commitlintrc.js") --file.configuration-keys string Sets the path of the keys file (default "internal/configuration/schema/keys.go") --file.docs-commit-msg-guidelines string The commit message guidelines documentation file in relation to the root (default "docs/content/en/contributing/guidelines/commit-message.md") --file.docs.data.keys string Sets the path of the docs keys file (default "configkeys.json") @@ -47,7 +48,8 @@ authelia-gen docs data [flags] --file.feature-request string Sets the path of the feature request issue template file (default ".github/ISSUE_TEMPLATE/feature-request.yml") --file.scripts.gen string Sets the path of the authelia-scripts gen file (default "cmd/authelia-scripts/cmd/gen.go") --file.server.generated string Sets the path of the server generated file (default "internal/server/gen.go") - --file.web-i18n string The i18n typescript configuration file in relation to the root (default "web/src/i18n/index.ts") + --file.web.i18n string The i18n typescript configuration file in relation to the web directory (default "src/i18n/index.ts") + --file.web.package string The node package configuration file in relation to the web directory (default "package.json") --package.configuration.keys string Sets the package name of the keys file (default "schema") --package.scripts.gen string Sets the package name of the authelia-scripts gen file (default "cmd") --versions int the maximum number of minor versions to list in output templates (default 5) diff --git a/docs/content/en/reference/cli/authelia-gen/authelia-gen_docs_data_keys.md b/docs/content/en/reference/cli/authelia-gen/authelia-gen_docs_data_keys.md index 7a843345e..f269ee95e 100644 --- a/docs/content/en/reference/cli/authelia-gen/authelia-gen_docs_data_keys.md +++ b/docs/content/en/reference/cli/authelia-gen/authelia-gen_docs_data_keys.md @@ -36,9 +36,10 @@ authelia-gen docs data keys [flags] --dir.docs.data string The directory with the docs data (default "data") --dir.locales string The locales directory in relation to the root (default "internal/server/locales") -d, --dir.root string The repository root (default "./") + --dir.web string The repository web directory in relation to the root directory (default "web") -X, --exclude strings Sets the names of excluded generators --file.bug-report string Sets the path of the bug report issue template file (default ".github/ISSUE_TEMPLATE/bug-report.yml") - --file.commit-lint-config string The commit lint javascript configuration file in relation to the root (default "web/.commitlintrc.js") + --file.commit-lint-config string The commit lint javascript configuration file in relation to the root (default ".commitlintrc.js") --file.configuration-keys string Sets the path of the keys file (default "internal/configuration/schema/keys.go") --file.docs-commit-msg-guidelines string The commit message guidelines documentation file in relation to the root (default "docs/content/en/contributing/guidelines/commit-message.md") --file.docs.data.keys string Sets the path of the docs keys file (default "configkeys.json") @@ -47,7 +48,8 @@ authelia-gen docs data keys [flags] --file.feature-request string Sets the path of the feature request issue template file (default ".github/ISSUE_TEMPLATE/feature-request.yml") --file.scripts.gen string Sets the path of the authelia-scripts gen file (default "cmd/authelia-scripts/cmd/gen.go") --file.server.generated string Sets the path of the server generated file (default "internal/server/gen.go") - --file.web-i18n string The i18n typescript configuration file in relation to the root (default "web/src/i18n/index.ts") + --file.web.i18n string The i18n typescript configuration file in relation to the web directory (default "src/i18n/index.ts") + --file.web.package string The node package configuration file in relation to the web directory (default "package.json") --package.configuration.keys string Sets the package name of the keys file (default "schema") --package.scripts.gen string Sets the package name of the authelia-scripts gen file (default "cmd") --versions int the maximum number of minor versions to list in output templates (default 5) diff --git a/docs/content/en/reference/cli/authelia-gen/authelia-gen_docs_data_misc.md b/docs/content/en/reference/cli/authelia-gen/authelia-gen_docs_data_misc.md index 7627d9df6..2ea33dd9e 100644 --- a/docs/content/en/reference/cli/authelia-gen/authelia-gen_docs_data_misc.md +++ b/docs/content/en/reference/cli/authelia-gen/authelia-gen_docs_data_misc.md @@ -36,9 +36,10 @@ authelia-gen docs data misc [flags] --dir.docs.data string The directory with the docs data (default "data") --dir.locales string The locales directory in relation to the root (default "internal/server/locales") -d, --dir.root string The repository root (default "./") + --dir.web string The repository web directory in relation to the root directory (default "web") -X, --exclude strings Sets the names of excluded generators --file.bug-report string Sets the path of the bug report issue template file (default ".github/ISSUE_TEMPLATE/bug-report.yml") - --file.commit-lint-config string The commit lint javascript configuration file in relation to the root (default "web/.commitlintrc.js") + --file.commit-lint-config string The commit lint javascript configuration file in relation to the root (default ".commitlintrc.js") --file.configuration-keys string Sets the path of the keys file (default "internal/configuration/schema/keys.go") --file.docs-commit-msg-guidelines string The commit message guidelines documentation file in relation to the root (default "docs/content/en/contributing/guidelines/commit-message.md") --file.docs.data.keys string Sets the path of the docs keys file (default "configkeys.json") @@ -47,7 +48,8 @@ authelia-gen docs data misc [flags] --file.feature-request string Sets the path of the feature request issue template file (default ".github/ISSUE_TEMPLATE/feature-request.yml") --file.scripts.gen string Sets the path of the authelia-scripts gen file (default "cmd/authelia-scripts/cmd/gen.go") --file.server.generated string Sets the path of the server generated file (default "internal/server/gen.go") - --file.web-i18n string The i18n typescript configuration file in relation to the root (default "web/src/i18n/index.ts") + --file.web.i18n string The i18n typescript configuration file in relation to the web directory (default "src/i18n/index.ts") + --file.web.package string The node package configuration file in relation to the web directory (default "package.json") --package.configuration.keys string Sets the package name of the keys file (default "schema") --package.scripts.gen string Sets the package name of the authelia-scripts gen file (default "cmd") --versions int the maximum number of minor versions to list in output templates (default 5) diff --git a/docs/content/en/reference/cli/authelia-gen/authelia-gen_docs_date.md b/docs/content/en/reference/cli/authelia-gen/authelia-gen_docs_date.md index 95192998f..aef280f65 100644 --- a/docs/content/en/reference/cli/authelia-gen/authelia-gen_docs_date.md +++ b/docs/content/en/reference/cli/authelia-gen/authelia-gen_docs_date.md @@ -38,9 +38,10 @@ authelia-gen docs date [flags] --dir.docs.data string The directory with the docs data (default "data") --dir.locales string The locales directory in relation to the root (default "internal/server/locales") -d, --dir.root string The repository root (default "./") + --dir.web string The repository web directory in relation to the root directory (default "web") -X, --exclude strings Sets the names of excluded generators --file.bug-report string Sets the path of the bug report issue template file (default ".github/ISSUE_TEMPLATE/bug-report.yml") - --file.commit-lint-config string The commit lint javascript configuration file in relation to the root (default "web/.commitlintrc.js") + --file.commit-lint-config string The commit lint javascript configuration file in relation to the root (default ".commitlintrc.js") --file.configuration-keys string Sets the path of the keys file (default "internal/configuration/schema/keys.go") --file.docs-commit-msg-guidelines string The commit message guidelines documentation file in relation to the root (default "docs/content/en/contributing/guidelines/commit-message.md") --file.docs.data.keys string Sets the path of the docs keys file (default "configkeys.json") @@ -49,7 +50,8 @@ authelia-gen docs date [flags] --file.feature-request string Sets the path of the feature request issue template file (default ".github/ISSUE_TEMPLATE/feature-request.yml") --file.scripts.gen string Sets the path of the authelia-scripts gen file (default "cmd/authelia-scripts/cmd/gen.go") --file.server.generated string Sets the path of the server generated file (default "internal/server/gen.go") - --file.web-i18n string The i18n typescript configuration file in relation to the root (default "web/src/i18n/index.ts") + --file.web.i18n string The i18n typescript configuration file in relation to the web directory (default "src/i18n/index.ts") + --file.web.package string The node package configuration file in relation to the web directory (default "package.json") --package.configuration.keys string Sets the package name of the keys file (default "schema") --package.scripts.gen string Sets the package name of the authelia-scripts gen file (default "cmd") --versions int the maximum number of minor versions to list in output templates (default 5) diff --git a/docs/content/en/reference/cli/authelia-gen/authelia-gen_github.md b/docs/content/en/reference/cli/authelia-gen/authelia-gen_github.md index a3fa361ed..29f7b72fc 100644 --- a/docs/content/en/reference/cli/authelia-gen/authelia-gen_github.md +++ b/docs/content/en/reference/cli/authelia-gen/authelia-gen_github.md @@ -36,9 +36,10 @@ authelia-gen github [flags] --dir.docs.data string The directory with the docs data (default "data") --dir.locales string The locales directory in relation to the root (default "internal/server/locales") -d, --dir.root string The repository root (default "./") + --dir.web string The repository web directory in relation to the root directory (default "web") -X, --exclude strings Sets the names of excluded generators --file.bug-report string Sets the path of the bug report issue template file (default ".github/ISSUE_TEMPLATE/bug-report.yml") - --file.commit-lint-config string The commit lint javascript configuration file in relation to the root (default "web/.commitlintrc.js") + --file.commit-lint-config string The commit lint javascript configuration file in relation to the root (default ".commitlintrc.js") --file.configuration-keys string Sets the path of the keys file (default "internal/configuration/schema/keys.go") --file.docs-commit-msg-guidelines string The commit message guidelines documentation file in relation to the root (default "docs/content/en/contributing/guidelines/commit-message.md") --file.docs.data.keys string Sets the path of the docs keys file (default "configkeys.json") @@ -47,7 +48,8 @@ authelia-gen github [flags] --file.feature-request string Sets the path of the feature request issue template file (default ".github/ISSUE_TEMPLATE/feature-request.yml") --file.scripts.gen string Sets the path of the authelia-scripts gen file (default "cmd/authelia-scripts/cmd/gen.go") --file.server.generated string Sets the path of the server generated file (default "internal/server/gen.go") - --file.web-i18n string The i18n typescript configuration file in relation to the root (default "web/src/i18n/index.ts") + --file.web.i18n string The i18n typescript configuration file in relation to the web directory (default "src/i18n/index.ts") + --file.web.package string The node package configuration file in relation to the web directory (default "package.json") --package.configuration.keys string Sets the package name of the keys file (default "schema") --package.scripts.gen string Sets the package name of the authelia-scripts gen file (default "cmd") --versions int the maximum number of minor versions to list in output templates (default 5) diff --git a/docs/content/en/reference/cli/authelia-gen/authelia-gen_github_issue-templates.md b/docs/content/en/reference/cli/authelia-gen/authelia-gen_github_issue-templates.md index 24f627249..35446870e 100644 --- a/docs/content/en/reference/cli/authelia-gen/authelia-gen_github_issue-templates.md +++ b/docs/content/en/reference/cli/authelia-gen/authelia-gen_github_issue-templates.md @@ -36,9 +36,10 @@ authelia-gen github issue-templates [flags] --dir.docs.data string The directory with the docs data (default "data") --dir.locales string The locales directory in relation to the root (default "internal/server/locales") -d, --dir.root string The repository root (default "./") + --dir.web string The repository web directory in relation to the root directory (default "web") -X, --exclude strings Sets the names of excluded generators --file.bug-report string Sets the path of the bug report issue template file (default ".github/ISSUE_TEMPLATE/bug-report.yml") - --file.commit-lint-config string The commit lint javascript configuration file in relation to the root (default "web/.commitlintrc.js") + --file.commit-lint-config string The commit lint javascript configuration file in relation to the root (default ".commitlintrc.js") --file.configuration-keys string Sets the path of the keys file (default "internal/configuration/schema/keys.go") --file.docs-commit-msg-guidelines string The commit message guidelines documentation file in relation to the root (default "docs/content/en/contributing/guidelines/commit-message.md") --file.docs.data.keys string Sets the path of the docs keys file (default "configkeys.json") @@ -47,7 +48,8 @@ authelia-gen github issue-templates [flags] --file.feature-request string Sets the path of the feature request issue template file (default ".github/ISSUE_TEMPLATE/feature-request.yml") --file.scripts.gen string Sets the path of the authelia-scripts gen file (default "cmd/authelia-scripts/cmd/gen.go") --file.server.generated string Sets the path of the server generated file (default "internal/server/gen.go") - --file.web-i18n string The i18n typescript configuration file in relation to the root (default "web/src/i18n/index.ts") + --file.web.i18n string The i18n typescript configuration file in relation to the web directory (default "src/i18n/index.ts") + --file.web.package string The node package configuration file in relation to the web directory (default "package.json") --package.configuration.keys string Sets the package name of the keys file (default "schema") --package.scripts.gen string Sets the package name of the authelia-scripts gen file (default "cmd") --versions int the maximum number of minor versions to list in output templates (default 5) diff --git a/docs/content/en/reference/cli/authelia-gen/authelia-gen_github_issue-templates_bug-report.md b/docs/content/en/reference/cli/authelia-gen/authelia-gen_github_issue-templates_bug-report.md index 1910e8891..396e4598a 100644 --- a/docs/content/en/reference/cli/authelia-gen/authelia-gen_github_issue-templates_bug-report.md +++ b/docs/content/en/reference/cli/authelia-gen/authelia-gen_github_issue-templates_bug-report.md @@ -36,9 +36,10 @@ authelia-gen github issue-templates bug-report [flags] --dir.docs.data string The directory with the docs data (default "data") --dir.locales string The locales directory in relation to the root (default "internal/server/locales") -d, --dir.root string The repository root (default "./") + --dir.web string The repository web directory in relation to the root directory (default "web") -X, --exclude strings Sets the names of excluded generators --file.bug-report string Sets the path of the bug report issue template file (default ".github/ISSUE_TEMPLATE/bug-report.yml") - --file.commit-lint-config string The commit lint javascript configuration file in relation to the root (default "web/.commitlintrc.js") + --file.commit-lint-config string The commit lint javascript configuration file in relation to the root (default ".commitlintrc.js") --file.configuration-keys string Sets the path of the keys file (default "internal/configuration/schema/keys.go") --file.docs-commit-msg-guidelines string The commit message guidelines documentation file in relation to the root (default "docs/content/en/contributing/guidelines/commit-message.md") --file.docs.data.keys string Sets the path of the docs keys file (default "configkeys.json") @@ -47,7 +48,8 @@ authelia-gen github issue-templates bug-report [flags] --file.feature-request string Sets the path of the feature request issue template file (default ".github/ISSUE_TEMPLATE/feature-request.yml") --file.scripts.gen string Sets the path of the authelia-scripts gen file (default "cmd/authelia-scripts/cmd/gen.go") --file.server.generated string Sets the path of the server generated file (default "internal/server/gen.go") - --file.web-i18n string The i18n typescript configuration file in relation to the root (default "web/src/i18n/index.ts") + --file.web.i18n string The i18n typescript configuration file in relation to the web directory (default "src/i18n/index.ts") + --file.web.package string The node package configuration file in relation to the web directory (default "package.json") --package.configuration.keys string Sets the package name of the keys file (default "schema") --package.scripts.gen string Sets the package name of the authelia-scripts gen file (default "cmd") --versions int the maximum number of minor versions to list in output templates (default 5) diff --git a/docs/content/en/reference/cli/authelia-gen/authelia-gen_github_issue-templates_feature-request.md b/docs/content/en/reference/cli/authelia-gen/authelia-gen_github_issue-templates_feature-request.md index f327f39f2..003c13494 100644 --- a/docs/content/en/reference/cli/authelia-gen/authelia-gen_github_issue-templates_feature-request.md +++ b/docs/content/en/reference/cli/authelia-gen/authelia-gen_github_issue-templates_feature-request.md @@ -36,9 +36,10 @@ authelia-gen github issue-templates feature-request [flags] --dir.docs.data string The directory with the docs data (default "data") --dir.locales string The locales directory in relation to the root (default "internal/server/locales") -d, --dir.root string The repository root (default "./") + --dir.web string The repository web directory in relation to the root directory (default "web") -X, --exclude strings Sets the names of excluded generators --file.bug-report string Sets the path of the bug report issue template file (default ".github/ISSUE_TEMPLATE/bug-report.yml") - --file.commit-lint-config string The commit lint javascript configuration file in relation to the root (default "web/.commitlintrc.js") + --file.commit-lint-config string The commit lint javascript configuration file in relation to the root (default ".commitlintrc.js") --file.configuration-keys string Sets the path of the keys file (default "internal/configuration/schema/keys.go") --file.docs-commit-msg-guidelines string The commit message guidelines documentation file in relation to the root (default "docs/content/en/contributing/guidelines/commit-message.md") --file.docs.data.keys string Sets the path of the docs keys file (default "configkeys.json") @@ -47,7 +48,8 @@ authelia-gen github issue-templates feature-request [flags] --file.feature-request string Sets the path of the feature request issue template file (default ".github/ISSUE_TEMPLATE/feature-request.yml") --file.scripts.gen string Sets the path of the authelia-scripts gen file (default "cmd/authelia-scripts/cmd/gen.go") --file.server.generated string Sets the path of the server generated file (default "internal/server/gen.go") - --file.web-i18n string The i18n typescript configuration file in relation to the root (default "web/src/i18n/index.ts") + --file.web.i18n string The i18n typescript configuration file in relation to the web directory (default "src/i18n/index.ts") + --file.web.package string The node package configuration file in relation to the web directory (default "package.json") --package.configuration.keys string Sets the package name of the keys file (default "schema") --package.scripts.gen string Sets the package name of the authelia-scripts gen file (default "cmd") --versions int the maximum number of minor versions to list in output templates (default 5) diff --git a/docs/content/en/reference/cli/authelia-gen/authelia-gen_locales.md b/docs/content/en/reference/cli/authelia-gen/authelia-gen_locales.md index 206da13c4..3f64f2781 100644 --- a/docs/content/en/reference/cli/authelia-gen/authelia-gen_locales.md +++ b/docs/content/en/reference/cli/authelia-gen/authelia-gen_locales.md @@ -36,9 +36,10 @@ authelia-gen locales [flags] --dir.docs.data string The directory with the docs data (default "data") --dir.locales string The locales directory in relation to the root (default "internal/server/locales") -d, --dir.root string The repository root (default "./") + --dir.web string The repository web directory in relation to the root directory (default "web") -X, --exclude strings Sets the names of excluded generators --file.bug-report string Sets the path of the bug report issue template file (default ".github/ISSUE_TEMPLATE/bug-report.yml") - --file.commit-lint-config string The commit lint javascript configuration file in relation to the root (default "web/.commitlintrc.js") + --file.commit-lint-config string The commit lint javascript configuration file in relation to the root (default ".commitlintrc.js") --file.configuration-keys string Sets the path of the keys file (default "internal/configuration/schema/keys.go") --file.docs-commit-msg-guidelines string The commit message guidelines documentation file in relation to the root (default "docs/content/en/contributing/guidelines/commit-message.md") --file.docs.data.keys string Sets the path of the docs keys file (default "configkeys.json") @@ -47,7 +48,8 @@ authelia-gen locales [flags] --file.feature-request string Sets the path of the feature request issue template file (default ".github/ISSUE_TEMPLATE/feature-request.yml") --file.scripts.gen string Sets the path of the authelia-scripts gen file (default "cmd/authelia-scripts/cmd/gen.go") --file.server.generated string Sets the path of the server generated file (default "internal/server/gen.go") - --file.web-i18n string The i18n typescript configuration file in relation to the root (default "web/src/i18n/index.ts") + --file.web.i18n string The i18n typescript configuration file in relation to the web directory (default "src/i18n/index.ts") + --file.web.package string The node package configuration file in relation to the web directory (default "package.json") --package.configuration.keys string Sets the package name of the keys file (default "schema") --package.scripts.gen string Sets the package name of the authelia-scripts gen file (default "cmd") --versions int the maximum number of minor versions to list in output templates (default 5) diff --git a/docs/content/en/reference/guides/proxy-authorization.md b/docs/content/en/reference/guides/proxy-authorization.md index 22420a13d..175655eb4 100644 --- a/docs/content/en/reference/guides/proxy-authorization.md +++ b/docs/content/en/reference/guides/proxy-authorization.md @@ -2,7 +2,7 @@ title: "Proxy Authorization" description: "A reference guide on Proxy Authorization implementations" lead: "This section contains reference guide on Proxy Authorization implementations Authelia supports." -date: 2022-10-31T09:33:39+11:00 +date: 2023-01-25T20:36:40+11:00 draft: false images: [] menu: