authentik/website
Lars Lehmann bb34cd0200
website/integrations: add Netbox integration (#5683)
* website: add Netbox integration

* website: fix Netbox spelling mistakes

* website: add NetBox groups and roles

* website: NetBox use default property mapping ad base

* website: add NetBox logout url

Signed-off-by: Lars Lehmann <33843261+larsl-net@users.noreply.github.com>

* website: fix NetBox logout url

Signed-off-by: Lars Lehmann <33843261+larsl-net@users.noreply.github.com>

* website: fix NetBox spelling

Signed-off-by: Lars Lehmann <33843261+larsl-net@users.noreply.github.com>

* small formatting fixes

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: Lars Lehmann <33843261+larsl-net@users.noreply.github.com>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Jens Langhammer <jens@goauthentik.io>
2023-06-25 18:42:02 +02:00
..
blog website/blog: update hackathon post with final date (#6038) 2023-06-22 16:28:45 +02:00
developer-docs website/devdocs: draft for hackathon page (#5973) 2023-06-16 10:25:37 -05:00
docs website: update 2023.6 release notes (#6053) 2023-06-23 15:32:49 +02:00
help
integrations website/integrations: add Netbox integration (#5683) 2023-06-25 18:42:02 +02:00
netlify/functions
src website: fix layout on mobile devices (#6058) 2023-06-25 16:15:49 +02:00
static
test
.gitignore
.prettierignore
.prettierrc.json
README.md
babel.config.js
docusaurus.config.js
docusaurus.docs-only.js
netlify.toml
package-lock.json
package.json
sidebars.js security: cure53 fix (#6039) 2023-06-22 22:25:04 +02:00
sidebarsDev.js website/devdocs: draft for hackathon page (#5973) 2023-06-16 10:25:37 -05:00
sidebarsIntegrations.js website/integrations: add Netbox integration (#5683) 2023-06-25 18:42:02 +02:00

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.