initial commit with redbot and vaultwarden migrated
This commit is contained in:
commit
15c1b9c2ea
18 changed files with 267 additions and 0 deletions
5
roles/vaultwarden/templates/vaultwarden.caddy.j2
Normal file
5
roles/vaultwarden/templates/vaultwarden.caddy.j2
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
http://{{ service_name }}.{{ ansible_hostname }} {
|
||||
reverse_proxy {{ service_name }}:80
|
||||
encode zstd gzip
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue