authentik/website
Marc 'risson' Schmitt b0e74d348a
root: fix listen trusted_proxy_cidrs config loading from environment (#8075)
Co-authored-by: Jens Langhammer <jens@goauthentik.io>
2024-01-10 22:39:27 +00:00
..
blog
developer-docs
docs root: fix listen trusted_proxy_cidrs config loading from environment (#8075) 2024-01-10 22:39:27 +00:00
help
integrations website/integrations: fix Grafana role mapping docs (#8110) 2024-01-10 04:00:24 +00:00
netlify/functions
src website: add privacy policy [AUTH-52] (#8079) 2024-01-10 14:23:00 +01:00
static
test
.gitignore
.prettierignore
.prettierrc.json
README.md
babel.config.js
docusaurus.config.ts website: add privacy policy [AUTH-52] (#8079) 2024-01-10 14:23:00 +01:00
docusaurus.docs-only.ts
netlify.toml
package-lock.json
package.json
sidebars.js providers/oauth2: fix CVE-2024-21637 (#8104) 2024-01-09 18:14:12 +01:00
sidebarsDev.js
sidebarsIntegrations.js

README.md

Website

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

Installation

npm ci

Local Development

npm run watch

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

npm run build

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