nexcloud witch manual ?

  • i am there almost, the Stacker build went well, but have some issue, how do i connect it with lan connection?

    it won't start for now, i have the next message in Swag.

    What must i do >


    • Offizieller Beitrag

    To fix these errors, please make sure that your domain name was
    -1 }"> entered correctly and the DNS A/AAAA record(s) for that domain
    -1 }"> contain(s) the right IP address. Additionally, please check that
    -1 }"> your computer has a publicly routable IP address and that no
    -1 }"> firewalls are preventing the server from communicating with the
    -1 }"> client.

    and check the port forwarding in your router.


    and here

    https://blog.linuxserver.io/20…t-mapping-and-forwarding/

  • i am struggling the hole night, its must be simple i think, i still get the next issue, and it must be wright in the docker :(


    and its stange, because Duckdns is working










    image: linuxserver/swag

    container_name: swag

    cap_add:

    - NET_ADMIN

    environment:

    - PUID=1000

    - PGID=100

    - TZ=Europe/Amsterdam

    - URL=www.sterremos.duckdns.org

    - SUBDOMAINS=

    - VALIDATION=Duckdns

    - TOKEN=xxxxx

    - EMAIL=sterremos@gmail.com

    volumes:

    - /srv/dev-disk-by-label-Nas/Ron/Appdata/Swag:/config

    ports:

    - 444:443

    - 81:80

    restart: unless-stopped

    • Offizieller Beitrag

    :!:I removed the token in your post. You should get a new one. You should not make the token public.


    When I put sterremos.duckdns.org in my browser I end up on your OMV login page. That means you did the port forwarding on your router from port 80 to 80. For the compose file to work you need to forward port 80 (wan) to port 81 (lan).


    In the guide I linked for duckdns the environment variables are like this:


    Code
          - DNSPLUGIN=duckdns
          - URL=duckdns.org
          - DUCKDNSTOKEN=**YOUR_TOKEN
          - SUBDOMAINS=**YOUR_SUB_DOMAIN
          - ONLY_SUBDOMAINS=true
          - VALIDATION=http
          - EMAIL=**YOUR_EMAIL
    • Offizieller Beitrag


    sterremos where did you get that docker-compose ? That isn't even close to right for duckdns.

  • KM0201. i do not know anymore, i started at the tube nextcloud in 6 minutes.

    so i have update it now,


    container_name: swag

    cap_add:

    - NET_ADMIN

    environment:

    - PUID=1000

    - PGID=100

    - TZ=Europe/Amsterdam

    - DNSPLUGIN=duckdns

    - URL=duckdns.org

    - DUCKDNSTOKEN=XXXXXXXXX

    - SUBDOMAINS=sterremos

    - ONLY_SUBDOMAINS=true

    - VALIDATION=http

    - EMAIL=sterremos@XXXXX


    Have at monent nextcloud working on LAN access 192.168.50.160:450. not through mobile and duckDNS yet.

    so its going well.


    Nextcloud is also very slow at the moment


    Ron

    • Offizieller Beitrag

    It's extremely slow at first... if you've got it working local... then it's probably a routing issue.. have you forwarded the proper ports in your router? You'll also need to make the edits to configuration files I mentioned in the bad gateway thread.

Jetzt mitmachen!

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