add dooris role for setup of dooris interaction on the node itself
Some checks failed
/ build (pull_request) Successful in 27s
/ Ansible Lint (push) Failing after 2m36s
/ Ansible Lint (pull_request) Failing after 2m40s

This commit is contained in:
lilly 2026-07-19 16:59:38 +02:00
commit 5efa02c79d
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g
13 changed files with 143 additions and 49 deletions

View file

@ -1,12 +0,0 @@
server {
listen 80 default_server;
listen [::]:80 default_server;
location / {
return 301 https://$host$request_uri;
}
location /.well-known/acme-challenge/ {
proxy_pass http://127.0.0.1:31820/.well-known/acme-challenge/;
}
}