mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
TODO: - [x] Cluster formation for all API and web nodes - [x] Injest Docker logs to Stackdriver - [x] Fix assets building for prod To finish later: - [ ] Structured logging: https://issuetracker.google.com/issues/285950891 - [ ] Better networking policy (eg. use public postmark ranges and deny all unwanted egress) - [ ] OpenTelemetry collector for Google Stackdriver - [ ] LoggerJSON.Plug integration --------- Signed-off-by: Andrew Dryga <andrew@dryga.com> Co-authored-by: Jamil <jamilbk@users.noreply.github.com>
26 lines
289 B
Plaintext
26 lines
289 B
Plaintext
# Elixir
|
|
apps/web/assets/node_modules
|
|
apps/web/priv/static/dist
|
|
apps/web/priv/cert
|
|
apps/api/priv/static/dist
|
|
apps/api/priv/cert
|
|
_build
|
|
**/cover
|
|
|
|
# Documentation
|
|
docs
|
|
|
|
# MacOS
|
|
.DS_Store
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
.gitmodules
|
|
.github
|
|
|
|
# Terraform
|
|
.terraform
|
|
*.tfstate.backup
|
|
terraform.tfstate.d
|