-
Notifications
You must be signed in to change notification settings - Fork 22
/
values.example.yaml
252 lines (252 loc) · 6.57 KB
/
values.example.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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
common:
tz: America/New_York
network:
gateway: 192.168.1.1
certs:
ssl_certificate_key: /etc/letsencrypt/live/${DOMAIN}/privkey.pem
ssl_certificate: /etc/letsencrypt/live/${DOMAIN}/fullchain.pem
ssl_dhparam: /etc/letsencrypt/certs/dhparam.pem
services:
apprise:
enabled: false
replicaCount: 1
image:
repository: lscr.io/linuxserver/apprise-api
tag: latest
pullPolicy: Always
ports:
http: 8000
config: /opt/apprise/config
autobrr:
enabled: false
replicaCount: 1
image:
repository: ghcr.io/autobrr/autobrr
tag: latest
pullPolicy: Always
ports:
http: 7474
config: /opt/autobrr/config
changedetectionio:
enabled: false
replicaCount: 1
image:
repository: ghcr.io/dgtlmoon/changedetection.io
tag: latest
pullPolicy: Always
ports:
http: 5000
config: /opt/changedetectionio/config
cloudflared:
enabled: false
replicaCount: 1
image:
repository: cloudflare/cloudflared
tag: latest
pullPolicy: IfNotPresent
tunnel: example-tunnel
domain: example.com
url: http://foo.example.com
target: localhost:8080
gotify:
enabled: false
replicaCount: 1
image:
repository: ghcr.io/gotify/server
tag: latest
pullPolicy: Always
ports:
http: 80
data: /opt/gotify/data
homepage:
enabled: false
replicaCount: 1
image:
repository: ghcr.io/benphelps/homepage
tag: latest
pullPolicy: Always
ports:
http: 3000
bookmarks:
- Development:
- github:
- icon: mdi-github
abbr: gh
href: https://github.com
- Media:
- youtube:
- icon: mdi-youtube
abbr: yt
href: https://youtube.com
- plex:
- icon: mdi-plex
abbr: plex
href: https://app.plex.tv/desktop
services:
- Media:
- plex:
- icon: mdi-plex
href: https://app.plex.tv/desktop
description: Plex
widgets:
- search:
focus: true
provider: '[duckduckgo, google]'
target: _blank
settings:
theme: dark
title: Homepage
huginn:
enabled: false
replicaCount: 1
image:
repository: ghcr.io/huginn/huginn
tag: latest
pullPolicy: Always
ports:
http: 3000
data: /opt/huginn/data
invitation_code: invite-me
app_secret_token: <super secret token>
jellyfin:
enabled: false
replicaCount: 1
image:
repository: ghcr.io/onedr0p/jellyfin
tag: rolling
pullPolicy: Always
ports:
http: 8096
udp: 7359
config: /opt/jellyfin/config
library: /data/library
kavita:
enabled: false
replicaCount: 1
image:
repository: kizaing/kavita
tag: latest
pullPolicy: Always
ports:
http: 5000
config: /opt/kavita/config
library: /data/library/books
nginx:
enabled: false
replicaCount: 1
image:
repository: nginx
tag: latest
pullPolicy: Always
ports:
http: 80
https: 443
public_path: /opt/nginx/public
domain: example.com
overseerr:
enabled: false
replicaCount: 1
image:
repository: lscr.io/linuxserver/overseerr
tag: latest
pullPolicy: Always
ports:
http: 5055
config: /opt/overseerr/config
playwright:
enabled: false
replicaCount: 1
image:
repository: browserless/chrome
tag: latest
pullPolicy: Always
ports:
http: 3000
config: /opt/playwright/config
plex:
enabled: false
replicaCount: 1
image:
repository: lscr.io/linuxserver/plex
tag: latest
pullPolicy: Always
ports:
http: 32400
config: /opt/plex/config
library: /data/library
prowlarr:
enabled: false
replicaCount: 1
image:
repository: lscr.io/linuxserver/prowlarr
tag: latest
pullPolicy: Always
ports:
http: 9696
config: /opt/prowlarr/config
qbittorrent:
enabled: false
replicaCount: 1
image:
repository: lscr.io/linuxserver/qbittorrent
tag: latest
pullPolicy: Always
ports:
http: 8080
p2p: 6881
p2pudp: 6881
config: /opt/qbittorrent/config
data: /data/torrents
radarr:
enabled: false
replicaCount: 1
image:
repository: lscr.io/linuxserver/radarr
tag: latest
pullPolicy: Always
ports:
http: 7878
config: /opt/radarr/config
data: /data
sabnzbd:
enabled: false
replicaCount: 1
image:
repository: lscr.io/linuxserver/sabnzbd
tag: latest
pullPolicy: Always
ports:
http: 8080
config: /opt/sabnzbd/config
data: /data/usenet
sonarr:
enabled: false
replicaCount: 1
image:
repository: lscr.io/linuxserver/sonarr
tag: latest
pullPolicy: Always
ports:
http: 8989
config: /opt/sonarr/config
data: /data
tautulli:
enabled: false
replicaCount: 1
image:
repository: lscr.io/linuxserver/tautulli
tag: latest
pullPolicy: Always
ports:
http: 8181
config: /opt/tautulli/config
thelounge:
enabled: false
replicaCount: 1
image:
repository: lscr.io/linuxserver/thelounge
tag: latest
pullPolicy: Always
ports:
http: 9000
config: /opt/thelounge/config