mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
7973923588f8a5c1d16da569aaae4d6d14668b22
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%