feat: add PrivateBin service deployment with Docker and configuration files
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 29s
Nix Format Check / check-format (push) Failing after 1m47s
Python Lint Check / check-python (push) Failing after 22s

This commit is contained in:
2025-07-16 01:58:49 +02:00
parent 7dba151053
commit 9b6aa03872
5 changed files with 378 additions and 0 deletions

View File

@@ -148,4 +148,9 @@ home.vleeuwen.me {
}
tls {{ caddy_email }}
}
bin.mvl.sh {
import country_block
reverse_proxy privatebin:8080
tls {{ caddy_email }}
}
{% endif %}