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 ddccd1d commit fe93224Copy full SHA for fe93224
ct/kometa.sh
@@ -8,9 +8,9 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
8
# App Default Values
9
APP="Kometa"
10
TAGS="media;streaming"
11
-var_cpu="1"
12
-var_ram="1024"
13
-var_disk="4"
+var_cpu="2"
+var_ram="4096"
+var_disk="8"
14
var_os="debian"
15
var_version="12"
16
var_unprivileged="1"
json/kometa.json
@@ -18,9 +18,9 @@
18
"type": "default",
19
"script": "ct/kometa.sh",
20
"resources": {
21
- "cpu": 1,
22
- "ram": 1024,
23
- "hdd": 4,
+ "cpu": 2,
+ "ram": 4096,
+ "hdd": 8,
24
"os": "debian",
25
"version": "12"
26
}
0 commit comments