|
4 | 4 |
|
5 | 5 |  |
6 | 6 |
|
| 7 | + |
7 | 8 | ### Added |
8 | 9 |
|
9 | 10 | - **New Menu: Mount and Share Manager** |
10 | 11 | Introduced a comprehensive new menu for managing shared resources between Proxmox host and LXC containers: |
11 | 12 |
|
12 | 13 | **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. |
16 | 23 |
|
17 | 24 | **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. |
23 | 43 |
|
24 | 44 | **Documentation & Support:** |
25 | | - - **Help & Info (commands)** - Comprehensive guides with step-by-step manual instructions for all sharing scenarios |
26 | 45 |
|
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. |
28 | 52 |
|
29 | 53 | --- |
30 | 54 |
|
|
0 commit comments