solero / wand

Docker setup for Houdini
MIT License
91 stars 38 forks source link

Local www/ directory is empty, leading to a 403 and 404. #33

Open lnxredir opened 6 months ago

lnxredir commented 6 months ago

Hey, I'm getting a 403, it's the same error reported on issue #20 and #26 , I looked a bit closer and the local www/ directory is empty, I don't know if the script and container was supposed to generate or download the files for the login screen as I have not seen anything mentioned anywhere on the install.sh script but its broken, I'm using the latest version on the original script, running on localhost as a test, the only modifications I made were to the .env file before noticing the lack of file on the www/ directory to change from play.localhost to localhost:port but that made no difference. If you need any extra info I'm happy to answer what I can and even run a test build if needed, closing this issue would also close both I mentioned in the beginning since they are the same issue I'm having. Thanks for maintaining this repo btw, really appreciate your work!

OS: Ubuntu Server 22.04

REDACTED-USER@REDACTED-HOST:~/wand# docker logs wand-web-1 -f 2024/05/01 13:11:41 [error] 18#18: 1 directory index of "/usr/share/nginx/html/" is forbidden, client: REDACTED-CLIENT, server: localhost, request: "GET / HTTP/1.1", host: "REDACTED-HOST" REDACTED-CLIENT - - [01/May/2024:13:11:41 +0000] "GET / HTTP/1.1" 403 154 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" 2024/05/01 13:11:41 [error] 18#18: 1 open() "/usr/share/nginx/html/favicon.ico" failed (2: No such file or directory), client: REDACTED-CLIENT, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "REDACTED-HOST", referrer: "http://REDACTED-HOST/" REDACTED-CLIENT - - [01/May/2024:13:11:41 +0000] "GET /favicon.ico HTTP/1.1" 404 154 "http://REDACTED-HOST/" "Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0" "-"

JeffTheRock commented 6 months ago

The /www folder serves any homepage files (i.e. example.com) and as such is not meant to have anything on install.

A 403/404 on the play page likely indicates a misconfigured .env, please ensure you have that configured correctly.

arnon001 commented 6 months ago

Hi, I'm Arnon, the developer of the installation script. If this happens it can probably say the media never checked-out Which means it didn't got installed. You can check it by doing ls in the wand directory, and seeing there isn't a vanilla-media folder.

If you need more help, feel free to comment on this issue, post a topic in solero forums or send a message in solero discord