services: migrate letsencrypt to swag
This commit is contained in:
parent
29afe55243
commit
9d49a1eec8
31 changed files with 11 additions and 11 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
|
@ -3,11 +3,11 @@
|
|||
/*/*.env.secret # Just to document that they should definitely never be added
|
||||
|
||||
# This is not necessary with the wildcard used in the first line, but it is clearer
|
||||
/letsencrypt/*
|
||||
!/letsencrypt/nginx/
|
||||
/swag/*
|
||||
!/swag/nginx/
|
||||
|
||||
/letsencrypt/nginx/*
|
||||
!/letsencrypt/nginx/proxy-confs/
|
||||
/swag/nginx/*
|
||||
!/swag/nginx/proxy-confs/
|
||||
|
||||
/letsencrypt/nginx/proxy-confs/*.sample
|
||||
/letsencrypt/nginx/proxy-confs/README.md
|
||||
/swag/nginx/proxy-confs/*.sample
|
||||
/swag/nginx/proxy-confs/README.md
|
||||
|
|
|
|||
Reference in a new issue