forked from koel/docker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgoss.yaml
169 lines (169 loc) · 3.13 KB
/
goss.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
file:
/music:
exists: true
mode: "0755"
owner: www-data
group: www-data
filetype: directory
contains: []
/var/www/html:
exists: true
mode: "0777"
owner: www-data
group: www-data
filetype: directory
contains: []
/var/www/html/.env:
exists: true
mode: "0644"
owner: www-data
group: www-data
filetype: file
contains:
- APP_KEY
/var/www/html/.git:
exists: false
contains: []
/var/www/html/.github:
exists: false
contains: []
/var/www/html/.version:
exists: true
mode: "0644"
owner: www-data
group: www-data
filetype: file
contains:
- v5.1.5
/var/www/html/artisan:
exists: true
mode: "0755"
owner: www-data
group: www-data
filetype: file
contains: []
/var/www/html/cypress:
exists: false
contains: []
/var/www/html/node_modules:
exists: false
contains: []
/var/www/html/public/.htaccess:
exists: true
mode: "0644"
owner: www-data
group: www-data
filetype: file
contains: []
/var/www/html/public/css/app.css:
exists: true
mode: "0644"
owner: www-data
group: www-data
filetype: file
contains: []
/var/www/html/public/img/logo.png:
exists: true
mode: "0644"
owner: www-data
group: www-data
filetype: file
contains: []
/var/www/html/public/index.php:
exists: true
mode: "0644"
owner: www-data
group: www-data
filetype: file
contains: []
/var/www/html/public/js/app.js:
exists: true
mode: "0644"
owner: www-data
group: www-data
filetype: file
contains: []
/var/www/html/resources/assets:
exists: false
contains: []
/var/www/html/storage/framework/cache:
exists: true
mode: "0755"
owner: www-data
group: www-data
filetype: directory
contains: []
/var/www/html/storage/framework/sessions:
exists: true
mode: "0755"
owner: www-data
group: www-data
filetype: directory
contains: []
/var/www/html/storage/framework/views:
exists: true
mode: "0755"
owner: www-data
group: www-data
filetype: directory
contains: []
/var/www/html/storage/search-indexes:
exists: true
mode: "0755"
owner: www-data
group: www-data
filetype: directory
contains: []
/var/www/html/tests:
exists: false
contains: []
package:
ffmpeg:
installed: true
versions:
- 7:4.1.6-1~deb10u1
libapache2-mod-xsendfile:
installed: true
versions:
- 0.12-2
port:
tcp:80:
listening: true
ip:
- 0.0.0.0
service:
apache2:
enabled: true
running: true
user:
www-data:
exists: true
uid: 33
gid: 33
groups:
- www-data
home: /var/www
shell: /usr/sbin/nologin
group:
www-data:
exists: true
gid: 33
command:
artisan_env:
exec: php artisan env
exit-status: 0
stdout:
- 'Current application environment: production'
stderr: []
timeout: 0
process:
apache2:
running: true
http:
http://localhost:
status: 200
allow-insecure: false
no-follow-redirects: false
timeout: 5000
body:
- <title>Koel</title>