added rootless eve quadlets

This commit is contained in:
2026-02-13 10:45:48 -05:00
commit 34b518b2a9
10 changed files with 102 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
[Unit]
Description=Byparr-Jackett Pod
[Pod]
PodName=byparr-jacket
PublishPort=9117:9117
PublishPort=8191:8191
[Install]
WantedBy=default.target

View File

@@ -0,0 +1,15 @@
[Unit]
Description=Byparr
[Container]
ContainerName=byparr
Image=ghcr.io/thephaseless/byparr:latest
Pod=byparr-jackett.pod
#PublishPort=8191:8191
Environment=LOG_LEVEL=INFO
[Service]
Restart=unless-stopped
[Install]
WantedBy=default.target

View File

@@ -0,0 +1,19 @@
[Unit]
Description=Jackett Proxy Server
[Container]
ContainerName=jackett
Image=lscr.io/linuxserver/jackett:latest
#AutoUpdate=registry
Pod=byparr-jackett.pod
#PublishPort=9117:9117
Volume=jackett-data:/config
Volume=/media/CONTAINER/Downloads:/downloads
EnvironmentFile=jackett.env
[Service]
Restart=unless-stopped
[Install]
WantedBy=default.target

View File

@@ -0,0 +1,5 @@
PUID=1000
PGID=1000
TZ=America/New_York
AUTO_UPDATE=true
RUN_OPTS=