Add nfs CT

This commit is contained in:
2022-03-11 17:59:46 +01:00
parent 4c1f72bf83
commit 5f18234561
4 changed files with 32 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ This can be done on a Minimal debian CT (make sure to enable nesting) on the new
| tvheadend | Debian | Tvheadend server |
| x2go | Debian | Remote xfce desktop accessable via X2go |
| aptcacherng | Debian | Caching server for linux packages |
| nfs | Debian | NFS server |
| gitea | Alpine | Gitea server |
| nginx | Alpine | Nginx server for reverse-proxy use |
| ddns | Alpine | DDNS client configured for OVH/OVH-Cloud |
@@ -220,6 +221,12 @@ lxc.mount.entry: /dev/ttyACM-Zwave dev/ttyACM-Zwave none bind,optional,create=fi
## aptcacherng
* Available on http://`<ip>`:80
## nfs
**This container should be set up as privileged**
* Enable feature on CT: 'NFS'
* Webmin available on http://`<ip/hostname>`
* NFS server Available
## mailbackup
* Info html page available on http://`<ip>`:80
* Add user/storage space by running `ash /opt/AddMailBox.sh`