Skip to content

Commit aae70e7

Browse files
committed
Update CHANGELOG.md
1 parent 5cb9e13 commit aae70e7

File tree

1 file changed

+34
-10
lines changed

1 file changed

+34
-10
lines changed

CHANGELOG.md

Lines changed: 34 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,51 @@
44

55
![Shared Resources Menu](https://macrimi.github.io/ProxMenux/share/main-menu.png)
66

7+
78
### Added
89

910
- **New Menu: Mount and Share Manager**
1011
Introduced a comprehensive new menu for managing shared resources between Proxmox host and LXC containers:
1112

1213
**Host Configuration Options:**
13-
1. **Configure NFS Shared on Host** - Add, view, and remove NFS shared resources on the Proxmox server with automatic export management
14-
2. **Configure Samba Shared on Host** - Add, view, and remove Samba/CIFS shared resources on the Proxmox server with share configuration
15-
3. **Configure Local Shared on Host** - Create and manage local shared directories with proper permissions on the Proxmox host
14+
15+
1. **Configure NFS Shared on Host**
16+
Add, view, and remove NFS shared resources on the Proxmox server with automatic export management.
17+
18+
2. **Configure Samba Shared on Host**
19+
Add, view, and remove Samba/CIFS shared resources on the Proxmox server with share configuration.
20+
21+
3. **Configure Local Shared on Host**
22+
Create and manage local shared directories with proper permissions on the Proxmox host.
1623

1724
**LXC Integration Options:**
18-
4. **Configure LXC Mount Points (Host ↔ Container)** - **Core feature** that enables mounting host directories into LXC containers with automatic permission handling. Includes the ability to **view existing mount points** for each container in a clear, organized way and **remove mount points** with proper verification that the process completed successfully. Especially optimized for **unprivileged containers** where UID/GID mapping is critical.
19-
5. **Configure NFS Client in LXC** - Set up NFS client inside privileged containers
20-
6. **Configure Samba Client in LXC** - Set up Samba client inside privileged containers
21-
7. **Configure NFS Server in LXC** - Install NFS server inside privileged containers
22-
8. **Configure Samba Server in LXC** - Install Samba server inside privileged containers
25+
26+
4. **Configure LXC Mount Points (Host ↔ Container)**
27+
**Core feature** that enables mounting host directories into LXC containers with automatic permission handling.
28+
Includes the ability to **view existing mount points** for each container in a clear, organized way and
29+
**remove mount points** with proper verification that the process completed successfully.
30+
Especially optimized for **unprivileged containers** where UID/GID mapping is critical.
31+
32+
5. **Configure NFS Client in LXC**
33+
Set up NFS client inside privileged containers.
34+
35+
6. **Configure Samba Client in LXC**
36+
Set up Samba client inside privileged containers.
37+
38+
7. **Configure NFS Server in LXC**
39+
Install NFS server inside privileged containers.
40+
41+
8. **Configure Samba Server in LXC**
42+
Install Samba server inside privileged containers.
2343

2444
**Documentation & Support:**
25-
- **Help & Info (commands)** - Comprehensive guides with step-by-step manual instructions for all sharing scenarios
2645

27-
The entire system is built around the **LXC Mount Points** functionality, which automatically detects filesystem types, handles permission mapping between host and container users, and provides seamless integration for both privileged and unprivileged containers.
46+
- **Help & Info (commands)**
47+
Comprehensive guides with step-by-step manual instructions for all sharing scenarios.
48+
49+
The entire system is built around the **LXC Mount Points** functionality, which automatically detects filesystem types,
50+
handles permission mapping between host and container users, and provides seamless integration for both privileged
51+
and unprivileged containers.
2852

2953
---
3054

0 commit comments

Comments
 (0)