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 6520b7f commit 4a1ae51Copy full SHA for 4a1ae51
ct/gitea-mirror.sh
@@ -7,9 +7,9 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV
7
8
APP="gitea-mirror"
9
var_tags="${var_tags:-mirror;gitea}"
10
-var_cpu="${var_cpu:-1}"
11
-var_ram="${var_ram:-1024}"
12
-var_disk="${var_disk:-5}"
+var_cpu="${var_cpu:-2}"
+var_ram="${var_ram:-2048}"
+var_disk="${var_disk:-6}"
13
var_os="${var_os:-debian}"
14
var_version="${var_version:-12}"
15
var_unprivileged="${var_unprivileged:-1}"
frontend/public/json/gitea-mirror.json
@@ -19,9 +19,9 @@
19
"type": "default",
20
"script": "ct/gitea-mirror.sh",
21
"resources": {
22
- "cpu": 1,
23
- "ram": 1024,
24
- "hdd": 5,
+ "cpu": 2,
+ "ram": 2048,
+ "hdd": 6,
25
"os": "Debian",
26
"version": "12"
27
}
0 commit comments