Files
firezone/docs
Jamil 221739edeb 0.4.0 (#688)
* Bump npm

* Bump deps for dependabot issues

* MFA (#660)

* 2fa wip

add encrypted map

gen schema

add nimble_totp

add module doc

add qrusty

bump base to enable use of qrusty

requires a newer version of glibc

Revert "add qrusty"

This reverts commit 27eaf7864ea98578186c53ed4c5f650e244e8ede.

cannot be used on bionic

add eqrcode

scaffold

extract renderQR

Revert "add eqrcode"

This reverts commit fe6f74f18f13dfcc92dbdace657d194e5536e164.

use frontend qr code generation

display MFA methods

add description

* wip

* finish mfa totp addition workflow

* use real user

* allow deleting authenticator

* use valid? and :since

* make credo happy

* use mfa

* make credo happy

* add account page for unprivileged users

* eof

* add unit tests

* add integration tests

* Workaround for SSH dropping by not using random port (#697)

* Bump npm

* Bump deps for dependabot issues

* Workaround for SSH dropping by not using random port

Fixes #478

Co-authored-by: Jamil Bou Kheir <jamilbk@users.noreply.github.com>

* Update repo README (#700)

* update main readme

* add link

* update badges

* remove redundant copy

* Fix show-config to display current config (#703)

Fixes #553

* Minor MFA fixes (#704)

* Fix conflicting cache-control header (#706)

* Add manual refresh (#705)

* Add manual refresh

* Align button right

Co-authored-by: Jamil Bou Kheir <jamilbk@users.noreply.github.com>

Co-authored-by: Po Chen <chenpaul914@gmail.com>
Co-authored-by: Gabi <gabriel@firezone.dev>
Co-authored-by: Jason G <52545545+gongjason@users.noreply.github.com>
2022-06-14 09:19:56 -07:00
..
2022-06-08 11:43:35 -07:00
2022-06-08 11:43:35 -07:00
2022-06-08 11:43:35 -07:00
2022-06-13 08:38:10 -07:00
2022-06-08 11:43:35 -07:00
2021-12-30 08:19:00 -06:00
2022-01-23 11:02:01 -08:00
2022-01-11 15:41:52 -08:00
2021-12-30 08:19:00 -06:00
2022-02-06 10:39:33 -08:00
2022-06-08 11:43:35 -07:00
2022-06-08 11:43:35 -07:00
2022-06-14 09:19:56 -07:00
2022-05-23 13:59:16 -07:00

Firezone Docs

To run the local docs server

  1. Make sure you're in this directory: cd docs/
  2. bundle install
  3. bundle exec jekyll serve

Overview

This repository is for our documentation website found at https://docs.firezone.dev.

Contributing

We uses pages to organize our documentation. Please see the Jekyll site for more information.

Setup

We are using Jekyll to generate the site and Github Pages to host it. When developing locally, you can use the jekyll serve command to start a server from the /docs directory.