I'll mention this again, if you're git-blaming this, don't come slap me personally. This code straight ported from another project and we WILL refactor this in the future. This is a temporary solution. OK I guess you can slap me for porting this as is, but still.

This commit is contained in:
2023-09-03 17:27:00 +03:00
parent afce9e90a6
commit 6fc7bbd830
3 changed files with 22 additions and 3 deletions

View File

@@ -31,8 +31,16 @@ That's where SecDep comes in 💪. With SecDep, you can manage your virtual mach
- [x] Azure
- [x] AWS
- [x] Choice to perform above actions and instance listing on a single or all providers
- [ ] Hardening during creation
- [ ] Docker deployment during hardening
- [x] Hardening during creation
- [x] SSH hardening
- [x] Firewall installation and configuration (UFW or firewalld)
- [ ] Fail2ban installation and configuration
- [x] Kernel Security Module installation and configuration (AppArmor or SELinux)
- [x] Docker Rootless installation
- [x] Docker deployment during hardening
- [x] Single docker-compose file deployment
- [x] Multiple docker images deployment
- [x] Automatic portainer deployment
# Prerequisites 📋