eveseat / seat

🌀✳️ SeAT: A Simple, EVE Online API Tool and Corporation Manager
https://eveseat.github.io/docs/
GNU General Public License v2.0
434 stars 142 forks source link

404 page not found #691

Closed ghost closed 4 years ago

ghost commented 4 years ago

Hello,

I have previously tried to install SeAT manually but I've not been able to. I'm now trying the docker. It seems to have installed correctly but I am getting an "404 page not found" error.

I have definitely setup the Eve ESI application correctly and entered the details into the .env file. I have then rebuilt using: docker-compose up -d

My first thought it that SSL isn't setup/working properly but I don't know how to set up an SSL certificate with docker.

thanks!

ghost commented 4 years ago

looking at the logs I am getting this error which I'm assuming might be the fault:

seat-web_1 | AH00558: apache2: Could not reliably determine the server's ful ly qualified domain name, using 172.18.0.6. Set the 'ServerName' directive globa lly to suppress this message

How do I fix this?

Crypta-Eve commented 4 years ago

I suggest that you join us on seat slack as it appears that you are floundering on the installation process for both manual and docker installation. There is not a lot that really go wrong with the basic docker installation so it will be easier to discuss in slack.

https://eveseat.github.io/docs/about/contact/

ghost commented 4 years ago

OK, my bad, it was an incomplete .env setup - I had missed the TRAEFIK_DOMAIN= value

I also needed to uncomment - "traefik.http.routers.seat-web.tls.certResolver=primary" in the yml file then stop the composer and start it again

all working now!