mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
- Simplify traffic filters: empty means permit all - Grey out form instead of hiding when traffic filters disabled, fixes #4816 - Fix port range population when no ports have been entered - Update tests - Add migration to migrate existing prod data - Add "UPGRADE TO UNLOCK" badge - Add `inline_errors` attr to show inline error messages - Remove traffic filters feature flag to allow enable/disable by billing instead <img width="757" alt="Screenshot 2024-05-03 at 12 43 24 PM" src="https://github.com/firezone/firezone/assets/167144/9e9277cb-4653-427c-ade3-4e3b9d479411"> <img width="194" alt="Screenshot 2024-05-03 at 2 03 06 PM" src="https://github.com/firezone/firezone/assets/167144/06e03314-9010-48a0-8504-0ab49173f0a9"> --------- Signed-off-by: Jamil <jamilbk@users.noreply.github.com> Co-authored-by: Andrew Dryga <andrew@dryga.com>
Web
To start your Phoenix server:
- Run
mix setupto install and setup dependencies - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server
Now you can visit localhost:4000 from your browser.
Ready to run in production? Please check our deployment guides.
Learn more
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix