Files
authentik/website
Ilya Kogan 0c55eea678 outposts: Adding more flexibility to outposts in Kubernetes. (#1617)
* outposts/ldap: Support hard coded `uidNumber` and `gidNumber`.

* outposts: more options for image + labels

- Set outpost docker image in config.
- Set image pull secrets in outpost config.
- Add additional labels for easier targeting from
  custom services.

* Fix some linting errors.

* outposts: Rename `docker_image` to `container_image
2021-10-14 19:54:56 +02:00
..
2021-07-18 20:54:34 +02:00
2021-09-18 14:33:53 +02:00
2020-11-15 22:42:02 +01:00
2020-11-15 22:42:02 +01:00
2020-11-15 22:42:02 +01:00
2021-09-18 14:33:53 +02:00
2021-07-13 11:06:51 +02:00
2020-11-15 22:42:02 +01:00
2021-10-11 22:45:24 +02:00

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.