Outils pour utilisateurs

Outils du site


welcome:proxmox:install_openmediavault_on_ct_debian10

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

welcome:proxmox:install_openmediavault_on_ct_debian10 [2020/06/22 15:10]
welcome:proxmox:install_openmediavault_on_ct_debian10 [2020/07/11 06:44] (Version actuelle)
Ligne 1: Ligne 1:
 +<color #22b14c>**Install Openmediavault on a container LXC Debian10**</color> \\
 +
 +<note warning>It is not realy possible to use OpenMediaVault in this way because a volume for data is missing!! \\ 
 +OpenMediaVault seems not to accept mount points for storing data.</note>
 +
 +====== Create the container ======
 +  * Create the <color #ed1c24>privileged</color> container Debian 10 (template found into Proxmox) but <color #ed1c24>**DON'T START IT!**</color>
 +  * Modify the configuration of the container into the Proxmox: <code>root@proxmox:~# nano /etc/pve/lxc/<CT-id>.conf
 +and enter at the end:
 +lxc.apparmor.profile: unconfined
 +lxc.mount.auto: cgroup:rw
 +lxc.mount.auto: proc:rw
 +lxc.mount.auto: sys:rw </code>
 +  * start the container
 +
 +====== Update the container ======
 +<code> apt-get update => apt-get dist-upgrade => reboot </code>
 +
 +====== Install OpenMediaVault ======
 +See https://github.com/OpenMediaVault-Plugin-Developers/installScript/blob/master/README.md  \\ 
 +For the container Debian10: <code># apt-get install wget sudo
 +# wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash </code>
 +
 +====== Open GUI OpenMediaVault ======
 +From the browser, 
 +  * go to http://the.ip.of.container
 +  * login: "admin" and password: "openmediavault"
 +
 +
 +
  

DokuWiki Appliance - Powered by TurnKey Linux