Alex

Results 64 comments of Alex

It is not the goal of the project to handle ssl certificates, you should use an external tool to generate the certificates and handling the routing from domain name to...

If you use the `latest` image tag then there is already an nginx instance running in the container, so adding another nginx container on top wouldn't work. In the v2...

@Terror-Gene thanks for the detailed report, although I can't reproduce any issue with Tinfoil authentication, it works locally on the network with `http`, and remotely with `https` without any problem....

@SamuelBanya @SiscuPrats Docker image for testing v2 is available, see the issue description. @CortezSMz The save manager implementation will come later, I need to implement separate permission for each user...

Thanks for the detailed error description. It seems that an exception is happening somewhere (probably in the save management) and this breaks how the shop is served to tinfoil, and...

Should be fixed by latest commit.

I recommend you switch to the `v2` branch as this issue should never happen and I won't look into fixing errors on the original code, so much more features and...

This can happen if the container was not stopped cleanly or basically stopped at the wrong time. To fix it you just need to recreate the container (docker rm ownfoil...

Thanks, on startup Ownfoil updates the locally cloned blawar/titledb, my guess is that there has been many changes to titledb since the last time the image was built. I added...

@FoUStep should be fixed by latest commit.