wg-portal/internal/app
Dmytro Bondar 6ffe1a90ae
feat: TLS support for web (#301)
* Added TLS support for web

- Added optional configurations `cert_file` and `key_file` to run web server with https

Signed-off-by: Dmytro Bondar <git@bonddim.com>

* Helm chart update

- Refactored Ingress to use one host only (`config.web.external_url` is required)
- Added Certificate resource template (secret is mounted to container into `/app/certs/`)
- Added support for service with mixed protocols (exposes UI and Wireguard ports on same IP)
- Added helm-docs target to makefile
- Changed pod labels to use selectorLabels
- Removed default probes (app runs without healthy web)
- Removed sections from README

Signed-off-by: Dmytro Bondar <git@bonddim.com>

* Fix chart workflow path filter

* Fix chart lint issue

* Skip clean-up tested chart

* Try k3d cluster

---------

Signed-off-by: Dmytro Bondar <git@bonddim.com>
2024-09-22 13:25:08 +02:00
..
api feat: TLS support for web (#301) 2024-09-22 13:25:08 +02:00
audit V2 alpha - initial version (#172) 2023-08-04 13:34:18 +02:00
auth fix REST API permission checks (#209) 2024-01-31 21:14:36 +01:00
configfile fix: autosave wireguard conf files (#303) 2024-09-22 11:53:42 +02:00
mail fix REST API permission checks (#209) 2024-01-31 21:14:36 +01:00
route V2 alpha - initial version (#172) 2023-08-04 13:34:18 +02:00
users fix: LDAP sync interval (#304) 2024-09-22 11:49:23 +02:00
wireguard Fix the wrong default hooks for PreDown and PostDown on Peer Preparing by using the correct properties of the iface (#293) 2024-09-22 11:55:41 +02:00
app.go Brought into working condition for LDAP authentication. 2024-02-29 07:17:17 +03:00
cli.go V2 alpha - initial version (#172) 2023-08-04 13:34:18 +02:00
eventbus.go V2 alpha - initial version (#172) 2023-08-04 13:34:18 +02:00
migrate_v1.go V2 alpha - initial version (#172) 2023-08-04 13:34:18 +02:00
repos.go fix default peer creation on login (#189) 2024-04-02 22:29:10 +02:00