We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52e8568 commit d8f104eCopy full SHA for d8f104e
ct/changedetection.sh
@@ -8,8 +8,8 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
8
APP="Change Detection"
9
var_tags="monitoring;crawler"
10
var_cpu="2"
11
-var_ram="1024"
12
-var_disk="8"
+var_ram="2048"
+var_disk="10"
13
var_os="debian"
14
var_version="12"
15
var_unprivileged="1"
json/changedetection.json
@@ -19,8 +19,8 @@
19
"script": "ct/changedetection.sh",
20
"resources": {
21
"cpu": 2,
22
- "ram": 1024,
23
- "hdd": 8,
+ "ram": 2048,
+ "hdd": 10,
24
"os": "debian",
25
"version": "12"
26
}
@@ -31,4 +31,4 @@
31
"password": null
32
},
33
"notes": []
34
-}
+}
0 commit comments