Skip to content

Commit 7cabf85

Browse files
committed
setup initial work on container-test.yaml files
1 parent dbb2bc8 commit 7cabf85

106 files changed

Lines changed: 580 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
timeoutSeconds: 10
2+
paths:
3+
- /usr/local/bin/yq
4+
files:
5+
- path: /usr/local/bin/yq
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
timeoutSeconds: 10
2+
tcp:
3+
- host: 127.0.0.1
4+
port: 8080
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
timeoutSeconds: 10
2+
tcp:
3+
- host: 127.0.0.1
4+
port: 4040
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
timeoutSeconds: 10
2+
tcp:
3+
- host: 127.0.0.1
4+
port: 8000

apps/autoscan/container-test.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
timeoutSeconds: 10
2+
paths:
3+
- /app/autoscan
4+
files:
5+
- path: /app/autoscan
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
timeoutSeconds: 10
2+
urls:
3+
- url: http://127.0.0.1:8000/balfolk.ics
4+
tcp:
5+
- host: 127.0.0.1
6+
port: 8000

apps/bazarr/container-test.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
timeoutSeconds: 10
2+
urls:
3+
- url: http://127.0.0.1:6767/
4+
tcp:
5+
- host: 127.0.0.1
6+
port: 6767

apps/caddy/container-test.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
timeoutSeconds: 10
2+
urls:
3+
- url: http://127.0.0.1:8080/
4+
tcp:
5+
- host: 127.0.0.1
6+
port: 8080
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
timeoutSeconds: 10
2+
tcp:
3+
- host: 127.0.0.1
4+
port: 8083
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
timeoutSeconds: 10
2+
paths:
3+
- /app/cloudflare-ddns.sh
4+
files:
5+
- path: /app/cloudflare-ddns.sh

0 commit comments

Comments
 (0)