Giter Site home page Giter Site logo

Comments (4)

meszb avatar meszb commented on July 23, 2024 1

Then you need to configure them with a port number, if you want to use a different one. :-)

AFAIK, AIO doesn't support alternative external supports:

https://github.com/nextcloud/all-in-one/tree/main?tab=readme-ov-file#are-other-ports-than-the-default-443-for-nextcloud-supported

Thank you for the clarification and for directing me to the relevant documentation. After reviewing the provided information, I realize that my question stemmed from a misunderstanding of the supported configurations for Nextcloud AIO. I appreciate your patience and the guidance provided. I'll be closing this issue as it has been resolved by better understanding the official documentation. Thank you again!

from android.

joshtrichards avatar joshtrichards commented on July 23, 2024

What are your various overwrite* parameters set to in your Server config? In particular, do you have a port specified in overwritehost and overwrite.cli.url?

from android.

meszb avatar meszb commented on July 23, 2024

What are your various overwrite* parameters set to in your Server config? In particular, do you have a port specified in overwritehost and overwrite.cli.url?


Thank you for your response. Here is my current Nextcloud server configuration along with the full Docker Compose setup for a more comprehensive overview:

  • overwritehost: my.domain.com
  • overwrite.cli.url: https://my.domain.com/

Neither of these settings includes a port number. Below is the Docker Compose configuration I used, which maps port 18080 to container port 8080 and includes other environment settings:

version: "3.8"

services:
  nextcloud-aio-mastercontainer:
    image: nextcloud/all-in-one:20240502_104630-latest
    init: true
    restart: always
    container_name: nextcloud-aio-mastercontainer
    volumes:
      - nextcloud_aio_mastercontainer:/mnt/docker-aio-config
      - //var/run/docker.sock:/var/run/docker.sock:ro
    ports:
      - 18080:8080
    environment:
      - NEXTCLOUD_DATADIR=nextcloud_aio_nextcloud_datadir
      - SKIP_DOMAIN_VALIDATION=false
      - APACHE_PORT=11000
      - APACHE_IP_BINDING=0.0.0.0
      - NEXTCLOUD_UPLOAD_LIMIT=20G
      - NEXTCLOUD_MAX_TIME=3600
      - NEXTCLOUD_MEMORY_LIMIT=2024M

volumes:
  nextcloud_aio_mastercontainer:
    name: nextcloud_aio_mastercontainer

The installation and configuration were carried out following the reverse proxy guide provided in the official Nextcloud All-In-One documentation.

I hope this information helps to understand my setup.

from android.

joshtrichards avatar joshtrichards commented on July 23, 2024

Neither of these settings includes a port number.

Then you need to configure them with a port number, if you want to use a different one. :-)

The installation and configuration were carried out following the reverse proxy guide provided in the official Nextcloud All-In-One documentation.

AFAIK, AIO doesn't support alternative external supports:

https://github.com/nextcloud/all-in-one/tree/main?tab=readme-ov-file#are-other-ports-than-the-default-443-for-nextcloud-supported

from android.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.