added rootless eve quadlets
This commit is contained in:
10
byparr-jackett-pod/byparr-jackett.pod
Normal file
10
byparr-jackett-pod/byparr-jackett.pod
Normal file
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Byparr-Jackett Pod
|
||||
|
||||
[Pod]
|
||||
PodName=byparr-jacket
|
||||
PublishPort=9117:9117
|
||||
PublishPort=8191:8191
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
15
byparr-jackett-pod/byparr.container
Normal file
15
byparr-jackett-pod/byparr.container
Normal 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
|
||||
19
byparr-jackett-pod/jackett.container
Normal file
19
byparr-jackett-pod/jackett.container
Normal 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
|
||||
5
byparr-jackett-pod/jackett.env
Normal file
5
byparr-jackett-pod/jackett.env
Normal file
@@ -0,0 +1,5 @@
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
TZ=America/New_York
|
||||
AUTO_UPDATE=true
|
||||
RUN_OPTS=
|
||||
Reference in New Issue
Block a user