Updated CICD config

This commit is contained in:
Luke Else 2024-10-05 12:06:37 +01:00
parent 166172cc00
commit 3e6cc9c948

View File

@ -4,6 +4,7 @@
- Setup non root user - Setup non root user
- UFW should be setup to keep VPS secure and only allow for: - UFW should be setup to keep VPS secure and only allow for:
- https - https
- http - http
- ssh - ssh
@ -15,7 +16,7 @@
- Setup unattended upgrades - Setup unattended upgrades
- Install docker, docker-compose and apache utils. - Install docker, docker-compose and apache utils.
## Traefik ## Traefik + TraefikRunner
- Setup htaccess -> `echo $(htpasswd -nb user password) | sed -e s/\\$/\\$\\$/g` - Setup htaccess -> `echo $(htpasswd -nb user password) | sed -e s/\\$/\\$\\$/g`
- Ensure email address is correct - Ensure email address is correct