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/website
Zolo c6bb41890e
website/docs: add port_in_redirect in nginx config to prevent invalid port in redirect (#3397)
* Proposal and fix for issue #3359

By adding `port_in_redirect off` in the configuration for the NginxProxyManager (NPM), will avoid a redirect to port 4443.
Credit to @adtwomey for the suggestions.

https://github.com/goauthentik/authentik/issues/3359

Signed-off-by: Zolo <39656359+zolodev@users.noreply.github.com>

* Adding a comment

Signed-off-by: Zolo <39656359+zolodev@users.noreply.github.com>

Signed-off-by: Zolo <39656359+zolodev@users.noreply.github.com>
2022-08-29 17:57:18 +02:00
..
developer-docs website/docs: add more blueprint docs 2022-08-19 12:16:02 +01:00
docs website/docs: add port_in_redirect in nginx config to prevent invalid port in redirect (#3397) 2022-08-29 17:57:18 +02:00
help root: fix linting errors 2021-07-18 20:54:34 +02:00
integrations website/integrations: Oracle Cloud title case (#3444) 2022-08-18 17:32:33 +02:00
netlify/functions *: cleanup vendor 2022-05-28 21:26:33 +02:00
src website: format docs with prettier (#2833) 2022-05-09 21:22:41 +02:00
static blueprints: v1 (#1573) 2022-07-31 17:11:44 +02:00
.gitignore root: build bundled docs into helo dir to fix path issue with packaged static files 2021-07-13 19:09:16 +02:00
.prettierignore website: format docs with prettier (#2833) 2022-05-09 21:22:41 +02:00
.prettierrc.json Migrate to Docusaurus (#329) 2020-11-15 22:42:02 +01:00
README.md Migrate to Docusaurus (#329) 2020-11-15 22:42:02 +01:00
babel.config.js Migrate to Docusaurus (#329) 2020-11-15 22:42:02 +01:00
docusaurus.config.js website/docs: start troubleshooting page for forward auth 2022-06-21 22:26:17 +02:00
docusaurus.docs-only.js migrate to main (#3035) 2022-06-03 19:40:09 +02:00
netlify.toml website: add initial redirect (#1918) 2021-12-13 20:42:31 +00:00
package-lock.json website: bump react-before-after-slider-component from 1.1.3 to 1.1.4 in /website (#3393) 2022-08-09 11:30:06 +02:00
package.json website: bump react-before-after-slider-component from 1.1.3 to 1.1.4 in /website (#3393) 2022-08-09 11:30:06 +02:00
sidebars.js website: add more blueprint docs, 2022.8 release notes 2022-08-07 19:27:31 +02:00
sidebarsDev.js website/docs: add more blueprint docs 2022-08-19 12:16:02 +01:00
sidebarsIntegrations.js website/integrations: add OCI 2022-08-18 16:48:07 +02:00

README.md

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

yarn install

Local Development

yarn start

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.