feat: add redirect for df.mvl.sh to setup script in Caddyfile
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 1m2s
Nix Format Check / check-format (push) Failing after 31m42s
Python Lint Check / check-python (push) Failing after 1m10s

This commit is contained in:
Menno van Leeuwen 2025-03-24 19:17:07 +01:00
parent 924ee3a577
commit 1f79b4a034
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -47,3 +47,8 @@ fsm.mvl.sh {
reverse_proxy factorio-server-manager:5080
tls {{ caddy_email }}
}
df.mvl.sh {
redir / https://git.mvl.sh/vleeuwenmenno/dotfiles/raw/branch/master/setup.sh
tls {{ caddy_email }}
}