toniebox-reverse-engineering / teddycloud

teddyCloud is an open source server replacement for the Boxine Cloud
https://toniebox-reverse-engineering.github.io/docs/tools/teddycloud/
GNU General Public License v2.0
404 stars 31 forks source link

Update from 0.34 -> 0.44: WARN |server_helpers.c:0792:httpServerUriNotFoundCallback| >> 404 index.shtm #155

Closed mptr8956 closed 5 months ago

mptr8956 commented 5 months ago

Tried to update from 0.34 to .44 today, now i cant access the webinterface anymore. log says: WARN |server_helpers.c:0792:httpServerUriNotFoundCallback| >> 404 index.shtm

image

mptr8956 commented 5 months ago

nvm, deleted the old config.ini, restarted the container, now it works again!

SciLor commented 5 months ago

TeddyCloud only allows access to the webinterface via http, if you not explicitly enable it.

jevellangelo commented 1 month ago

I'm running v0.5.2 and getting the same 404 error. I tried OP's fix but that didn't work for me. I've opened both port 80 and 443 using the docker compose file. Here is the log

2024-07-31 15:57:29 teddycloud  | WARN |tls_server_fsm.c:0260:tlsPerformServerHandshake| TLS handshake failure!
2024-07-31 15:57:29 teddycloud  | WARN |server_helpers.c:0792:httpServerUriNotFoundCallback|  >> 404 index.shtm
2024-07-31 15:57:29 teddycloud  | INFO |server.c:0673:server_init| 1 open HTTPS connections

I also pulled the ubuntu version of the v0.5.2 image and got the same 404 error.

henryk86 commented 1 month ago

Https is disabled by default since 0.4.4 or so. Use http to access the webfrontend.

jevellangelo commented 1 month ago

Thanks for pointing me in the right direction! Just getting started with teddycloud. I was able to edit the correct line in the config.ini file.