Skip to content

Commit

Permalink
docs: fix gossfile manual paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgon committed Dec 21, 2024
1 parent ab34724 commit 952c58d
Show file tree
Hide file tree
Showing 35 changed files with 180 additions and 180 deletions.
8 changes: 4 additions & 4 deletions apps/alpine/ci/goss.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
# https://github.com/goss-org/goss/blob/master/docs/manual.md#group
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#group
group:
abc:
exists: true
gid: 65000
# https://github.com/goss-org/goss/blob/master/docs/manual.md#file
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#file
file:
/sbin/tini:
exists: true
Expand All @@ -27,11 +27,11 @@ file:
mode: "0755"
/usr/share/ca-certificates:
exists: true
# https://github.com/goss-org/goss/blob/master/docs/manual.md#mount
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#mount
mount:
/tmp:
exists: true
# https://github.com/goss-org/goss/blob/master/docs/manual.md#user
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#user
user:
abc:
exists: true
Expand Down
10 changes: 5 additions & 5 deletions apps/authelia/ci/goss.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
# https://github.com/goss-org/goss/blob/master/docs/manual.md#group
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#group
group:
abc:
exists: true
gid: 65000
# https://github.com/goss-org/goss/blob/master/docs/manual.md#file
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#file
file:
/sbin/tini:
exists: true
Expand All @@ -16,17 +16,17 @@ file:
/usr/local/bin/entrypoint.sh:
exists: true
mode: "0755"
# https://github.com/goss-org/goss/blob/master/docs/manual.md#mount
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#mount
mount:
/config:
exists: true
/tmp:
exists: true
# https://github.com/goss-org/goss/blob/master/docs/manual.md#port
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#port
port:
tcp6:9091:
listening: true
# https://github.com/goss-org/goss/blob/master/docs/manual.md#user
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#user
user:
abc:
exists: true
Expand Down
12 changes: 6 additions & 6 deletions apps/bazarr/ci/goss.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
# https://github.com/goss-org/goss/blob/master/docs/manual.md#group
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#group
group:
abc:
exists: true
gid: 65000
# https://github.com/goss-org/goss/blob/master/docs/manual.md#file
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#file
file:
/sbin/tini:
exists: true
Expand All @@ -25,20 +25,20 @@ file:
/usr/local/bin/base-entrypoint.sh:
exists: true
mode: "0755"
# https://github.com/aelsabbahy/goss/blob/master/docs/manual.md#http
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#http
http:
http://localhost:6767:
status: 200
timeout: 5000
# https://github.com/goss-org/goss/blob/master/docs/manual.md#mount
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#mount
mount:
/tmp:
exists: true
# https://github.com/aelsabbahy/goss/blob/master/docs/manual.md#port
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#port
port:
tcp:6767:
listening: true
# https://github.com/goss-org/goss/blob/master/docs/manual.md#user
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#user
user:
abc:
exists: true
Expand Down
12 changes: 6 additions & 6 deletions apps/csp-exporter/ci/goss.yaml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
---
# https://github.com/goss-org/goss/blob/master/docs/manual.md#group
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#group
group:
abc:
exists: true
gid: 65000
# https://github.com/aelsabbahy/goss/blob/master/docs/manual.md#file
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#file
file:
/usr/bin/csp_exporter:
exists: true
# https://github.com/aelsabbahy/goss/blob/master/docs/manual.md#http
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#http
http:
http://localhost:9477/metrics:
status: 200
timeout: 1000
http://localhost:8000/report/csp/test:
status: 400
timeout: 1000
# https://github.com/goss-org/goss/blob/master/docs/manual.md#mount
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#mount
mount:
/tmp:
exists: true
# https://github.com/goss-org/goss/blob/master/docs/manual.md#port
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#port
port:
tcp6:8000:
listening: true
tcp6:9477:
listening: true
# https://github.com/goss-org/goss/blob/master/docs/manual.md#user
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#user
user:
abc:
exists: true
Expand Down
12 changes: 6 additions & 6 deletions apps/davis/ci/goss.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
# https://github.com/goss-org/goss/blob/master/docs/manual.md#file
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#file
file:
/app/public:
filetype: directory
exists: true
# https://github.com/goss-org/goss/blob/master/docs/manual.md#group
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#group
group:
abc:
exists: true
gid: 65000
# https://github.com/goss-org/goss/blob/master/docs/manual.md#mount
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#mount
mount:
/app/var/cache:
exists: true
Expand All @@ -25,17 +25,17 @@ mount:
exists: true
/tmp:
exists: true
# https://github.com/goss-org/goss/blob/master/docs/manual.md#port
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#port
port:
tcp6:9000:
listening: true
# https://github.com/goss-org/goss/blob/master/docs/manual.md#process
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#process
process:
caddy:
running: true
php-fpm:
running: true
# https://github.com/goss-org/goss/blob/master/docs/manual.md#user
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#user
user:
abc:
exists: true
Expand Down
12 changes: 6 additions & 6 deletions apps/firefly-iii/ci/goss.yaml
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
---
# https://github.com/goss-org/goss/blob/master/docs/manual.md#group
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#group
group:
www-data:
exists: true
gid: 65000
# https://github.com/aelsabbahy/goss/blob/master/docs/manual.md#file
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#file
file:
/usr/local/bin/base-entrypoint.sh:
exists: true
/usr/local/bin/mid-entrypoint.sh:
exists: true
/usr/local/bin/entrypoint.sh:
exists: true
# https://github.com/goss-org/goss/blob/master/docs/manual.md#http
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#http
http:
http://localhost:8080/health:
status: 200
timeout: 1000
# https://github.com/goss-org/goss/blob/master/docs/manual.md#mount
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#mount
mount:
/tmp:
exists: true
# https://github.com/goss-org/goss/blob/master/docs/manual.md#port
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#port
port:
tcp:8080:
listening: true
# https://github.com/goss-org/goss/blob/master/docs/manual.md#user
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#user
user:
www-data:
exists: true
Expand Down
10 changes: 5 additions & 5 deletions apps/firefoxsync/ci/goss.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
---
# https://github.com/goss-org/goss/blob/master/docs/manual.md#group
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#group
group:
abc:
exists: true
gid: 65000
# https://github.com/aelsabbahy/goss/blob/master/docs/manual.md#http
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#http
http:
http://localhost:3000/-/healthz:
status: 200
timeout: 1000
# https://github.com/goss-org/goss/blob/master/docs/manual.md#mount
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#mount
mount:
/config:
exists: true
/tmp:
exists: true
# https://github.com/goss-org/goss/blob/master/docs/manual.md#port
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#port
port:
tcp:3000:
listening: true
# https://github.com/goss-org/goss/blob/master/docs/manual.md#user
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#user
user:
abc:
exists: true
Expand Down
12 changes: 6 additions & 6 deletions apps/gokapi/ci/goss.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
---
# https://github.com/goss-org/goss/blob/master/docs/manual.md#group
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#group
group:
abc:
exists: true
gid: 65000
# https://github.com/aelsabbahy/goss/blob/master/docs/manual.md#file
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#file
file:
/usr/bin/gokapi:
exists: true
# https://github.com/aelsabbahy/goss/blob/master/docs/manual.md#http
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#http
http:
http://localhost:3000/:
status: 200
timeout: 1000
# https://github.com/goss-org/goss/blob/master/docs/manual.md#mount
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#mount
mount:
/tmp:
exists: true
# https://github.com/goss-org/goss/blob/master/docs/manual.md#port
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#port
port:
tcp6:3000:
listening: true
# https://github.com/goss-org/goss/blob/master/docs/manual.md#user
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#user
user:
abc:
exists: true
Expand Down
12 changes: 6 additions & 6 deletions apps/gose/ci/goss.yaml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
---
# https://github.com/goss-org/goss/blob/master/docs/manual.md#group
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#group
group:
abc:
exists: true
gid: 65000
# https://github.com/aelsabbahy/goss/blob/master/docs/manual.md#file
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#file
file:
/usr/bin/memos:
exists: true
# https://github.com/aelsabbahy/goss/blob/master/docs/manual.md#http
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#http
http:
http://localhost:8080/api/v1/healthz:
status: 200
timeout: 1000
# https://github.com/goss-org/goss/blob/master/docs/manual.md#mount
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#mount
mount:
/config:
exists: true
/tmp:
exists: true
# https://github.com/goss-org/goss/blob/master/docs/manual.md#port
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#port
port:
tcp6:8080:
listening: true
# https://github.com/goss-org/goss/blob/master/docs/manual.md#user
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#user
user:
abc:
exists: true
Expand Down
12 changes: 6 additions & 6 deletions apps/home-assistant/ci/goss.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
# https://github.com/goss-org/goss/blob/master/docs/manual.md#group
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#group
group:
abc:
exists: true
gid: 65000
# https://github.com/goss-org/goss/blob/master/docs/manual.md#file
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#file
file:
/usr/bin/envdir:
exists: true
Expand All @@ -13,20 +13,20 @@ file:
/usr/local/bin/base-entrypoint.sh:
exists: true
mode: "0755"
# https://github.com/aelsabbahy/goss/blob/master/docs/manual.md#http
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#http
http:
http://localhost:8123/:
status: 200
timeout: 1000
# https://github.com/goss-org/goss/blob/master/docs/manual.md#mount
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#mount
mount:
/tmp:
exists: true
# https://github.com/goss-org/goss/blob/master/docs/manual.md#port
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#port
port:
tcp6:8123:
listening: true
# https://github.com/goss-org/goss/blob/master/docs/manual.md#user
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#user
user:
abc:
exists: true
Expand Down
8 changes: 4 additions & 4 deletions apps/invidious/ci/goss.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
# https://github.com/goss-org/goss/blob/master/docs/manual.md#group
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#group
group:
abc:
exists: true
gid: 65000
# https://github.com/aelsabbahy/goss/blob/master/docs/manual.md#file
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#file
file:
/app/invidious:
exists: true
# https://github.com/goss-org/goss/blob/master/docs/manual.md#mount
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#mount
mount:
/tmp:
exists: true
# https://github.com/goss-org/goss/blob/master/docs/manual.md#user
# https://github.com/goss-org/goss/blob/master/docs/gossfile.md#user
user:
abc:
exists: true
Expand Down
Loading

0 comments on commit 952c58d

Please sign in to comment.