Improve some configs
This commit is contained in:
parent
853b66f342
commit
41b75a3d94
2 changed files with 9 additions and 0 deletions
|
@ -11,6 +11,10 @@ dokku_svc:
|
||||||
www_domain: true
|
www_domain: true
|
||||||
caddy_extra: |
|
caddy_extra: |
|
||||||
import analytics
|
import analytics
|
||||||
|
|
||||||
|
handle /.well-known/webfinger {
|
||||||
|
redir https://auth.serguzim.me{http.request.uri}
|
||||||
|
}
|
||||||
hsts: true
|
hsts: true
|
||||||
docker_host: host.docker.internal
|
docker_host: host.docker.internal
|
||||||
port: 3080
|
port: 3080
|
||||||
|
|
5
scripts/ansible_run_helper.sh
Executable file
5
scripts/ansible_run_helper.sh
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# Used for better integration with JetBrains run configurations
|
||||||
|
|
||||||
|
ansible-playbook ./playbooks/serguzim.net.yml -t "${1:-all}"
|
Loading…
Add table
Add a link
Reference in a new issue