Nextcloudpi docker

  • ...had some spare time recently and got the x86 nextcloudpi docker container working with omv docker gui plugin.
    if you want to try do not forget that to have your omv IP address added to the trusted domains list you have to:
    open an ssh session to your omv machine with putty and then move inside your running nextcloudpi docker with:


    Bash
    docker exec -ti nextcloudpi bash


    then add your omv IP to the trusted domain list with:


    Bash
    ncc config:system:set trusted_domains 2 --value=192.168.x.x

    where 192.168.x.x is of course the IP address of your omv machine



    this is the docker address: https://hub.docker.com/r/ownyourbits/nextcloudpi-x86


    ports in use within this container are 80,443,4443: 80 & 443 used from omv too so you have to forward them to something like 8080 & 444 through the docker gui plugin, unless you want to change the omv web ports through the web gui and keep 80 and 443 for the container to access your nexcloud instance from the web (i prefer the second choice but you can easily manage both with the router port forwarding).

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!