mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
8a79d4e30106e51e0175060366d7d845016ddcaa
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%