can't reach Nextcloud setup with with Docker

  • Hi all,


    I need some help with this Nextcloud-Docker seutp.
    I followed this tutorial: https://www.youtube.com/watch?v=PKsq7k2pwsI, but I can't reach the Nextcloud initial setup page.
    I already did the port forwarding in my router.


    Router: 443>444
    80>8080


    Docker: 444>443
    8080>80

  • You don't say exactly how you are trying to connect to it.

    --
    Google is your friend and Bob's your uncle!


    A backup strategy is worthless unless you have a verified to work by testing restore strategy.


    OMV AMD64 7.x on headless Chenbro NR12000 1U Intel Xeon CPU E3-1230 V2 @ 3.30GHz 32GB ECC RAM.


  • I'm trying to connect like this: https://192.168.1.12:444


    error:


    Code
    Your connection is not private
    Attackers might be trying to steal your information from 192.168.1.12 (for example, passwords, messages, or credit cards). Learn more
    NET::ERR_CERT_REVOKED
    
    
    Help improve Chrome security by sending URLs of some pages you visit, limited system information, and some page content to Google. Privacy policy

    OMV v5.0
    Asus Z97-A/3.1; i3-4370
    32GB RAM Corsair Vengeance Pro

  • When Chrome gives you that error click on the Advanced button. Then click on the unsafe link at the bottom of message.

    --
    Google is your friend and Bob's your uncle!


    A backup strategy is worthless unless you have a verified to work by testing restore strategy.


    OMV AMD64 7.x on headless Chenbro NR12000 1U Intel Xeon CPU E3-1230 V2 @ 3.30GHz 32GB ECC RAM.


  • What happens if you try the non-SSL URL instead?

    --
    Google is your friend and Bob's your uncle!


    A backup strategy is worthless unless you have a verified to work by testing restore strategy.


    OMV AMD64 7.x on headless Chenbro NR12000 1U Intel Xeon CPU E3-1230 V2 @ 3.30GHz 32GB ECC RAM.


  • I believe Chrome is more sensitive to security problems with web sites such as expired or mismatched certificates.

    --
    Google is your friend and Bob's your uncle!


    A backup strategy is worthless unless you have a verified to work by testing restore strategy.


    OMV AMD64 7.x on headless Chenbro NR12000 1U Intel Xeon CPU E3-1230 V2 @ 3.30GHz 32GB ECC RAM.


  • I've activated the LetsEncrypt, and now I can't access Nextcloud with either URL or local ip address.


    config.php





    OMV v5.0
    Asus Z97-A/3.1; i3-4370
    32GB RAM Corsair Vengeance Pro

  • Sorry I don't use LetsEncrypt or Nextcloud. About all I know of them is that they are complex.

    --
    Google is your friend and Bob's your uncle!


    A backup strategy is worthless unless you have a verified to work by testing restore strategy.


    OMV AMD64 7.x on headless Chenbro NR12000 1U Intel Xeon CPU E3-1230 V2 @ 3.30GHz 32GB ECC RAM.


  • You need to change the port back in this line back to 443
    proxy_pass https://$upstream_nextcloud:444;


    Because letsencrypt and nextcloud are connected through the internal docker dns which connects directly to original port

  • If I have the following settings in the Portainer then nothing is working:


    LetsEncrypt docker:
    network: my-net
    command: --add-cap=NET_ADMIN' '--network my-net'


    Nextcloud docker:
    network: my-net
    command: '--network my-net'



    If I removed the extra command parameters, and set the network as 'my-net', then I can access via URL, and https://192.168.1.12:444/login.
    I'm getting close.


    What am I missing here ?

    OMV v5.0
    Asus Z97-A/3.1; i3-4370
    32GB RAM Corsair Vengeance Pro

Jetzt mitmachen!

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