any.software.nefarious-podman: add role
This commit is contained in:
parent
13d834a316
commit
00342d5027
10 changed files with 203 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
[Container]
|
||||
Image=docker.io/redis:6-alpine
|
||||
Pod=nefarious.pod
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
nf.roosens.me {
|
||||
reverse_proxy localhost:8006 {
|
||||
header_down +X-Robots-Tag "none"
|
||||
}
|
||||
}
|
||||
6
roles/any.software.nefarious-podman/files/nefarious.pod
Normal file
6
roles/any.software.nefarious-podman/files/nefarious.pod
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# vim: ft=systemd
|
||||
[Pod]
|
||||
PublishPort=127.0.0.1:8006:80
|
||||
PublishPort=8007:9117
|
||||
PublishPort=8008:9091
|
||||
PublishPort=51413:51413
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"download-dir": "/downloads/complete",
|
||||
"incomplete-dir": "/downloads/incomplete",
|
||||
"rpc-whitelist": "*",
|
||||
"rpc-host-whitelist-enabled": "false",
|
||||
"port-forwarding-enabled": true,
|
||||
"peer-port": 51413,
|
||||
"peer-port-random-on-start": false,
|
||||
"peer-socket-tos": "default"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue