invoiceninja / dockerfiles

Docker files for Invoice Ninja
https://hub.docker.com/r/invoiceninja/invoiceninja
GNU General Public License v2.0
418 stars 268 forks source link

403 Forbidden nginx #625

Open PMTGaming opened 4 weeks ago

PMTGaming commented 4 weeks ago

Setup information

docker-compose

Describe the bug Cant accsess the invoiceninja login screen.

To reproduce Followed the Instructions (invoiceninja/dockerfiles) Made an Folder Downloaded and unziped the dockerfiles editet the docker-compose.yml and env File Changed permission on the folder with the sudo chmod 755 docker/app/public sudo chown -R 1500:1500 docker/app run the docker

Expected behavior Get to the Website

Screenshots/logs grafik

2024/10/24 17:40:28 [error] 29#29: *1 "/var/www/app/public/index.php" is forbidden (13: Permission denied), client: 192.168.0.6, server: _, request: "GET / HTTP/1.1", host: "invoice.marquezinc.eu"
192.168.0.6 - - [24/Oct/2024:17:40:28 +0000] "GET / HTTP/1.1" 403 146 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:131.0) Gecko/20100101 Firefox/131.0" "81.223.85.196"

Docker/Kubernetes/Helm:

Additional context Add any other context about the problem here.

Ahson-Shaikh commented 13 hours ago

Does anybody has found out the issue with this? I believe the this is due to the absence of index.html or php file on that location. Because the permissions are good to go with.

Ahson-Shaikh commented 12 hours ago

@turbo124 Can you please advise on this? This is the only thing that's stopping us from using it and making it live for thousands of people out there.