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=
|
||||||
1
gitea
Submodule
1
gitea
Submodule
Submodule gitea added at 74f1365204
15
glance/glance.container
Normal file
15
glance/glance.container
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Glance dashboard
|
||||||
|
|
||||||
|
[Container]
|
||||||
|
ContainerName=glance
|
||||||
|
Image=docker.io/glanceapp/glance:latest
|
||||||
|
AutoUpdate=registry
|
||||||
|
PublishPort=8020:8080
|
||||||
|
Volume=glance-config:/app/config:Z
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Restart=unless-stopped
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
||||||
17
grafana/grafana.container
Normal file
17
grafana/grafana.container
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Grafana
|
||||||
|
|
||||||
|
[Container]
|
||||||
|
ContainerName=grafana
|
||||||
|
Image=docker.io/grafana/grafana:latest
|
||||||
|
AutoUpdate=registry
|
||||||
|
Network=bridge
|
||||||
|
PublishPort=3002:3000
|
||||||
|
Volume=grafana-storage:/var/lib/grafana
|
||||||
|
EnvironmentFile=grafana.env
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Restart=unless-stopped
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
||||||
1
noip-duc
Submodule
1
noip-duc
Submodule
Submodule noip-duc added at 59ab653ada
17
tvj-epg/tvj-epg.container
Normal file
17
tvj-epg/tvj-epg.container
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Television Jamaica EPG
|
||||||
|
|
||||||
|
[Container]
|
||||||
|
ContainerName=tvj-epg
|
||||||
|
Image=ghcr.io/lyncolnmd/tvj-epg:latest
|
||||||
|
AutoUpdate=registry
|
||||||
|
PublishPort=8787:8787
|
||||||
|
#Volume=/media/CONTAINER/Videos/XMLTV:/app/output:Z
|
||||||
|
EnvironmentFile=tvj-epg.env
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Restart=unless-stopped
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
||||||
|
|
||||||
2
tvj-epg/tvj-epg.env
Normal file
2
tvj-epg/tvj-epg.env
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
UPDATE_INTERVAL=3
|
||||||
|
TZ=America/New_York
|
||||||
Reference in New Issue
Block a user