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