Warn about ufw

This commit is contained in:
Martin Lablans 2022-11-21 18:13:40 +01:00
parent 21f90efe96
commit bfb84666af
1 changed files with 5 additions and 1 deletions

View File

@ -46,12 +46,16 @@ Ensure the following software (or newer) is installed:
- docker-compose >= 2.xx (`docker-compose` and `docker compose` are both supported).
- systemd
We recommend to install Docker(-compose) from its official sources as described on the [Docker website](https://docs.docker.com). Note for Ubuntu: Please note that snap versions of Docker are not supported.
We recommend to install Docker(-compose) from its official sources as described on the [Docker website](https://docs.docker.com).
Note for Ubuntu: Please note that snap versions of Docker are not supported.
### Network
Since it needs to carry sensitive patient data, Bridgeheads are intended to be deployed within your institution's secure network and behave well even in networks in strict security settings, e.g. firewall rules. The only connectivity required is an outgoing HTTPS proxy. TLS termination is supported, too (see [below](#tls-terminating-proxies))
Note for Ubuntu: Please note that the uncomplicated firewall (ufw) is known to conflict with Docker [here](https://github.com/chaifeng/ufw-docker).
## Deployment
### Base Installation