Additional Vhosts

Support intro

Sorry to hear you’re facing problems. :slightly_frowning_face:

The community help forum (help.nextcloud.com) is for home and non-enterprise users. Support is provided by other community members on a best effort / “as available” basis. All of those responding are volunteering their time to help you.

If you’re using Nextcloud in a business/critical setting, paid and SLA-based support services can be accessed via portal.nextcloud.com where Nextcloud engineers can help ensure your business keeps running smoothly.

Getting help

In order to help you as efficiently (and quickly!) as possible, please fill in as much of the below requested information as you can.

Before clicking submit: Please check if your query is already addressed via the following resources:

(Utilizing these existing resources is typically faster. It also helps reduce the load on our generous volunteers while elevating the signal to noise ratio of the forums otherwise arising from the same queries being posted repeatedly).

Good morning, I installed AIO using the command listed on GitHub on a Debian server. This may seem like a trivial question, but how do I create additional Vhosts to host other websites?

Thanks.

sudo docker run
–init
–sig-proxy=false
–name nextcloud-aio-mastercontainer
–restart always
–publish 80:80
–publish 8080:8080
–publish 8443:8443
–volume nextcloud_aio_mastercontainer:/mnt/docker-aio-config
–volume /var/run/docker.sock:/var/run/docker.sock:ro

Hi, if you need additional vhosts, you can either use one of AIOs bundled reverse proxy community containers like caddy or npmplus:

Or you set up your own external reverse proxy by following all-in-one/reverse-proxy.md at main · nextcloud/all-in-one · GitHub

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.