Skip to content

Commit

Permalink
Security updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Feb 9, 2025
1 parent 79e622b commit 6f4f014
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions deployment/linux-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,16 @@ ufw enable

`ufw` may prompt for confirmation when enabling it. Accept by entering `y`.

## Enable automatic Ubuntu security updates

```
apt install --yes unattended-upgrades
systemctl start unattended-upgrades
```

If you are not using Ubuntu Linux there may be some other way to do this for
your distribution.

## Install Caddy and Podman

Caddy is the reverse proxy that we will use to provision TLS certificates and
Expand Down

0 comments on commit 6f4f014

Please sign in to comment.