mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
ecf4525916367d39b913d213badd9f8a49407c74
FireGuard
Warning: This project is under active development and is absolutely not secure at the moment. Do not attempt to use this software until this notice is removed.
You have been warned.
Check back later :-).
Setup
- have postgres installed with a super user role
fireguard
psql -h localhost -d postgres
CREATE ROLE fireguard;
- have elixir installed
brew install elixir
setup project
cd apps/fg_http && mix deps.get && mix ecto.setup
npm install --prefix assets
mix phx.server
Description
Languages
Elixir
57.1%
Rust
29.2%
TypeScript
5.9%
Swift
3.3%
Kotlin
1.8%
Other
2.5%