feat: add jackett server & conf

This commit is contained in:
VC
2024-07-05 11:53:41 +02:00
parent f19da209fe
commit 3aa021d748
8 changed files with 67 additions and 16 deletions

View File

@@ -0,0 +1,8 @@
server {
{% include './templates/header.conf.j2' %}
location / {
proxy_pass http://localhost:9117;
}
}