mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
I noticed that you still can go to the old resources view from Policies page and there were two ways to fix that: 1. Change many-to-many connection between sites and resources to one-to-many, which means we will change domain model and drop multi-site load balancing feature; 2. Change the templates not to hide the old views but rather make them complimentary by accepting `site_id` query param, which slightly changed their behavior, so that it's the same view from sites and policies, just without a way to access Resources index page (unless future feature flag is enabled). This PR implements (2).
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