Docker Vars - ufw + User (#50)

* Firewall Regeln Docker angepasst

* Docker User angepasst
This commit is contained in:
Quotengrote 2020-10-18 17:49:15 +02:00 committed by GitHub
parent 5a60ffb07d
commit 488c54421d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,10 +3,14 @@
restic_folders_to_backup: /usr/local /etc /root /var/www /home /var/lib/docker restic_folders_to_backup: /usr/local /etc /root /var/www /home /var/lib/docker
### oefenweb.ufw ### oefenweb.ufw
ufw_rules: ufw_rules:
# - rule: allow
# to_port: 22
# protocol: tcp
# comment: 'ssh'
# - rule: allow
# to_port: 3000
# comment: 'rssbridge'
- rule: allow - rule: allow
to_port: 22 comment: 'alles erlauben'
protocol: tcp ### mgrote.create_users
comment: 'ssh' create_user_groups: 'sudo, ssh, docker'
- rule: allow
to_port: 3000
comment: 'rssbridge'