mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
- [x] Fixed docker run command to mount a volume at `/etc/firezone` - [x] Fixed systemd unit file to prope setcap, create writeable `/etc/firezone` directory, use non-root user, etc - [x] Removed `FIREZONE_ID` from our terraform scripts Now on Sites index we only show online gateways: <img width="1728" alt="Screenshot 2023-11-15 at 18 04 12" src="https://github.com/firezone/firezone/assets/1877644/b532f200-0420-4427-acff-a3b8623560c5"> On the Site view we also show only online ones with a link to see all: <img width="1728" alt="Screenshot 2023-11-15 at 18 02 33" src="https://github.com/firezone/firezone/assets/1877644/9774dfac-4340-41d4-8404-586e081505f5"> All can be seen on a separate page: <img width="1728" alt="Screenshot 2023-11-15 at 18 02 27" src="https://github.com/firezone/firezone/assets/1877644/5d135f60-c7af-4e48-9ebb-626ff7461316"> Some of the functions I've added are pretty dirty hacks, we really need to implement filters from #2029 to properly implement those and remove code duplicates.
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