mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 10:18:51 +00:00
* Removes disabling SSL and adds remote_ip lib * Fix to use remote_ip when not proxy * Add trusted_proxy to config * Add proxy_forwarded prameter to config and improve logging * Fix trusted_proxy list parsing * Fix ip formatting * Expect JSON array for trusted_proxy * fix proxied-related plug loading runtime * fix typo * checkpoint * add traefik draft * add logging * woops * adding logging for debug * rollback debugging logs * docs refinement * Fix markdown lints * remove disabling proxy_forwarded option for prod * rename, improve docs and add clients config * change dev_secure to secure_cookies * Set proxy_forwarded as true by default * remove proxy_forwarded in favor of nil trusted_proxies * renaming and doc improvement * build fix * jamilbk changes Co-authored-by: Jamil Bou Kheir <jamilbk@users.noreply.github.com>
Website
This website is built using Docusaurus 2, a modern static website generator.
Installation
npm install
Local Development
npm run start
This command starts a local development server and opens 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.
Deployment
Deployment happens automatically when a new version is published. See the
publish_docs CI workflow.