Remove more ansible-controlled configs
This commit is contained in:
parent
e5c3a4e0d3
commit
753682aa86
3 changed files with 3 additions and 10 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -7,5 +7,8 @@ diagram_assets/
|
|||
|
||||
# services already handled by ansible
|
||||
acme-dns/
|
||||
caddy/config/conf.002.d/acme.serguzim.me.conf
|
||||
gitea/
|
||||
caddy/config/conf.002.d/git.serguzim.me.conf
|
||||
umami/
|
||||
caddy/config/conf.002.d/analytics.serguzim.me.conf
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
analytics.serguzim.me {
|
||||
import default
|
||||
reverse_proxy umami:3000
|
||||
}
|
|
@ -1,6 +0,0 @@
|
|||
git.serguzim.me {
|
||||
import default
|
||||
header /attachments/* Access-Control-Allow-Origin *
|
||||
|
||||
reverse_proxy gitea:3000
|
||||
}
|
Reference in a new issue