I am seek assistance with a problem I am experiencing with my Nextcloud setup. I have installed Nextcloud in a Docker container, which is running on port 8080. Additionally, I have Lighttpd installed directly on my Manjaro OS, configured to run on port 50.
Here is a brief overview of my setup:
Nextcloud: Running in a Docker container on port 8080.
Lighttpd: Installed directly on Manjaro OS, running on port 50.
Server IP: 192.168.1.15
Network Interface: enp3s9
Nextcloud Domain: https://nextcloud.nefzawa.org/
My goal is to expose my Nextcloud instance to the public via the domain https://nextcloud.nefzawa.org/ using Lighttpd as the web server. However, I am encountering an issue when starting the service. The Lighttpd server is not installed within the Docker container but is installed directly on the Manjaro OS.
When I try to access Nextcloud from another PC, I can see that Lighttpd is serving content, the Nextcloud container on port 8080.
please add details as per required support template. Please fill this form out and edit into your post. provide your docker run or docker compose.
At the moment it’s not exactly clear what you are trying to achieve and what is the error you hit. You can either user a “reverse proxy” or run FPM variant using lighthttps as webserver - please explain.
hey @wwe soory im beginner in this forum This will help us assist you better.
System Information:
Nextcloud version: (Please provide this from the Nextcloud web interface)
Operating system and version: Manjaro Linux 6.1.99-1-MANJARO
Lighttpd version: 1.4.76
PHP version: 8.3.9
Database: (Please specify whether it’s sqlite, MariaDB, or Postgres)
Docker version: 27.0.3
Docker Compose version: v2.27.0
Docker images:
Nextcloud:latest, IMAGE ID d9554da46b7d, created 6 days ago, size 1.28GB
MySQL:5.7, IMAGE ID 5107333e08a8, created 7 months ago, size 501MB
Docker containers:
Nextcloud: Container ID 4a2161e707c3, status Created
MySQL: Container ID 68f1bcb5312f, status Created
Nextcloud (Exited): Container ID 405447be0853, status Exited (0)
MySQL (Exited): Container ID ad3b1a205d50, status Exited (0)
Caddy: Container ID b33edf00f883, status Created, ports 80->80/tcp, 443->443/tcp
Snap: No
Is this the first time you’ve seen this error? Yes/No
The issue you are facing: I am attempting to expose my Nextcloud Docker container via Lighttpd. Currently, Lighttpd is inactive, and I cannot access Nextcloud via the domain https://nextcloud.nefzawa.org/.