Skip to content

Commit 8f9cae8

Browse files
feat: improve button layout and UI organization (#35)
- Reorganize control buttons into a structured container with proper spacing - Add responsive design for mobile and desktop layouts - Improve SettingsButton and ResyncButton component structure - Enhance visual hierarchy with better typography and spacing - Add background container with shadow and border for better grouping - Make layout responsive with proper flexbox arrangements
1 parent 7fd1351 commit 8f9cae8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+1376
-733
lines changed

scripts/json/2fauth.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"ram": 512,
2424
"hdd": 2,
2525
"os": "debian",
26-
"version": "12"
26+
"version": "13"
2727
}
2828
}
2929
],

scripts/json/actualbudget.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"ram": 2048,
2424
"hdd": 4,
2525
"os": "debian",
26-
"version": "12"
26+
"version": "13"
2727
}
2828
}
2929
],

scripts/json/add-iptag.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Proxmox VE LXC Tag",
2+
"name": "PVE LXC Tag",
33
"slug": "add-iptag",
44
"categories": [
55
1

scripts/json/adguard.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"ram": 512,
2424
"hdd": 2,
2525
"os": "debian",
26-
"version": "12"
26+
"version": "13"
2727
}
2828
},
2929
{
@@ -44,7 +44,7 @@
4444
},
4545
"notes": [
4646
{
47-
"text": "Adguard Home can be updated via the user interface.",
47+
"text": "AdGuard Home can only be updated via the user interface.",
4848
"type": "info"
4949
}
5050
]

scripts/json/adventurelog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"ram": 2048,
2424
"hdd": 7,
2525
"os": "debian",
26-
"version": "12"
26+
"version": "13"
2727
}
2828
}
2929
],

scripts/json/apache-guacamole.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"ram": 2048,
2424
"hdd": 4,
2525
"os": "debian",
26-
"version": "12"
26+
"version": "13"
2727
}
2828
}
2929
],

scripts/json/booklore.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"script": "ct/booklore.sh",
2121
"resources": {
2222
"cpu": 3,
23-
"ram": 2048,
23+
"ram": 3072,
2424
"hdd": 7,
2525
"os": "debian",
2626
"version": "12"

scripts/json/caddy.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"categories": [
55
21
66
],
7-
"date_created": "2024-05-11",
7+
"date_created": "2025-09-17",
88
"type": "ct",
99
"updateable": true,
1010
"privileged": false,
@@ -21,10 +21,21 @@
2121
"resources": {
2222
"cpu": 1,
2323
"ram": 512,
24-
"hdd": 4,
24+
"hdd": 6,
2525
"os": "debian",
2626
"version": "12"
2727
}
28+
},
29+
{
30+
"type": "alpine",
31+
"script": "ct/alpine-caddy.sh",
32+
"resources": {
33+
"cpu": 1,
34+
"ram": 256,
35+
"hdd": 3,
36+
"os": "alpine",
37+
"version": "3.22"
38+
}
2839
}
2940
],
3041
"default_credentials": {

scripts/json/clean-lxcs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Proxmox VE LXC Cleaner",
2+
"name": "PVE LXC Cleaner",
33
"slug": "clean-lxcs",
44
"categories": [
55
1

scripts/json/clean-orphaned-lvm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Proxmox Clean Orphaned LVM",
2+
"name": "PVE Clean Orphaned LVM",
33
"slug": "clean-orphaned-lvm",
44
"categories": [
55
1

0 commit comments

Comments
 (0)