forked from community-scripts/ProxmoxVE
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.surgeon.yaml
371 lines (370 loc) · 8.44 KB
/
.surgeon.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
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
upstream: https://github.com/community-scripts/ProxmoxVE
modsdir: codemods
stage: false
commit: false
push: true
ignorelist:
- prefix: frontend/
- prefix: turnkey/
- prefix: api/
- prefix: README
- prefix: LICENSE
- prefix: .github
- prefix: .gitignore
- prefix: .vscode
- prefix: json/add-lxc-iptag.json
- prefix: json/add-netbird-lxc.json
- prefix: json/add-tailscale-lxc.json
- prefix: json/all-templates.json
- prefix: json/clean-lxcs.json
- prefix: json/clean-orphaned-lvm.json
- prefix: json/cron-update-lxcs.json
- prefix: json/crowdsec.json
- prefix: json/fstrim.json
- prefix: json/host-backup.json
- prefix: json/kernel-clean.json
- prefix: json/opnsense-vm.json
- prefix: json/kernel-pin.json
- prefix: json/lxc-delete.json
- prefix: json/microcode.json
- prefix: json/monitor-all.json
- prefix: json/netdata.json
- prefix: json/olivetin.json
- prefix: json/post-pbs-install.json
- prefix: json/post-pmg-install.json
- prefix: json/post-pve-install.json
- prefix: json/prometheus-pve-exporter.json
- prefix: json/scaling-governor.json
- prefix: json/turnkey.json
- prefix: json/update-lxcs.json
- prefix: json/update-repo.json
- prefix: json/pbs-microcode.json
- prefix: misc/pbs_microcode.sh
codemods:
- description: Whiptail install
mod: sed
match: install/*.sh
args:
- Proxmox VE Helper Scripts
- Incus Scripts
- description: Whiptail misc sh
mod: sed
match: misc/*.sh
args:
- Proxmox VE Helper Scripts
- Incus Scripts
- description: Whiptail misc func
mod: sed
match: misc/*.func
args:
- Proxmox VE Helper Scripts
- Incus Scripts
- description: Whiptail func LXC
mod: sed
match: misc/*.func
args:
- LXC Container
- Incus Container
- description: Default Bridge
mod: sed
match: misc/build.func
args:
- BRG="vmbr0"
- BRG="incusbr0"
- description: Default hostname
mod: sed
match: misc/build.func
args:
- HN=$NSAPP
- HN="${NSAPP}-${CT_ID}"
- description: Whiptail func Updater
mod: sed
match: misc/*.func
args:
- https://github.com/community-scripts/ProxmoxVE/raw/main/ct/${app}.sh
- https://github.com/bketelsen/IncusScripts/raw/main/ct/${app}.sh
- description: header location
mod: sed
match: misc/build.func
args:
- /usr/local/community-scripts/headers
- $HOME/.config/incusscripts/headers
- description: uname arch
mod: sed
match: misc/build.func
args:
- "$(dpkg --print-architecture)"
- "$(uname -m)"
- description: uname arch2
mod: sed
match: misc/build.func
args:
- "amd64"
- "x86_64"
- description: Header Updates
mod: sed
match: misc/*.func
args:
- https://github.com/community-scripts/ProxmoxVE/raw/main/ct/headers/
- https://github.com/bketelsen/IncusScripts/raw/main/ct/headers/
- description: PVE Check Function
mod: bashfunc
match: misc/build.func
args:
- pve_check
- codemods/pve_check.sh
- description: PVE Description
mod: bashfunc
match: misc/build.func
args:
- description
- codemods/description.sh
- description: Error Handler
mod: bashfunc
match: misc/install.func
args:
- error_handler
- codemods/error_handler.sh
- description: Install wget
mod: bashfunc
match: misc/install.func
args:
- update_os
- codemods/update_os.sh
- description: PVE Start Function
mod: bashfunc
match: misc/build.func
args:
- start
- codemods/start.sh
- description: PVE Storage Function
mod: bashfunc
match: misc/build.func
args:
- check_container_storage
- codemods/check_container_storage.sh
- description: PVE Build Function
mod: bashfunc
match: misc/build.func
args:
- build_container
- codemods/build_container.sh
- description: Replace create_lxc
mod: replacefile
match: ct/create_lxc.sh
args:
- codemods/create_lxc.sh
- description: Replace install
mod: bashfunc
match: misc/build.func
args:
- install_script
- codemods/install_script.sh
- description: FE config
mod: sed
match: frontend/next.config.mjs
args:
- ProxmoxVE
- IncusScripts
- description: FE sitemap
mod: sed
match: frontend/src/app/sitemap.ts
args:
- community-scripts.github.io
- bketelsen.github.io
- description: FE robots
mod: sed
match: frontend/src/app/robots.ts
args:
- community-scripts.github.io
- bketelsen.github.io
- description: FE github
mod: sed
match: frontend/src/app/page.tsx
args:
- github.com/community-scripts
- github.com/bketelsen
- description: FE title
mod: sed
match: frontend/src/app/page.tsx
args:
- Proxmox Helper
- Incus Helper
- description: FE manifest
mod: sed
match: frontend/src/app/manifest.ts
args:
- Proxmox VE Helper-Scripts
- Incus Helper Scripts
- description: FE manifest
mod: sed
match: frontend/src/app/layout.tsx
args:
- Proxmox VE Helper-Scripts
- Incus Helper Scripts
- description: FE robots
mod: sed
match: frontend/src/app/layout.tsx
args:
- community-scripts.github.io
- bketelsen.github.io
- description: FE ScriptInfoBlocks
mod: sed
match: frontend/src/app/scripts/_components/ScriptInfoBlocks.tsx
args:
- return "LXC";
- return "CONTAINER";
- description: FE buttons
mod: sed
match: frontend/src/app/scripts/_components/ScriptItems/Buttons.tsx
args:
- https://raw.githubusercontent.com/community-scripts/
- https://raw.githubusercontent.com/bketelsen/
- description: FE InstallCommand
mod: sed
match: frontend/src/app/scripts/_components/ScriptItems/InstallCommand.tsx
args:
- https://github.com/community-scripts/
- https://github.com/bketelsen/
- description: FE category view
mod: sed
match: frontend/src/app/category-view/page.tsx
args:
- ProxmoxVE
- IncusScripts
- description: FE Navbar
mod: sed
match: frontend/src/components/Navbar.tsx
args:
- Proxmox VE Helper-Scripts
- Incus Helper-Scripts
- description: FE Navbar
mod: sed
match: frontend/src/components/Navbar.tsx
args:
- /ProxmoxVE/logo.png
- /IncusScripts/logo.png
- description: FE Footer
mod: sed
match: frontend/src/components/Footer.tsx
args:
- https://github.com/community-scripts/
- https://github.com/bketelsen/
- description: FE Command Menu
mod: sed
match: frontend/src/components/CommandMenu.tsx
args:
- LXC
- CONTAINER
- description: FE Footer
mod: sed
match: frontend/src/config/siteConfig.tsx
args:
- https://github.com/community-scripts/
- https://github.com/bketelsen/
- description: FE Star
mod: sed
match: frontend/src/components/ui/star-on-github-button.tsx
args:
- community-scripts
- bketelsen
- description: JSON Execute
mod: sed
match: json/*.json
args:
- Execute within an existing LXC Console
- Execute in Incus host console/shell
- description: FE Landing
mod: sed
match: frontend/src/app/page.tsx
args:
- Proxmox Virtual Environment (VE)
- Incus
- description: FE Landing
mod: sed
match: frontend/src/app/page.tsx
args:
- Proxmox VE environment
- Incus environment
- description: Inject Modification notice
mod: inject
match: install/*.sh
args:
- end
- "# Modified by surgeon https://github.com/bketelsen/surgeon"
- description: Inject Modification notice
mod: inject
match: misc/*.func
args:
- start
- "# Modified by surgeon https://github.com/bketelsen/surgeon"
- description: Arch VM OS
mod: sjson
match: json/archlinux-vm.json
args:
- set
- install_methods.0.resources.os
- archlinux
- description: Arch VM Version
mod: sjson
match: json/archlinux-vm.json
args:
- set
- install_methods.0.resources.version
- current
- description: Debian VM OS
mod: sjson
match: json/debian-vm.json
args:
- set
- install_methods.0.resources.os
- debian
- description: Debian VM Version
mod: sjson
match: json/debian-vm.json
args:
- set
- install_methods.0.resources.version
- 12
- description: Ubuntu 2204 VM OS
mod: sjson
match: json/ubuntu2204-vm.json
args:
- set
- install_methods.0.resources.os
- ubuntu
- description: Ubuntu VM Version
mod: sjson
match: json/ubuntu2204-vm.json
args:
- set
- install_methods.0.resources.version
- jammy
- description: Ubuntu 2404 VM OS
mod: sjson
match: json/ubuntu2404-vm.json
args:
- set
- install_methods.0.resources.os
- ubuntu
- description: Ubuntu 2404 VM Version
mod: sjson
match: json/ubuntu2404-vm.json
args:
- set
- install_methods.0.resources.version
- noble
- description: Ubuntu 2410 VM OS
mod: sjson
match: json/ubuntu2410-vm.json
args:
- set
- install_methods.0.resources.os
- ubuntu
- description: Ubuntu 2410 VM Version
mod: sjson
match: json/ubuntu2410-vm.json
args:
- set
- install_methods.0.resources.version
- oracular