mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
* 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>
Firezone Docs
To run the local docs server
- Make sure you're in this directory:
cd docs/ bundle installbundle 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.